I don't think there is any other method returning Document in RPC service

well i have tried even in message service with following template specified
but

public Element [] method(Element [] bodies)
public SOAPBodyElement [] method (SOAPBodyElement [] bodies)
public Document method(Document body)
public void method(SOAPEnvelope req, SOAPEnvelope resp)

only template public Element [] method(Element [] bodies)  is working

Some user on forum are saying that nightly built version is supporting these
features you can use
with them.

Thanks
sachin

-----Original Message-----
From: BLIS Webmaster (Patrick Houbaux)
[mailto:[EMAIL PROTECTED]
Sent: Saturday, July 05, 2003 2:15 PM
To: [EMAIL PROTECTED]
Subject: Strategy for returning an XML document in RPC service


Hi all,

Is there any possibility I could return an org.w3c.dom.Document from a
method exposed in a java:RPC style service?
If yes, could somebody explain what I have to do for that or point me to
an appropriate example?

Thanks,
Patrick.



Reply via email to