Hi,
I'm writing a soap4r server using Soaplet mounting in webrick, the
server must be conumed by .net and java existing clients.
I ran into several problems with the .net parsing of the response ,
in a simple test i got down to send a string
and still .net refuses to read the result diplaying null instead.
I manged to trace the problem to the n1: , n2:, etc prefixes that
soap4r defaults to when adding parameters,
( and the use of env:Body instead of soap:Body , but I maaged to get
that one solved )
i tried previous suggestions on how to remove the prefix , but they
don't seem to work in current versions of soap4r or
SOAP::RPC::Soaplet
Any halp would be appreciated.
Regards
ale