My Oracle Support Banner

Set multiple HTTP Set-Cookie in the Inbound Response . (Doc ID 2855945.1)

Last updated on SEPTEMBER 24, 2023

Applies to:

Oracle Service Bus - Version 12.2.1.3.0 and later
Information in this document applies to any platform.

Goal

Can Service Bus flow send two Set-Cookie separate headers in same SOAP envelope ?

Expected response

<xml-fragment>
<tran:headers xsi:type="http:HttpResponseHeaders"
xmlns:http="http://www.bea.com/wli/sb/transports/http"
xmlns:tran="http://www.bea.com/wli/sb/transports"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<http:Set-Cookie>value1</http:Set-Cookie>
<http:Set-Cookie>value2</http:Set-Cookie>
</tran:headers>
<tran:response-code
xmlns:tran="http://www.bea.com/wli/sb/transports">0</tran:response-code>
<http:http-response-code
xmlns:http="http://www.bea.com/wli/sb/transports/http">200</http:http-response-code>
</xml-fragment>

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.