I should mention that I am using Axis2 1.2. ________________________________
From: Ted Jones Sent: Thursday, August 09, 2007 4:53 PM To: '[email protected]' Subject: [Axis2] WSDL with multiple ports only updates endpoint for one port I have WSDL that has three ports defined for a service. The WSDL is included with the deployed service (useOriginalWsdl). After retrieving the WSDL, only the endpoint for the second port has been modified to match the deployed server values. <wsdl:service name="MyWebService"> <wsdl:port name="MyWebServiceHttpport" binding="m5:MyWebServiceHttpBinding"> <http:address location="http://localhost:8080/soap/services/MyWebService"/ <http://localhost:8080/soap/services/MyWebService"/> > </wsdl:port> <wsdl:port name="MyWebServiceSOAP11port_http" binding="m5:SqlQueryWebServiceSOAP11Binding"> <soap:address location="http://122.128.10.130:9080/soap/services/MyWebService"/ <http://122.128.10.130:9080/soap/services/MyWebService"/> > </wsdl:port> <wsdl:port name="MyWebServiceSOAP12port_http" binding="m5:MyWebServiceSOAP12Binding"> <soap12:address location="http://localhost:8080/soap/services/MyWebService"/ <http://localhost:8080/soap/services/MyWebService"/> > </wsdl:port> </wsdl:service> Is this a bug or us there some setting I need to add to my to my service.xml/axis2.xml? Thanks, Ted
