From: "NAKAMURA, Hiroshi" Date: 2005-10-28T09:40:41+09:00 Subject: Re: Trouble creating a SOAP client -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Wes Shaddix wrote: > That helps. From the output, I was able to tell that the soap action was not > being set so instead of add_method, I now call > oapProxy.add_method_with_soapaction('ContactNew', NAMESPACE + 'ContactNew') OK. > I'm getting the right response back from the web service when I call > ContactNew, but I'm unable to set the FirstName property on the object > returned from the call. Below is the server response after the call to > ContactNew Please use "firstName" instead of "FirstName". Method name is uncapitalized along to Ruby's coding style. Regards, // NaHi -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) iD8DBQFDYXOFf6b33ts2dPkRAuxLAKC02UV7aWM5QPJKbH4EGkoplT6VCgCffIHh v6nBZH1DYWpDZiw1bZzMOpE= =AFn7 -----END PGP SIGNATURE-----