public LockMessageServiceClient() { create0(); Endpoint LockMessagePortEP = service0.addEndpoint( new QName("http://schemas.cordys.com/1.0/notification", "LockMessagePort"), new QName("http://schemas.cordys.com/1.0/notification", "LockMessageBinding"), "http://127.0.0.1/cordys/com.eibus.web.soap.Gateway.wcp?organization=o=system,cn=cordys,o=mss.boco.com"); endpoints.put( new QName("http://schemas.cordys.com/1.0/notification", "LockMessagePort"), LockMessagePortEP); Endpoint LockMessagePortTypeLocalEndpointEP = service0.addEndpoint( new QName( "http://schemas.cordys.com/1.0/notification", "LockMessagePortTypeLocalEndpoint"), new QName( "http://schemas.cordys.com/1.0/notification", "LockMessagePortTypeLocalBinding"), "xfire.local://LockMessageService"); endpoints.put( new QName("http://schemas.cordys.com/1.0/notification", "LockMessagePortTypeLocalEndpoint"), LockMessagePortTypeLocalEndpointEP); }
@SuppressWarnings("unchecked") public ProcessWebServiceClient() { create0(); Endpoint ProcessWebServiceSoapEP = service0.addEndpoint( new QName("http://www.ultimus.com", "ProcessWebServiceSoap"), new QName("http://www.ultimus.com", "ProcessWebServiceSoap"), "http://" + PWSProperties.getValueByKey("pws_server_ip") + "/PLWebServices/ProcessWebService.asmx"); endpoints.put( new QName("http://www.ultimus.com", "ProcessWebServiceSoap"), ProcessWebServiceSoapEP); Endpoint ProcessWebServiceSoapLocalEndpointEP = service0.addEndpoint( new QName("http://www.ultimus.com", "ProcessWebServiceSoapLocalEndpoint"), new QName("http://www.ultimus.com", "ProcessWebServiceSoapLocalBinding"), "xfire.local://ProcessWebService"); endpoints.put( new QName("http://www.ultimus.com", "ProcessWebServiceSoapLocalEndpoint"), ProcessWebServiceSoapLocalEndpointEP); }