cancel
Showing results for 
Search instead for 
Did you mean: 

REG : HTTP header fields (Synchronous response)

Former Member
0 Kudos

Hi All,

Can anyone please explain the advantage of using this function in the receiver HTTP adapter( ie

"Set adapter specific message attribute -> HTTP header fields (Synchronous response)")

and how this can be implemented?

Thanks in Adavnce,

Siva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Krishna,

Please take a look at this blog:

/people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping

Regards,

---Satish

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hi All,

>

> Can anyone please explain the advantage of using this function in the receiver HTTP adapter( ie

> "Set adapter specific message attribute -> HTTP header fields (Synchronous response)")

> and how this can be implemented?

>

>

>

> Thanks in Adavnce,

> Siva

from help:

If you want to save HTTP header fields from the synchronous response in the XI message header, choose HTTP Header Fields (Synchronous Response) and enter the fields in the fields Field 1 to Field 6.

The fields must have the same names as the fields that are also to be sent in the HTTP response.

The technical names of the fields are HeaderFieldOne,...,HeaderFieldSix.

this means that in case you look to access the header of the response message of a sync http you can use this ASMA.

the implementation will be in your response mapping, using dynamic configuration - /people/shabarish.vijayakumar/blog/2009/03/26/dynamic-configuration-vs-variable-substitution--the-ultimate-battle-for-the-file-name