Hi, I'm using the nightly build 28-Oct-2006.
When I deployed the service at http://localhost:8080/axis2-test/, The wsdl of the service can be showed http://localhost:8080/axis2-test/services/version?wsdl. I expected the address location is : http://localhost:8080/axis2-test/services/version but it is : ---------- <wsdl:service name="version"> <wsdl:port name="versionSOAP11port_http" binding="axis2:versionSOAP11Binding"> <soap:address location="http://localhost:8080/axis2/services/version" /> </wsdl:port> <wsdl:port name="versionSOAP12port_http" binding="axis2:versionSOAP12Binding"> <soap12:address location="http://localhost:8080/axis2/services/version" /> </wsdl:port> <wsdl:port name="versionHttpport1" binding="axis2:versionHttpBinding"> <http:address location="http://localhost:8080/axis2/rest/version" /> </wsdl:port> </wsdl:service> ---------- Using RC1, it was "axis2-test". Is this correct? Thanks, Takanori Suzuki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
