From: "NAKAMURA, Hiroshi" Date: 2005-10-27T10:02:11+09:00 Subject: Re: Trouble creating a SOAP client -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Wes Shaddix wrote: > I'm trying to create a simple SOAP client in Ruby and up to this point have > been unsuccessful. Here is my code and the output. I a new to Ruby so if > there is anything else I can offer to get more assistance let me know. Can I see a wiredump of the request? > require 'soap/rpc/driver' > class CustomerController < ApplicationController > def save_customer > soapProxy = SOAP::RPC::Driver.new(ENDPOINT, > NAMESPACE) > soapProxy.add_method('ContactNew') > soapProxy.add_method('ContactSave', 'contact') soapProxy.wiredump_dev = STDERR Please add the above line here. Though I don't know where I get STDERR outputs in Rails environment... Regards, // NaHi -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) iD8DBQFDYCcQf6b33ts2dPkRAsgYAKDEuMQcKTq9B8N2evMRIavH1opEtgCgmZAC xzQ1AZGf6oPRv+qownkdruM= =35we -----END PGP SIGNATURE-----