RE: Axis2 SOAP XML response question

2009-02-24 Thread Shaon, ABS (Arif)
-user@ws.apache.org Subject: Re: Axis2 SOAP XML response question Well you could do this by doing a contract first web service. It looks like you are using the POJO approach and when u do that you have to live with the schema that Axis2 would give you. Alternatively you could just stick an ESB

Re: Axis2 SOAP XML response question

2009-02-24 Thread keith chapman
, even if I don’t want to change the format of the SOAP response. Regards Arif *From:* keith chapman [mailto:keithgchap...@gmail.com] *Sent:* 24 February 2009 03:54 *To:* axis-user@ws.apache.org *Subject:* Re: Axis2 SOAP XML response question Well you could do this by doing a contract

RE: Axis2 SOAP XML response question

2009-02-24 Thread Shaon, ABS (Arif)
, there should be a way to remove it without using another service layer on top of Axis Regards Arif From: keith chapman [mailto:keithgchap...@gmail.com] Sent: 24 February 2009 09:59 To: axis-user@ws.apache.org Subject: Re: Axis2 SOAP XML response question If you need to put it as XML, you

Axis2 SOAP XML response question

2009-02-23 Thread Shaon, ABS (Arif)
Hi Everyone, I am running a AXIS4 1.4.1 SOAP service that returns an XML document encoded in the SOAP Body. The response I get is the following: soapenv:Envelope xmlns:soapenv=http://www.w3.org/2003/05/soap-envelope; soapenv:Body ns:GetCapabilitiesResponse

Re: Axis2 SOAP XML response question

2009-02-23 Thread keith chapman
Well you could do this by doing a contract first web service. It looks like you are using the POJO approach and when u do that you have to live with the schema that Axis2 would give you. Alternatively you could just stick an ESB in front and run the response through an XSLT and format it to the