From: Wes Shaddix Date: 2005-10-28T02:50:54+09:00 Subject: Soap::RPC::Driver Question ------=_NextPart_000_0097_01C5DAFD.70A352E0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit How do you make the soap client send utf-8 encoded instead of ascii encoded requests? How do you keep the request serialization from including the data type of each element? For example, from a .net client, a working request looks like this - - - - WesTest ShaddixTest 0 The same code in ruby generates a request (which fails) like this - - - - WesTestFromRuby ShaddixTestFromRuby 0 Any help is most appreciated. ------=_NextPart_000_0097_01C5DAFD.70A352E0--