apanizza
unread,Jun 27, 2008, 1:05:00 AM6/27/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to soap4r
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