GLS ShipIT 4.0.f2
GLS ShipIT - REST services
Loading...
Searching...
No Matches
ShipmentProcessingPortTypeV2.java
Go to the documentation of this file.
1package eu.gls_group.fpcs.v2.shipmentprocessing;
2
3import javax.jws.WebMethod;
4import javax.jws.WebParam;
5import javax.jws.WebResult;
6import javax.jws.WebService;
7import javax.jws.soap.SOAPBinding;
8import javax.xml.bind.annotation.XmlSeeAlso;
9
15@WebService(targetNamespace = "http://fpcs.gls-group.eu/v2/ShipmentProcessing", name = "ShipmentProcessingPortTypeV2")
16@XmlSeeAlso({eu.gls_group.fpcs.v1.shipmentprocessing.types.ObjectFactory.class, eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ObjectFactory.class, eu.gls_group.fpcs.v1.common.ObjectFactory.class})
17@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
19
20 @WebMethod(action = "http://fpcs.gls-group.eu/v2/cancel/parcel")
21 @WebResult(name = "CancelParcelResponse", targetNamespace = "http://fpcs.gls-group.eu/v2/ShipmentProcessing/types", partName = "body")
22 public eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CancelParcelResponse cancelParcel(
23
24 @WebParam(partName = "cancelParcelRequestParameter", name = "CancelParcelRequestParameter", targetNamespace = "http://fpcs.gls-group.eu/v2/ShipmentProcessing/types")
25 eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CancelParcelRequestParameter cancelParcelRequestParameter
27
28 @WebMethod(action = "http://fpcs.gls-group.eu/v2/create/return")
29 @WebResult(name = "CreateReturnResponse", targetNamespace = "http://fpcs.gls-group.eu/v2/ShipmentProcessing/types", partName = "body")
30 public eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnResponse createReturn(
31
32 @WebParam(partName = "shipment", name = "CreateReturnRequestParameter", targetNamespace = "http://fpcs.gls-group.eu/v2/ShipmentProcessing/types")
33 eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnRequestParameter shipment
35
36 @WebMethod(action = "http://fpcs.gls-group.eu/v2/create/pickup")
37 @WebResult(name = "CreatePickupResponse", targetNamespace = "http://fpcs.gls-group.eu/v2/ShipmentProcessing/types", partName = "body")
38 public eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreatePickupResponse createPickup(
39
40 @WebParam(partName = "shipment", name = "CreatePickupRequestParameter", targetNamespace = "http://fpcs.gls-group.eu/v2/ShipmentProcessing/types")
41 eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreatePickupRequestParameter shipment
43
44 @WebMethod(action = "http://fpcs.gls-group.eu/v2/update/parcelWeight")
45 @WebResult(name = "UpdateParcelWeightResponse", targetNamespace = "http://fpcs.gls-group.eu/v2/ShipmentProcessing/types", partName = "body")
46 public eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightResponse updateParcelWeight(
47
48 @WebParam(partName = "updateParcelWeightRequestParameter", name = "UpdateParcelWeightRequestParameter", targetNamespace = "http://fpcs.gls-group.eu/v2/ShipmentProcessing/types")
49 eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter updateParcelWeightRequestParameter
51}