# SAVON problem

**URL:** https://rubytalk.org/t/savon-problem/61428
**Category:** ruby-talk
**Created:** [12 January 2011 14:52 UTC](https://rubytalk.org/t/savon-problem/61428 "2011-01-12T14:52:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Maciej\_Pindela](https://avatars.discourse-cdn.com/v4/letter/m/76d3ee/32.png) [@Maciej\_Pindela](https://rubytalk.org/u/Maciej_Pindela)
#### Post date: [12 January 2011 14:52 UTC](https://rubytalk.org/t/savon-problem/61428/1 "2011-01-12T14:52:24Z")

</div>

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/](http://www.ruby-forum.com/).

---

<div class="post-metadata">

### Author: ![Jonas\_Pfenniger\_zimb](https://avatars.discourse-cdn.com/v4/letter/j/c5a1d2/32.png) [@Jonas\_Pfenniger\_zimb](https://rubytalk.org/u/Jonas_Pfenniger_zimb)
#### Post date: [12 January 2011 23:31 UTC](https://rubytalk.org/t/savon-problem/61428/2 "2011-01-12T23:31:12Z")

</div>

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](http://github.com/rubiii/savon) and google group  
[http://groups.google.com/group/savon-soap](http://groups.google.com/group/savon-soap).

Hope you find some help there
