[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[soap4r] how to get the soap stream from a client ?

Stephane Wirtel

3/13/2006 10:35:00 AM

Hi all,

With soap4r, I send a soap request to a server, but I would like to see my
soap message.

Is there a way to get this message ?

require 'soap/rpc/driver'
stub = SOAP::RPC::Driver.new("http://localhost:8080", "http://localhost/Demo")
stub.add_message('getTime')

puts stub.getTime

thanks,

Stephane