You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Daniel Herbison <he...@nortel.com> on 2007/09/12 23:15:39 UTC

wsdl:service soap12:address set to 0.0.0.0, why?

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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: wsdl:service soap12:address set to 0.0.0.0, why?

Posted by Daniel Herbison <he...@nortel.com>.
it is using ipv4 and with only 1 network card.


dims wrote:
> 
> How many network cards does this new box have? is it using IPv6?
> 
> thanks,
> dims
> 
> On 9/12/07, Daniel Herbison <he...@nortel.com> wrote:
>>
>> 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: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
> 
> 
> -- 
> Davanum Srinivas :: http://davanum.wordpress.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/wsdl%3Aservice-soap12%3Aaddress-set-to-0.0.0.0%2C-why--tf4432083.html#a12654467
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: wsdl:service soap12:address set to 0.0.0.0, why?

Posted by Davanum Srinivas <da...@gmail.com>.
How many network cards does this new box have? is it using IPv6?

thanks,
dims

On 9/12/07, Daniel Herbison <he...@nortel.com> wrote:
>
> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org