cancel
Showing results for 
Search instead for 
Did you mean: 

Envelop header for HTTP receiver adapter

Former Member
0 Kudos

Hi,

In one of the business scenario's XI has to send data to an external party using an envelope header(Sample document to be sent is given below.)

<b>Message-ID:ABC.JavaMail.SYSTEM@ztxwmwspro02

Date: Thu, 16 Oct 2003 17:02:04 -0400 (EDT)

Mime-Version: 1.0

Content-Type: multipart/related

Content-ID: 4bafd2e2-7971-1000-a6a3-0fe8304d0001

x-Date-Sent: 01 Dec 2005 11:26:47 CST referenceId:

x-Document-Type: Error

x-Priority: 5

x-Correlation-Id: 4bafd2e2

x-Request-Annotation: normal

<Order>

<OrderHeader>

<OrderNumber>

<BuyerOrderNumber>XXX</BuyerOrderNumber>

</OrderNumber>

<OrderIssueDate>20050223T12:00:00</OrderIssueDate>

<OrderHeader>

<Order></b>

1) How can this be acheived?

2) How/Where can i see the header data of the message that is being sent out by a receiver HTTP adapter?

Regards,

Siva Maranani

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I solved this problem.

Use the "Header Fields" in HTTP adapter to add the additional header parameters you need.

While testing the applciaiton, go to SMICM, change the trace level to 3 and you will be able to see the message(along with the header message) going out of XI system.

Regards,

Siva Maranani

Former Member
0 Kudos

Hi Siva,

It seems to me like a raw eml file which you are trying to send using plain http adapter. I am sorry that you can't do this using http plain adapter because it automatically adds the http header even before you can add any lines to it. May be u can try file adapter module and use java to succeed http connection.

Best regards,

Felix

Former Member
0 Kudos

hi Siva,

Did you see this link ??

http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm

it provides good information aboutPlain HTTP: Outbound Channel.

cheers,

Naveen