Consuming a SOAP Service using Savon Gem

S

Saeed Bhuta

Hi,

I am trying to consume a SOAP service using the Savon gem but having
difficulty.

My code:

"require 'rubygems'
require 'savon'

# Client instance with a WSDL endpoint
client = Savon::Client.new
"http://realtime.nationalrail.co.uk/ldbws/wsdl.aspx"

p client.wsdl.namespace_uri

p client.wsdl.soap_actions

response = client.get_arrival_board"

The error I am getting:

"D, [2010-07-13T11:38:58.967684 #3909] DEBUG -- : Retrieving WSDL from:
http://realtime.nationalrail.co.uk/ldbws/wsdl.aspx
"http://thalesgroup.com/RTTI/2008-02-20/ldb/"
[]
/home/abcb293/.gem/ruby/1.8/gems/savon-0.7.9/lib/savon/client.rb:92:in
`method_missing': undefined method `get_arrival_board' for
#<Savon::Client:0xb7597218> (NoMethodError)
from natrail.rb:11"

Appreciate any help.
 
T

Tony Arcieri

[Note: parts of this message were removed to make it a legal post.]

p client.wsdl.soap_actions doesn't return anything...

It doesn't look like there are any SOAP actions in your WSDL
 
S

Saeed Bhuta

Tony said:
It doesn't look like there are any SOAP actions in your WSDL

Hmmm. However when I use soapUI, it seems to find the actions from the
WSDL without any problems...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top