cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.31 - HTTP to HTTP Synchronous Scenario

arkesh_sharma
Active Participant
0 Kudos

Hi Experts,

I have a pass-through scenario (HTTP to HTTP) in which I am suppose to send a short,single, command line via HTTP to the Target system.

The URL used in the HTTP Channel calls a Shell Script on the Target System.

The target system is suppose to send a response back but, while testing (using HTTP Client - http://scn.sap.com/community/pi-and-soa-middleware/blog/2011/05/10/pi-730-http-java-adapter-test-too...), the only response I am getting from the target system is that the connection has been established successfully (which, I think, is a system generated response and not the actual expected response) and I do not see any Message Content or XI Pipeline step in the Message Monitoring for the message sent to the target system.

Snapshot is attached below for your reference:

Can you please advice/suggest what is going wrong from my side in testing? There is no ESR objects configured. There is only one receiver HTTP channel to send the request and receive the response and a dummy interface in the Interface Determination, Receiver Determination and Receiver Agreement.

Thanks,

Arkesh

Accepted Solutions (1)

Accepted Solutions (1)

Bhargavakrishna
Active Contributor
0 Kudos

Hi Arkesh,

--> Test the connection by ping the communication channel from communication channel monitoring.

--> Test the configuration from ID.

by using the test configuration option available under Tools.

Copy the payload from message mapping and give the communication component and sender and receiver interface details and run the test.

OR

you can also test the interface by sending message from RWB.

See my blog fro the same

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/06/05/how-to-send-a-test-a-message-from...

check it accordingly and do the necessary changes.

it should work.

Regards

Bhargava Krishna

arkesh_sharma
Active Participant
0 Kudos

Thank You for your help!

It worked!

Answers (0)