Cannot call web service methods via SOAP Connection (SAVON) in Ruby on Rails. Where am I going wrong?

It seems to be the way it was being called... Something so simple.

It seems to be the way it was being called... Something so simple. The override Stated on the SAVON Tutorial, recommended if you have an uppercase starting camelcase doesn't work. Maybe the tutorial is outdated.(Note, :wsdl IS required in my case) So this was not working: response = client.

Request :wsdl, "GetCustomerCentreDetails" Changing it to: response = client. Request :wsdl, :get_customer_centre_details Then obviously I need a body added to it, and header etc. The assumption that caused me confusion : Being able to get the WSDL does not mean you are connected to the webservice.

It seems you're missing this part you should insert something like the following into your request soap. Header = {"Action" => {'env:mustUnderstand' => 'tempuri.org/IIBCSServices/GetServices', attributes! => { 'mustUnderstand' => "1", 'xmlns' => "..." } }.

Ill give it a try thanks. Sorry for slow delay, I moved away from this problem and carried on programming in C# – Doomsknight Sep 15 at 14:27 1 That's too bad. Programming in Ruby is fast and fun :-) – Steffen Roller Sep 15 at 15:08.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions