GLS ShipIT 4.0.f2
GLS ShipIT - SOAP services
Loading...
Searching...
No Matches
ShipmentProcessingPortType.java
Go to the documentation of this file.
1package eu.gls_group.fpcs.v1.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/v1/ShipmentProcessing", name = "ShipmentProcessingPortType")
16@XmlSeeAlso({eu.glsgroup.fpcs.datatypes.soap.v1.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/v1/createShipment")
21 @WebResult(name = "CreateParcelsResponse", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", partName = "body")
22 public eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CreateParcelsResponse createParcels(
23
24 @WebParam(partName = "shipment", name = "ShipmentRequestData", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types")
25 eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData shipment
27
28 @WebMethod(action = "http://fpcs.gls-group.eu/v1/relabelParcel")
29 @WebResult(name = "RelabelParcelResponse", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", partName = "body")
30 public eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelResponse relabelParcel(
31
32 @WebParam(partName = "relabelParcelRequestParameter", name = "RelabelParcelRequestParameter", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types")
33 eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter relabelParcelRequestParameter
35
36 @WebMethod(action = "http://fpcs.gls-group.eu/v1/validateShipment")
37 @WebResult(name = "ValidateParcelsResponse", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", partName = "body")
38 public eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ValidateParcelsResponse validateParcels(
39
40 @WebParam(partName = "shipment", name = "ValidateShipmentRequestData", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types")
41 eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ValidateShipmentRequestData shipment
43
44 @WebMethod(action = "http://fpcs.gls-group.eu/v1/cancelShipment")
45 @WebResult(name = "CancelParcelResponse", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", partName = "body")
46 public eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CancelParcelResponse cancelParcelByID(
47
48 @WebParam(partName = "trackID", name = "TrackID", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types")
49 java.lang.String trackID
51
52 @WebMethod(action = "http://fpcs.gls-group.eu/v1/reprintParcel")
53 @WebResult(name = "ReprintParcelResponse", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", partName = "body")
54 public eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelResponse reprintParcel(
55
56 @WebParam(partName = "reprintParcelRequestParameter", name = "ReprintParcelRequestParameter", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types")
57 eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter reprintParcelRequestParameter
59
60 @WebMethod(action = "http://fpcs.gls-group.eu/v1/getEndOfDayReport")
61 @WebResult(name = "EndOfDayResponse", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", partName = "body")
62 public eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.EndOfDayResponse getEndOfDayReport(
63
64 @WebParam(partName = "endOfDayDate", name = "EndOfDayDate", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types")
65 java.lang.String endOfDayDate
67
68 @WebMethod(action = "http://fpcs.gls-group.eu/v1/getAllowedServices")
69 @WebResult(name = "AllowedServicesResponse", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", partName = "body")
70 public eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesResponse getAllowedServices(
71
72 @WebParam(partName = "allowedServicesRequestParameter", name = "AllowedServicesRequestParameter", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types")
73 eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter allowedServicesRequestParameter
75
76 @WebMethod(action = "http://fpcs.gls-group.eu/v1/updateParcelWeight")
77 @WebResult(name = "UpdateParcelWeightResponse", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", partName = "body")
78 public eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightResponse updateParcelWeight(
79
80 @WebParam(partName = "updateParcelWeightRequestParameter", name = "UpdateParcelWeightRequestParameter", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types")
81 eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightRequestParameter updateParcelWeightRequestParameter
83}