Hi All! I have a web service deployed on one machine under axis2 and i'm calling it using flex and everything is working great. However when I place the service on another machine under axis2 i can no longer run the services from flex but they do run fine from the browser. Flex is complaining about the soap:address being set to 0.0.0.0, see below. Why is the WSDL being set to 0.0.0.0 on one machine and on the other machine it is being set to the correct ip????
- <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-address-set-to-0.0.0.0-tf4680213.html#a13373231 Sent from the FlexCoders mailing list archive at Nabble.com.

