cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_AAE empty payload in SAP PI single stack

Former Member
0 Kudos

Dear All,

I have acknowledgement posting HTTP Sender scenario (Legacy) to SAP ECC system via SAP PI single stack (7.4)

Legacy(HTTP) -----> SAP PI/PO---->(RFC) SAP ECC

From Legacy system : http service encodes the data from stream element in the body of the post"

Content Type: application/x-www-form-urlencoded.

We have configured below parameters in SAP PI single stack level.

We are always receiving the Empty payload (with Zero Characters)

I have tried to post the data from POSTMAN tool also but received empty content only.

There is no parameter maintained at HTTP body to hold the payload data at legacy application level and hence Set Form in not checked.

Kindly provide your suggestion how to handle it in PI 7.4 HTTP_AAE configuration at the earliest. Its urgent.

Thank you in Advance !!

P.S:

1. Same stream of data has been received successfully in PI 7.0 (ABAP based HTTP Adapter)

2. SOAP Adapter with no SOAP envelope also its not working

Postman tool screenshot


Best Regards,
Suresh S



Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Suresh

If this problem was resolved, I would be interested in the solution.

Thank you,

Harold

Former Member
0 Kudos

Hi Suresh,

Please use the SOAP UI or some other tool for testing . Even we have faced the same issue with Postman.

Regards,

Rudra

Former Member
0 Kudos

Hi Rudra Singh,

Post man tool replicating similar HTTP form url-encoded data posting like legacy application.

Though we are succeeding in SOAP UI it we can't simulate exact form data posting via SOAP UI.

Apart from Form /Multi-part posting , plain http (x-www-form-urlencoded) content would be accepted at SAP PI end?

Content type: application/x-www-form-urlencoded.

Best Regards,
Suresh S

Former Member
0 Kudos

Hi Suresh,

Form /Multi-part posting , plain http (x-www-form-urlencoded) content would be accepted at SAP PI end?

 Yes,  it will be.  Please check the below blog if it is relevant 
https://blogs.sap.com/2014/09/12/html-form-upload-using-http-plain-adapter-with-java-mapping/

we can't simulate exact form data posting via SOAP UI

    I am not sure if we can simulate exact form posting via SOAP UI. I will check .

Warm Regards,

Rudra