7612 4342
-Original Message-
From: tom schuring [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2002 01:08
To: [EMAIL PROTECTED]
Subject: Re: xml document as string
Hello Steve,
thanks for that. i did find out that axis client automatically does the
encoding so sending "" will
Hello Steve,
thanks for that. i did find out that axis client automatically does the encoding so
sending "" will not harm anything. i am wondering if this is the standard
and where i can find the standard that tells me exactly this and the encoding used .
best regards,
tom
On Tuesday, Nov 19,
Tom,
There's a reasonably simple way to find out for sure: construct a web
service that takes a string parameter and then pass "" and
see what happens.
Looking through the code, parameters become instances of RPCParam, and
serializing strings in RPCParam results in them being encoded.
So it l
hello,
i'm sending a serialized xml doc via an RPC-SOAP call with a signature something like:
String sendDocument(String myXmlString);
when i use one of the examples to send something i see that it automatically encodes
by xml-document so it fits in the envelope. (meaning < get replaced by < e