Chris,

I need to do the same thing, although instead of receiving a String I
want the return type of the method to actually be an org.w3c.dom.Node or
an org.w3c.dom.Document.  I have a feeling this is very simple to do,
but I can't figure out how to do it!  If anyone can point me in the
right direction, I'd appreciate it.

-Ken


----- Original Message -----
From: "Chris Ruegger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 4:58 PM
Subject: XML parameter types?



I have a requirement that the parameters we send to/from our SOAP
service are themselves XML
"documents" or "strings". Question: Can I send an XML string as a SOAP
service parameter,
e.g. suppose I wanted this string to be available as parameter 1 to my
web services method:

<order>
<id>1234</id>
<name>foo</foo>
</order>


Would this confuse SOAP with the angle brackets? What XMLType would I
use for such
a parameter? I'm having difficulty finding a list of all the legal
parameter types, pointers appreciated.
Thanks ahead of time.



Reply via email to