1package eu.glsgroup.ws.parcelshopsearch;
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;
15@WebService(targetNamespace =
"http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name =
"ParcelShopSearch")
16@XmlSeeAlso({ObjectFactory.class})
17@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
20 @WebMethod(operationName =
"GetParcelShopById")
21 @WebResult(name =
"GetParcelShopByIdResponse", targetNamespace =
"http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", partName =
"GetParcelShopByIdResponse")
24 @WebParam(partName = "GetParcelShopByIdRequest", name = "GetParcelShopByIdRequest", targetNamespace = "http:
28 @WebMethod(operationName = "GetParcelShopByCountryCode")
29 @WebResult(name = "GetParcelShopByCountryCodeResponse", targetNamespace = "http:
32 @WebParam(partName = "GetParcelShopByCountryCodeRequest", name = "GetParcelShopByCountryCodeRequest", targetNamespace = "http:
36 @WebMethod(operationName = "GetParcelShopInArea")
40 @WebParam(partName = "GetParcelShopInAreaRequest", name = "GetParcelShopInAreaRequest", targetNamespace = "http:
44 @WebMethod(operationName = "GetParcelShops")
45 @WebResult(name = "GetParcelShopsResponse", targetNamespace = "http:
48 @WebParam(partName = "GetParcelShopsRequest", name = "GetParcelShopsRequest", targetNamespace = "http: