RE: Returning XML document from Service call

2003-09-25 Thread matthew_f_hamburger
Return Receipt Your RE: Returning XML document from Service call document

RE: Returning XML document from Service call

2003-09-25 Thread Cathal O' Riordan
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

RE: Returning XML document from Service call

2003-09-25 Thread Mike Spreitzer
Return Receipt Your RE: Returning XML document from Service call document

RE: Returning XML document from Service call

2003-09-25 Thread Volkmann, Mark
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

RE: Returning XML document from Service call

2003-09-25 Thread Cathal O' Riordan
- 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

RE: Returning XML document from Service call

2003-09-25 Thread Volkmann, Mark
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:

Re: Returning XML document from Service call

2003-09-24 Thread Dimuthu Leelarathne
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