For some reason, if I try:

response = client.request 'Security_Authenticate' do

It doesn't work, the response returns any random fault message. However, if I specify the SOAP Action URL:

response = client.request 'http://webservices.xxx.com/whatever' do

it works perfectly.

Is this a Savon issue parsing the wsdl?

RESOLVED: I had to use lowercase for the action!

link|improve this question

67% accept rate
What is the "randomm fault message"? Usually software doesn't send random messages :-). It also can't hurt to post some code or some parts of the log to reproduce your problem. – Steffen Roller Jun 29 '11 at 17:44
The fault message is about a header presentation error (whichs is not true... that's why I called it 'random')... LOOK AT MY EDIT. – content01 Jun 29 '11 at 17:57
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.