Return Receipt
Your RE: Returning XML document from Service call
document
Title: RE: Returning XML document from Service call
If it possible to return a Document object from an RPC type call could someone provide me with
the steps to do this?
-Original Message-
From: Volkmann, Mark
[mailto:[EMAIL PROTECTED]
Sent: 25 September 2003 14:59
To
Return Receipt
Your RE: Returning XML document from Service call
document
Title: RE: Returning XML document from Service call
I think you could return Document objects using RPC, but I don't think you want to. I imagine that would serialize all the fields of all the nodes into XML. Wouldn't you end up with XML elements that describe things like ownerDo
-
From: Dimuthu Leelarathne [mailto:[EMAIL PROTECTED]
Sent: 25 September 2002 05:06
To: [EMAIL PROTECTED]
Subject: Re: Returning XML document from Service call
Cathol,
Message style services would help you . They have signatures as below.
Read
about it in the user guide.
public Element
Title: RE: Returning XML document from Service call
I've attached a zip containing an example. Feedback on this is welcomed!
-Original Message-
From: Cathal O' Riordan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 24, 2003 10:20 AM
To: [EMAIL PROTECTED]
Subject:
Cathol,
Message style services would help you . They have signatures as below. Read
about it in the user guide.
public Element [] method(Element [] bodies);
public SOAPBodyElement [] method (SOAPBodyElement [] bodies);
public Document method(Document body);
public void method(SOAPEnvelope req, SO