Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SOAP MIME Header does not contain Set-Cookie when running with weblogic12c

3054467Oct 20 2015 — edited Oct 20 2015

SOAPMessage soapResponse = soapConnection.call(createSOAPRequest(), url);
String session = soapResponse.getMimeHeaders().getHeader("Set-Cookie")[0];



When iterated over all headers soapResponse.getMimeHeaders().getAllHeaders(), there is no header(when running in web application) with name Set-Cookie.

I am using Oracle WebLogic 12c(12.1.3)

Comments
Post Details
Added on Oct 20 2015
1 comment
538 views