Displaying 7 results from an estimated 7 matches for "send_post".
Did you mean:
xend_post
2007 Dec 13
3
Realise a web service with ruby on rails.
...9;'
/usr/lib/ruby/1.8/soap/netHttpClient.rb:116:in `start''
/usr/lib/ruby/1.8/net/http.rb:543:in `start''
/usr/lib/ruby/1.8/soap/netHttpClient.rb:115:in `start''
/usr/lib/ruby/1.8/soap/netHttpClient.rb:92:in `post''
/usr/lib/ruby/1.8/soap/streamHandler.rb:170:in `send_post''
/usr/lib/ruby/1.8/soap/streamHandler.rb:109:in `send''
/usr/lib/ruby/1.8/soap/rpc/proxy.rb:170:in `route''
/usr/lib/ruby/1.8/soap/rpc/proxy.rb:141:in `call''
/usr/lib/ruby/1.8/soap/rpc/driver.rb:178:in `call''
(eval):6:in `listid''
/var/www/fabdev/a...
2006 Jan 26
3
Calling a SOAP service from within a Rails controller
The following works fine as a standalone ruby program:
**********************************************************************************************
t = Time.now
starter = Time.local(t.year,t.mon, t.day) + (24 *3600)
ender = starter + 7 * 24 *3600
lat = 40.352039
lon = -74.191961
require ''soap/wsdlDriver''
params = {:maxt => false, :mint => false, :temp => true, :dew
2011 Jan 03
4
How to get soap4r to not bother verifying SSL certificate (verify_mode none)?
...ected''
httpclient (2.1.5.2) lib/httpclient.rb:764:in `do_request''
httpclient (2.1.5.2) lib/httpclient.rb:666:in `request''
httpclient (2.1.5.2) lib/httpclient.rb:596:in `post''
/opt/local/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/soap/streamHandler.rb:238:in
`send_post''
/opt/local/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/soap/streamHandler.rb:172:in
`send''
/opt/local/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/soap/rpc/proxy.rb:179:in
`route''
/opt/local/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/soap/rpc/proxy.rb:143:in
`call''...
2010 Jan 05
1
Errno::ENETUNREACH (Network is unreachable - connect(2)):
.../usr/ruby-enterprise/lib/ruby/1.8/net/http.rb:542:in `start''
/usr/ruby-enterprise/lib/ruby/1.8/soap/netHttpClient.rb:115:in
`start''
/usr/ruby-enterprise/lib/ruby/1.8/soap/netHttpClient.rb:92:in `post''
/usr/ruby-enterprise/lib/ruby/1.8/soap/streamHandler.rb:170:in
`send_post''
/usr/ruby-enterprise/lib/ruby/1.8/soap/streamHandler.rb:109:in
`send''
/usr/ruby-enterprise/lib/ruby/1.8/soap/rpc/proxy.rb:170:in `route''
/usr/ruby-enterprise/lib/ruby/1.8/soap/rpc/proxy.rb:141:in `call''
/usr/ruby-enterprise/lib/ruby/1.8/soap/rpc/driver.r...
2006 May 25
3
webservice timeout issue
...ient.rb:116:in `start''
/usr/local/lib/ruby/1.8/net/http.rb:545:in `start''
/usr/local/lib/ruby/1.8/soap/netHttpClient.rb:115:in `start''
/usr/local/lib/ruby/1.8/soap/netHttpClient.rb:92:in `post''
/usr/local/lib/ruby/1.8/soap/streamHandler.rb:170:in `send_post''
/usr/local/lib/ruby/1.8/soap/streamHandler.rb:109:in `send''
/usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:170:in `route''
/usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:141:in `call''
/usr/local/lib/ruby/1.8/soap/rpc/driver.rb:178:in `call''
/us...
2006 Feb 20
3
Trouble connecting to a Rails SOAP web service with a simple Ruby client
...rvice")
proxy.add_method(''find_product_by_id'', ''id'')
puts "Product: #{proxy.find_product_by_id(2).name}"
I also tried http://localhost:3000/ProductBackend
I see the following
$ ruby client.rb
/usr/local/lib/ruby/1.8/soap/streamHandler.rb:270:in `send_post'': 404:
Not Found (SOAP::HTTPStreamError)
from /usr/local/lib/ruby/1.8/soap/streamHandler.rb:103:in `send''
from /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:114:in `invoke''
from /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:131:in `call''...
2008 Jul 28
0
Rubygems Issues
...ent/public/../config/../lib/http-access2.rb:370:in
`conn_request''
/var/www/fulfillment/public/../config/../lib/http-access2.rb:285:in
`request''
/var/www/fulfillment/public/../config/../lib/http-access2.rb:264:in
`post''
/usr/local/lib/ruby/1.8/soap/streamHandler.rb:170:in `send_post''
/usr/local/lib/ruby/1.8/soap/streamHandler.rb:109:in `send''
/usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:170:in `route''
/usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:141:in `call''
/usr/local/lib/ruby/1.8/soap/rpc/driver.rb:178:in `call''
/usr/local/lib/ruby/1.8...