Soap Messaging and Proxy host settings
Hi,
I have been trying to implement a simple soap client using the JWSDP 1.3. I get the following error:
java.net.NoRouteToHostException: No Route to Host Connect.
Can someone help help me with this and also tell me how I can configure the proxy host settings?
Thanks.
DV
[315 byte] By [
deevee] at [2007-11-25 17:08:22]

# 1
Hi there,
I have also implemented a soap service.....
I don't know how u have written SOAP service but once u have created the soap service u required to create a soap client that is the proxy for that service through which application will come to know about your soap service......for that u required to impletment the
setURL(),setEndpoint() in addition to your own service method.
You have to create a call instance to invoke your soap method in which u have to write your soap method name.
in URL u have to pass the url address where the soap service is running.....like http://192.168.25.4:881/servicename
this all specification lead to a WSDL file which will enable u to invoke the soap service.
hope this will help u to understand the soap mechnisam.
if u have any doubt then contact me on my mail id.