Hi

did you change the host inserver.xml? guess you kept localhost. That said
not sure you can get the host instead of the IP. Alternative is to provide
the wsdl instead of letting it be generated


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>

2015-07-15 17:42 GMT+02:00 Leonardo K. Shikida <[email protected]>:

> Hi
>
> my generated wsdl is generated like this
>
> <wsdl:service name="XYZWSService">
>     <wsdl:port binding="tns:XYZWSServiceSoapBinding" name="XYZWSPort">
>       <soap:address location="*http://127.0.0.1:9998/ABC/webservices/XYZWS
> <http://127.0.0.1:9998/ABC/webservices/XYZWS>*"/>
>     </wsdl:port>
>   </wsdl:service>
> </wsdl:definitions>
>
> I'd like it to be
>
> <wsdl:service name="XYZWSService">
>     <wsdl:port binding="tns:XYZWSServiceSoapBinding" name="XYZWSPort">
>       <soap:address
> location="*http://mysite.mydomain:9998/ABC/webservices/XYZWS
> <http://mysite.mydomain:9998/ABC/webservices/XYZWS>*"/>
>     </wsdl:port>
>   </wsdl:service>
> </wsdl:definitions>
>
> how do I do that?
>
> TIA
>
> Leo
>

Reply via email to