cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP request not receiving-SAP PI 7.3 -Java stack only

former_member183906
Active Contributor
0 Kudos

Hi,

I am using SAP PI 7.3 single stack (Java).

I have a interface using http sender.

When i am testing it using testtool, HTTP request is not going. I am getting error in connection. I am giving rite host and port.

How to check HTTP port of PI 7.3 -java stack is open or not & wats the real http port used while testing.

Rgds

Accepted Solutions (1)

Accepted Solutions (1)

nabendu_sen
Active Contributor
0 Kudos

Hi,

What is the exact error your are getting back in the Test tool? Also which format of PI URL you are using?

Check this:

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

URL: http://<hostname:port>/<path>?<query-string>

Where,

  • path= /HttpAdapter/HttpMessageServlet
  • query-string= ?interfaceNamespace=<interfaceNamespace>&interface=<interface>>& senderService=<senderService>&senderParty=<senderParty>&receiverParty=<receiverParty>&receiverService=<receiverService>&qos=<qos>&queueid=<queueid>&msgguid=<msgguid>


Regards,

Nabendu.

former_member183906
Active Contributor
0 Kudos

I was using wrong hostname..got correct host name from basis.

Answers (0)