Re: HTTP Header issue

2009-07-14 Thread J. Hondius
Getting a header like this. If im not mistaking, there is a javax.servlet.http.HttpServletResponse.setHeader(sometype foo) too. import org.apache.axis2.context.MessageContext; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;

Re: HTTP Header issue

2009-06-29 Thread J. Hondius
Getting a header like this. If im not mistaking, there is a javax.servlet.http.HttpServletResponse.setHeader(sometype foo) too. import org.apache.axis2.context.MessageContext; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;

Re: HTTP Header issue

2009-06-23 Thread mieke
gt; > Thanks, > > Mieke > > -- View this message in context: http://www.nabble.com/HTTP-Header-issue-tp24169983p24176647.html Sent from the Axis - User mailing list archive at Nabble.com.

HTTP Header issue

2009-06-23 Thread mieke
Could someone please outline (with an example if possible) how to add data to the header. Thanks, Mieke -- View this message in context: http://www.nabble.com/HTTP-Header-issue-tp24169983p24169983.html Sent from the Axis - User mailing list archive at Nabble.com.

Re: SoapUI (Re: HTTP header issue with MTOM)

2006-12-12 Thread omatzura
gt; --=_Part_27_17361162.1165910679065-- >> > >> > >> > --- >> > HTTP Response: >> > -- >> > HTTP/1.1 500 Internal Serve

SoapUI (Re: HTTP header issue with MTOM)

2006-12-12 Thread Davanum Srinivas
ssing"; xmlns:soapenv=" > http://www.w3.org/2003/05/soap-envelope > "> > http://www.w3.org/2005/08/addressing/none > urn:uuid:C90EBD69984786D5FB1165913286043 > http://www.w3.org/2005/08/addressing/soap/faultsoapenv:VersionMismatch xml:lang="en-US">T

Re: HTTP header issue with MTOM

2006-12-12 Thread omatzura
-Coyote/1.1 > Connection: close > > 30c > http://www.w3.org/2005/08/addressing"; xmlns:soapenv=" > http://www.w3.org/2003/05/soap-envelope > "> > http://www.w3.org/2005/08/addressing/none > urn:uuid:C90EBD69984786D5FB1165913286043 > http://www.w3.org

HTTP header issue with MTOM

2006-12-12 Thread Jan Christian Bryne
Hi, I have a question related to Content-Type HTTP header. When Axis2 receives a MTOM message that has startinfo="application/soap+xml as a part of the Content-Type header, it returns an error message (below). When startinfo="text/xml all is fine, and Axis2 receives the attachment without proble