RE: Processing Instruction

2010-09-28 Thread Thallapragada, Sowmi
The idea is to expose our service both as a SOAP service as well as a REST service, which I believe is what Axis2 is built to do. However, one of our clients has a hard requirement of the response having a processing instruction in the XML document when exposed as a REST service. Something

Re: Processing Instruction

2010-09-25 Thread Jorge Medina
, or some 'standard' XML like Atom. What is the processing instruction for? Where in the message is your server expecting it to be? On Fri, Sep 24, 2010 at 5:10 PM, Thallapragada, Sowmi wrote: > Thanks Jorge. > > So if we have access to an "Envelope" (via a

RE: Processing Instruction

2010-09-24 Thread Thallapragada, Sowmi
ich I am not sure how to access as it is NULL in whatever tests I am performing)? -Original Message- From: Jorge Medina [mailto:[email protected]] Sent: Friday, September 24, 2010 1:01 PM To: [email protected] Subject: Re: Processing Instruction In REST you are free to

Re: Processing Instruction

2010-09-24 Thread Jorge Medina
> To: [email protected] > Subject: Re: Processing Instruction > > According to the SOAP specs, processing instructions are forbidden in > SOAP messages. Here is the relevant quote from the specs: > > "A SOAP message MUST NOT contain a Document Type Declaration. A SO

RE: Processing Instruction

2010-09-23 Thread Thallapragada, Sowmi
Thanks Andreas. Does this hold true for REST style services as well? -Original Message- From: Andreas Veithen [mailto:[email protected]] Sent: Thursday, September 23, 2010 11:32 AM To: [email protected] Subject: Re: Processing Instruction According to the SOAP specs

Re: Processing Instruction

2010-09-23 Thread Andreas Veithen
0 at 00:16, Thallapragada, Sowmi wrote: > How can I add a processing instruction in my response XML? We would like to > add something like: > > > > > > > > before the SOAP envelope. Any help is appreciated. > > > > Sowmi

Re: Processing Instruction

2010-09-22 Thread Jorge Medina
http://markmail.org/search/?q=Axis2+processing+instruction On Wed, Sep 22, 2010 at 6:17 PM, Thallapragada, Sowmi wrote: > Forgot to mention that we are using Axis2 version 1.4.1 > > > > From: Thallapragada, Sowmi > Sent: Wednesday, September 22, 2010 3:16 PM > To: ax

Re: Processing Instruction

2010-09-22 Thread Jorge Medina
http://markmail.org/search/?q=Axis2+processing+instruction On Wed, Sep 22, 2010 at 6:17 PM, Thallapragada, Sowmi wrote: > Forgot to mention that we are using Axis2 version 1.4.1 > > > > From: Thallapragada, Sowmi > Sent: Wednesday, September 22, 2010 3:16 PM > To: ax

RE: Processing Instruction

2010-09-22 Thread Thallapragada, Sowmi
Forgot to mention that we are using Axis2 version 1.4.1 From: Thallapragada, Sowmi Sent: Wednesday, September 22, 2010 3:16 PM To: [email protected] Subject: Processing Instruction How can I add a processing instruction in my response XML? We would like to add something like: before

Processing Instruction

2010-09-22 Thread Thallapragada, Sowmi
How can I add a processing instruction in my response XML? We would like to add something like: before the SOAP envelope. Any help is appreciated. Sowmi