RE: Passing large data in SOAP Message

2004-05-19 Thread Vinod Patil
Title: RE: Passing large data in SOAP Message Hi Ken and All,     Thanks Ken for the reply and the code... I also have a similar requirement...to fetch from db and send the data as an xml...   but the issue is that we have to use DOM for message style webservice

RE: Passing large data in SOAP Message

2004-05-19 Thread Lee, Ken
Title: RE: Passing large data in SOAP Message I have been working on solutions to this problem for the last month.  In my case, I convert a resultset to a document using a simple method:  I don't have the person I received this code from referenced (oops!).  If you need the imports for

Passing large data in SOAP Message

2004-05-18 Thread Vinod Patil
Hi All, A type java:MSG service should have the signatures as --public Element [] method(Element [] bodies) --public SOAPBodyElement [] method (SOAPBodyElement [] bodies) --public Document method(Document body) --public void method(SOAPEnvelope req, SOAPEnvelope resp) Now if the XML that i a