开发者

Soap Action not parsed as expected

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜