I have a service running under axis2, on one server, and it runs great but when I take the aar file and copy it to another server, to run under a different instance of axis2, I get this 0.0.0.0 soap address and the client I'm using doesn't like it! Why? The original server places the host ip in that position. Do I have axis2 or tomcat set up incorrectly?
- <wsdl:service name="IEventService"> - <wsdl:port name="IEventServiceSOAP11port_http" binding="axis2:IEventServiceSOAP11Binding"> <soap:address location="http://0.0.0.0:8086/axis2/services/IEventService" /> </wsdl:port> - <wsdl:port name="IEventServiceSOAP12port_http" binding="axis2:IEventServiceSOAP12Binding"> <soap12:address location="http://0.0.0.0:8086/axis2/services/IEventService" /> </wsdl:port> - <wsdl:port name="IEventServiceHttpport" binding="axis2:IEventServiceHttpBinding"> <http:address location="http://0.0.0.0:8086/axis2/services/IEventService" /> </wsdl:port> </wsdl:service> -- View this message in context: http://www.nabble.com/wsdl%3Aservice-soap12%3Aaddress-set-to-0.0.0.0%2C-why--tf4432083.html#a12644352 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
