Hi Daniel, Can you please check whether the IP of the machine on which you experiencing the problem is being set properly? I think the problem must be that the IP of the network interface of that particular machine has been set to 0.0.0.0 where it is being picked by Axis2 WSDL generating mechanism when calculating service endpoint addresses.

--Sanka


Daniel Herbison wrote:
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>


--
Sanka Samaranayake
WSO2 Inc.

http://www.bloglines.com/blog/sanka
http://www.wso2.org/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to