cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Client Sample Code for Communicating with PI 7.11?

Former Member
0 Kudos

Hi.

When we used XI 3.0 we used the testtool in the link bellow to send http messages into PI and get the URL.

[http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8]

Can I find a simuler tool for PI 7.11?

BR

Kalle

Accepted Solutions (0)

Answers (2)

Answers (2)

markushardank
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Kalle,

please check PI HTTP Client under: http://code.google.com/p/sap-pi-http-client/.

To my opinion a good choice for simple sending of messages to PI via http.

But of course there are more sophisticated tools with scripting environments included like SOAP UI.

best regards,

Markus

Shabarish_Nair
Active Contributor
0 Kudos

there are many open projects available on the net

ex. http://code.google.com/p/sap-pi-http-client/

http://sappihttpclient.codeplex.com/

Former Member
0 Kudos

Thanks for the responses.

I would prefer a simple html page.

The one we had gave us the url that other systems could post the message on.

Is there a simple html page layout avaiable?

How should the url be configured for an http post into PI 7.11?

BR

Kalle

baskar_gopalakrishnan2
Active Contributor
0 Kudos

you could use simple java code as mentioned this [link|http://www.java2s.com/Code/Java/Apache-Common/HttppostmethodExample.htm]

Also why don't use RWB --> component monitoring --> integration engine -> test message for testing.

Former Member
0 Kudos

Yes I can use RWB to send messages.

But I want the functionality to get the URL for an external system to post an http-message on.

RWB do not provide me with that what I know.

I solved it by redesigning the code I posted in the first message.

BR

Kalle