I was about to say just return the XML in an xsd:string, it should work
fine.  But that raises an interesting question:  when are the <'s
escaped so they don't interfere with the rest of the SOAP Message (which
is in XML itself?)  I'm guessing they're escaped automatically by the
web services stack.

At any rate, have you thought of just using an xsd:string?

Glen

Am Dienstag, den 06.11.2007, 15:08 -0500 schrieb Roshan A. Punnoose:
> Hi,
> 
>  
> 
> What is the easiest way to return XML directly? For example, in my
> function, if I create XML, I want to be able to send that object
> directly back to the calling client. Is this possible?
> 
>  
> 
> Roshan
> 

Reply via email to