I considered this was going to be problem and isnt:

solution :

Call c=new Call();
SOAPHTTPConnection conn = new SOAPHTTPConnection();
conn.setProxyHost(proxy_server);
conn.setProxyPort(proxy_server_port);
c.setSOAPTransport(conn);



Hi all,

Are there any reported problems with attempting to use a method call to a soap server from behind a proxy server?

We are attempting to do a soap call however we are getting :

Reported Exception is : [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: Connection refused: connect;
targetException=java.lang.IllegalArgum
entException: Error opening socket: Connection refused: connect]

Any advice would be great.

Jonathan












_________________________________________________________________
Surf the Web without missing calls! Get MSN Broadband. http://resourcecenter.msn.com/access/plans/freeactivation.asp


--
To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>

_________________________________________________________________
Unlimited Internet access -- and 2 months free!  Try MSN. http://resourcecenter.msn.com/access/plans/2monthsfree.asp


--
To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>

Reply via email to