cancel
Showing results for 
Search instead for 
Did you mean: 

Setting HTTP Header Parameters

Former Member
0 Kudos

Did any one tried setting HTTP Header Parameters using the following guide:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b092777b-ee47-2a10-17b3-c5f59380...

Though I followed the steps written there, I am unable to get the "Set-Cookie" value.

If anybody tried, please share your experiences.

Thanks & Regards,

Satish.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member537867
Active Contributor
0 Kudos
Former Member
0 Kudos

Hello Vinod,

Thanks for your reply. I went through your links . I am successful in setting up a mapping program (an UDF) to transfer the THeaderSOAPACTION to DynamicConfiguration and I am able to see the same i.e in the SOAP Header an extra node DynamicConfiguration.

After that I added the respective Modules and thier respective parameters and value in the SOAP communication channel to transfer the value from Dynamic Configuration to Header fields:

Module Name: AF_Adapters/axis/HandlerBean

handler.type: java:com.sap.aii.axis.xi.XI30DynamicConfigurationHandler

key.c: write http://sap.com/xi/XI/System/SOAP THeaderSOAPACTION

location.c: header

value.c: javax.xml.rpc.soap.http.soapaction.uri

but I didn't see the value for SOAP Action in the request header. It is not getting transferred from DynamicConfiguration to header field.

Does any one make sure, the values I entered are correct?

Thanks & Regards,

Satish.

Former Member
0 Kudos
Former Member
0 Kudos

Hello Boopathi,

The link you mentioned talks about plain HTTP Adapter, but I am interested in SOAP Adapter using HTTP (Axis) Transport protocol and the respective Handlers.

-Satish.