J
Jeremy Wells
When I'm trying to use a webservice provided by a .NET server from a
ruby client I get the following error when calling the method:
Server was unable to process the request - The message must contain a
wsa:To header.
How can I instruct ruby to add this header? My code currently looks like
this:
factory = SOAP::WSDLDriverFactory.new(url)
soap_client = factory.create_rpc_driver
soap_client.Method({:arg1 => 1, :arg2 => 2})
--
*Jeremy Wells*
Serval Systems Ltd.
www.servalsystems.co.uk <http://www.servalsystems.co.uk>
Tel: 01342 331940
Fax: 01342 331950
ruby client I get the following error when calling the method:
Server was unable to process the request - The message must contain a
wsa:To header.
How can I instruct ruby to add this header? My code currently looks like
this:
factory = SOAP::WSDLDriverFactory.new(url)
soap_client = factory.create_rpc_driver
soap_client.Method({:arg1 => 1, :arg2 => 2})
--
*Jeremy Wells*
Serval Systems Ltd.
www.servalsystems.co.uk <http://www.servalsystems.co.uk>
Tel: 01342 331940
Fax: 01342 331950