1package eu.gls_group.fpcs.v2.shipmentprocessing;
4import javax.xml.namespace.QName;
5import javax.xml.ws.WebEndpoint;
6import javax.xml.ws.WebServiceClient;
7import javax.xml.ws.WebServiceFeature;
8import javax.xml.ws.Service;
20@WebServiceClient(name =
"ShipmentProcessingServiceV2",
21 wsdlLocation =
"ShipmentProcessingV2.wsdl",
22 targetNamespace =
"http://fpcs.gls-group.eu/v2/ShipmentProcessing")
27 public final static QName SERVICE =
new QName(
"http://fpcs.gls-group.eu/v2/ShipmentProcessing",
"ShipmentProcessingServiceV2");
28 public final static QName ShipmentProcessingBindingV2 =
new QName(
"http://fpcs.gls-group.eu/v2/ShipmentProcessing",
"ShipmentProcessingBindingV2");
36 .log(java.util.logging.Level.INFO,
37 "Can not initialize the default wsdl from {0}",
"ShipmentProcessingV2.wsdl");
43 super(wsdlLocation, SERVICE);
47 super(wsdlLocation, serviceName);
51 super(WSDL_LOCATION, SERVICE);
55 super(WSDL_LOCATION, SERVICE, features);
59 super(wsdlLocation, SERVICE, features);
63 super(wsdlLocation, serviceName, features);
74 @WebEndpoint(name =
"ShipmentProcessingBindingV2")
86 @WebEndpoint(name =
"ShipmentProcessingBindingV2")
ShipmentProcessingServiceV2(URL wsdlLocation)
static final URL WSDL_LOCATION
ShipmentProcessingServiceV2(URL wsdlLocation, QName serviceName, WebServiceFeature ... features)
ShipmentProcessingServiceV2(WebServiceFeature ... features)
ShipmentProcessingServiceV2(URL wsdlLocation, QName serviceName)
ShipmentProcessingServiceV2(URL wsdlLocation, WebServiceFeature ... features)
ShipmentProcessingServiceV2()