RE: How to Return XML data from a webservice and how is it consumed?

2009-01-22 Thread Shravan Mahankali
ssion. _ From: shravan.mahank...@catalytic.com To: axis-user@ws.apache.org Subject: How to Return XML data from a webservice and how is it consumed? Date: Thu, 22 Jan 2009 18:16:40 +0530 Hi, Can anyone advise me, how return XML data from a webservice? Also, how a client consuming

Re: How to Return XML data from a webservice and how is it consumed?

2009-01-22 Thread Guo Tianchong
Please try AXIOM as your operation's return type. Guo. - Original Message - From: Shravan Mahankali To: axis-user@ws.apache.org Sent: Thursday, January 22, 2009 8:46 PM Subject: How to Return XML data from a webservice and how is it consumed? Hi, Can anyone a

Re: How to Return XML data from a webservice and how is it consumed?

2009-01-22 Thread Wishing Carebear
er.inonly=org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver > > > > > From: Kamal Chandana Mettananda [mailto:lka...@gmail.com] > Sent: Thursday, January 22, 2009 3:52 PM > To: axis-user@ws.apache.org > Subject: Re: How to Return XML data from a webservice and how is it

RE: How to Return XML data from a webservice and how is it consumed?

2009-01-22 Thread Asensio, Rodrigo
eiver From: Kamal Chandana Mettananda [mailto:lka...@gmail.com] Sent: Thursday, January 22, 2009 3:52 PM To: axis-user@ws.apache.org Subject: Re: How to Return XML data from a webservice and how is it consumed? Hi, Web service will return a SOAP xml file. By generating the client side classes

Re: How to Return XML data from a webservice and how is it consumed?

2009-01-22 Thread Kamal Chandana Mettananda
Hi, Web service will return a SOAP xml file. By generating the client side classes and using Axis you can map the resulting SOAP xml data into the required class objects. Kamal Mettananda http://lkamal.blogspot.com On Thu, Jan 22, 2009 at 6:16 PM, Shravan Mahankali < shravan.mahank...@catalyti

How to Return XML data from a webservice and how is it consumed?

2009-01-22 Thread Shravan Mahankali
Hi, Can anyone advise me, how return XML data from a webservice? Also, how a client consuming this service should interpret the output, I mean what type of data can they expect? Thanks in advance. Thank You, Shravan Kumar. M -