cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.31 Single Stack Java HTTP_AAE Scenario

nageswararao_v2
Participant
0 Kudos

Hi SAP Gurus,

Since I am new to PI 7.31 Single Stack I don't have any idea about how to implement HTTP_AAE adapter and Required configurations. Anyone advice me how to implement the java based HTTP_AAE adapter and how to test as well.

  • I looked into some of the configuration steps which are provided in help.sap.com, those are uncleared and I have checked blogs for HTTP adapter, but I can't get anything.
  • So could anybody please share the link or document regarding step by step scenario implementation for HTTP_AAE Adapter...

Thanks in advance,

Nagesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Bhargavakrishna
Active Contributor
0 Kudos

Hi Nagesh,

Since I am new to PI 7.31 Single Stack I don't have any idea about how to implement HTTP_AAE adapter and Required configurations. Anyone advice me how to implement the java based HTTP_AAE adapter and how to test as well.

HTTP test tool

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/08/12/http-test-tool-for-sap-pi-73

For Sender HTTP_AAE adapter configuration

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/3c/9e0cb51d7c4ecfbf4f154aaaebaaa5/content.htm

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/03/e2d70a626342feaef7f2f9f04a1776/content.htm

For Receiver HTTP_AAE adapter configuration

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/6d/c2b39dae45482e90d3352345cbf427/content.htm

HTTP_AAE sender parameter

Transport protocol : HTTP 1.1

Message protocol: POST or GET (Determine how the sender system sends the HTTP request and select one of the options for the message protocol)

Adapter Engine: Central adapter engine

Parameters under general tab

Set from : ( If the HTTP input is through the form submission, choose Set Form and enter the Main Payload Parameter Name to specify the name of the request parameter whose value should be copied to the XI main payload).

The Java HTTP adapter supports the following combinations of HTTP requests:

Plain HTTP POST (default)

No

No

POST

HTML Form Submit Request

Yes

No

POST

HTML Form-Based File Upload

Yes

Yes

POST

Generic Multipart Request

No

Yes

POST

Payload as URL Parameter (use only for diagnostic)

No

No

GET

Multipart

If the HTTP request is a multipart request where one or more different sets of data are combined into a single body, choose Set Multipart.

Keep attachments

If you want the attachments in the HTTP request to be copied as XI message attachments, choose Keep Attachments.

In advanced tab

Set adapter specific message attributes (If you wish)

Adapter status


Additional parameters

Like this you can use the parameters as per the requirement. for every parameter there is an explanation in the above links.

Most of the parameters are same like we have in normal HTTP adapter.

For sample HTTP scenario

http://www.saptechnical.com/Tutorials/XI/HTTP/RFC.htm

So first decide, whether you want to use HTTP_AAE on sender side or receiver side. then open the links which i specified as per your requirement. if you find any difficulty in setting the parameter, refer the guide provided.

Let me know if you have any issues.

Hope it will helpful..

Regards

Bhargava krishna