S
Stephane Wirtel
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:river.new("http://localhost:8080", "http://localhost/Demo")
stub.add_message('getTime')
puts stub.getTime
thanks,
Stephane
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:river.new("http://localhost:8080", "http://localhost/Demo")
stub.add_message('getTime')
puts stub.getTime
thanks,
Stephane