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;
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;
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.
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.
gt; --=_Part_27_17361162.1165910679065--
>> >
>> >
>> > ---
>> > HTTP Response:
>> > --
>> > HTTP/1.1 500 Internal Serve
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
-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
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