SAVON problem

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

ยทยทยท

--
Posted via http://www.ruby-forum.com/.

Hi,

you should probably report to the savon project, I'm afraid there
doesn't seem to be much people using it here. The project's homepage
is http://github.com/rubiii/savon and google group
http://groups.google.com/group/savon-soap.

Hope you find some help there