search for: web_service_client

Displaying 2 results from an estimated 2 matches for "web_service_client".

2006 Jul 25
2
web services client problem
...done most of the coding as per the rails book agile web development i.e implementations of the servers and when i invoke them they give result but when i try to acces them through another controller it gives time out error i have followed the client code given at last of that web service chapter web_service_client ActionWebService::Soap..... can anyone tell me what can be the problem thank you in advance regards gaurav v bagga -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060725/008b9145/attachment.html
2006 Jun 15
2
AWS Client - There has to be a better way
...ld work. Lets take a moderately complex WSDL file from a bank with some thirty operations and about fifty different parameter object types. Obviously I don''t want to code everyone of these object types. Is there a better way? What would be nice is something like: ./script/generate web_service_client http://the.bank.com/service.wsdl that would generate all the ActionWebService::API::Base classes. Another thought is to just leave the whole AWS idea behind and use SOAP4R. Your thoughts? Matt Bauer -- Posted via http://www.ruby-forum.com/.