Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > HTTP Proxy problem in SOAP based webservice

Reply
Thread Tools

HTTP Proxy problem in SOAP based webservice

 
 
Keith Fernandez
Guest
Posts: n/a
 
      12-01-2008

While accessing my application through a proxy bypassed system, the
application runs fine, but on a proxy configured machine its gives me a
timed out error.

Below is the pseudo code of what i am trying..

factory =
SOAP::WSDLDriverFactory.new("webservice_url").crea te_rpc_driver

The Error it gives is:

'connection attempt failed because the connected party did not
properly respond after a period of time, or established connection
failed because connected host has failed to respond'

Need help to configure http proxy settings programatically. Any
pointers would be of great help.

I have also seen a ruby class httpconfigloader.rb, would this be of
any help?

Anyway of configuring proxy will do, as i need it urgently.

Thanks in advance.

Note: I have tried out Restfull webservices and they are working without
any problem.

-Keith
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IllegalArgumentException with Socket API and Proxy with Proxy.Type.HTTP Greg Java 4 08-16-2012 08:26 PM
HTTP SOAP/HTTP GET/HTTP POST milan_9211 Software 0 01-10-2011 02:10 PM
SOAP over JMS vs SOAP over HTTP Nagesh Java 2 08-12-2006 12:31 AM
webservice with client authentication ,xml over http (No soap) jens Jensen ASP .Net Web Services 0 04-28-2006 08:51 AM
Webservice/http client behind a proxy server Bjoern Bredohl Java 0 12-10-2005 10:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57