cancel
Showing results for 
Search instead for 
Did you mean: 

PI/XI MIME error on response

Former Member
0 Kudos

Hi gurus,

I'm receiving an error which I have never seen before in our PI/XI system when sending Purchase Orders to a vendor. The vendor is receiving the order itself, but when they attempt to send the response, we get this error:

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: invalid syntax in MIME header: HTTP/1.1 200 OK; HTTP 200 OK</SAP:AdditionalText>

Any suggestions?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: invalid syntax in MIME header: HTTP/1.1 200 OK; HTTP 200 OK</SAP:AdditionalText>

The HTTP header of the response is wrong.

Tell the vendor IT peaople, that they should check, why the HTTP header is wrong.

The response should be:

HTTP/1.1 200 OK

Here it seems as the response looks like

HTTP/1.1 200 OK; HTTP 200

http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Sample

You can use the TCPGateway to check the HTTP stream:

/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway

Hope that helps

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Blake,

Where are u seeing this error??

regards,

Anurag

Former Member
0 Kudos

We are seeing this error in our adapter engine.