Displaying 10 results from an estimated 10 matches for "soap_client".
Did you mean:
imap_client
2006 Jun 27
0
Calling SOAP based Web Services over SSL
...m testStringParam(string my_string) is:" + result
*******************************************************************
3) The "equivalent" ruby code in rails fails. The ruby on rails code
looks like:
*******************************************************************
def hello
soap_client =
SOAP::WSDLDriverFactory.new("https://rsvcstage.e2ma.net/emmaTestCalls.wsdl")
driver = soap_client.create_rpc_driver
driver.generate_explicit_type = true
@retVal = driver.sayHello()
*******************************************************************
the results for that code is:
*...
2006 Jun 14
5
Rails SOAP tutorial
Hi all..
I new in Ruby/Rails.. Where could i get some good tutorial about SOAP
using Rails?
I''ve been googling yet still did''nt find good tutorial.
Thank you in advance.. :)
--
Regards,
Ananda Putra
2006 May 17
6
Problem Consuming a Web Service
...l or an empty string.
My API has these method definitions:
api_method :otherFunction, :expects=>[{:username=>:string}],
:returns=>[:string]
api_method :test, :returns=>[:int]
Calling test works perfectly. When I try to call otherFunction from
my controller, after setting up the soap_client:
soap_client.otherFunction(''name'')
Somehow the username parameter is not being filled out properly. Has
anyone else ran into this? Is there anyway to test the request that
Rails is sending out?
Thanks,
Josh
2006 Jun 15
2
AWS Client - There has to be a better way
I''m working on building a SOAP client with AWS, i.e:
class PersonAPI < ActionWebService::API::Base
api_method :find_all, :returns => [[Person]]
end
soap_client = ActionWebService::Client::Soap.new(PersonAPI,
"http://...")
persons = soap_client.find_all
This works well but I think it breaks down quickly when you try to do
real world work. Lets take a moderately complex WSDL file from a bank
with some thirty operations and about fifty differe...
2006 May 18
2
rails and .net webservices
Hello.
I am novice in ruby.
How can i use .net webservice method from ruby.
Thanks.
--
Posted via http://www.ruby-forum.com/.
2007 Dec 13
3
Realise a web service with ruby on rails.
...treamHandler.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''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.2.6/lib/
action_web_service/client/soap_client.rb:63:in `send''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.2.6/lib/
action_web_service/client/soap_client.rb:63:in `perform_invocation''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.2.6/lib/
action_web_service/client/base.rb:15:in `method_missing''
/usr/lib/ruby/gems/...
2006 Jan 31
0
webservice problem (cant make client)
...9;'test'')
#undefined mehtod create_rpc_driver
#~ drv = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
#~ drv.wiredump_dev = STDOUT
#~ dwml = drv.Authenticate(''xxx'',''test'',''test'')
#uninitialized constant ActionWebService
#~ soap_client = ActionWebService::Client::Soap.new(''BackendApi'', wsdl2)
#~ result = soap_client.Authenticate(''xxx'',''test'',''test'')
Thanks in advance
Nick
2008 Jul 28
0
Rubygems Issues
...39;
/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/soap/rpc/driver.rb:232:in `get_unfulfilled''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.6/lib/
action_web_service/client/soap_client.rb:63:in `send''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.6/lib/
action_web_service/client/soap_client.rb:63:in `perform_invocation''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.6/lib/
action_web_service/client/base.rb:15:in `method_missing''
/var/ww...
2005 Feb 24
8
web services with ActionWebService
<noobalert>
Uh, yeah. So my noob self is showing through again. I''m trying to
write a simple hello-world type web service with the ActionWebService
thingy. I didn''t get very far. I''ve only done web services stuff in
.NET, so I''m not exactly used to this sort of thing.
Anyhow, I have a file, person_api.rb in my app/apis folder. I want to
take a single
2006 May 25
3
webservice timeout issue
.../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/soap/rpc/driver.rb:232:in `validate''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/client/soap_client.rb:61:in
`perform_invocation''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/client/base.rb:15:in
`method_missing''
/app/controllers/users_controller.rb:60:in `validate''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/ac...