开发者

Soap Action not parsed as expected

开发者 https://www.devze.com 2023-03-16 12:06 出处:网络
For some reason, if I try: response = client.request \'Security_Authenticate\' do 开发者_JAVA百科 It doesn\'t work, the response returns any random fault message.

For some reason, if I try:

response = client.request 'Security_Authenticate' do
开发者_JAVA百科

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消