Hi,
I get following problem when trying to
C:\Documents and Settings\Administrator\Desktop>ruby ws.rb
D, [2011-01-12T15:44:09.115750 #9000] DEBUG – : Retrieving WSDL from:
httpaddres/test.wsd
D, [2011-01-12T15:44:09.631375 #9000] DEBUG – : HTTPI executes HTTP GET
using the httpclient adapter
C:\Documents and Settings\Administrator\Desktop>
code is:
#!/usr/bin/ruby
require ‘savon’
client = Savon::Client.new { wsdl.document = “httpaddres/test.wsd” }
client.wsse.credentials “USER”, “PASS”
client.wsdl.soap_action
How to get soap actions list ?
Thanks for help