There seems to be an extra interface card on the machine that is not connected. Is there a way in tomcat/axis to force it to use a specific card or ip?
Sanka Samaranayke wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/Axis2-generated-wsdl-soap-address-is-0.0.0.0-tf4713352.html#a13529395 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
