cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Http test Client for Java Client Proxy Scenario

Former Member
0 Kudos

Hi,

I build a scenario using Java Client Proxy where JSP as my FrontHand.

Can I know that whether i can use Http Test Client in place of JSP for sending data and getting response back. If yes than how can i implement this ?

Regards,

Abhi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check this blog by Michal on how to send the message.

/people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible

Regards,

Sudheer.

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks All for the replies

stefan_grube
Active Contributor
0 Kudos

When you want to test the Java Proxy client implementation, a cannot test this with the HTTP client, you have to write a Java program for this.

You find an example in the how-to guide:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd2...

Regards

Stefan

Former Member
0 Kudos

Hi Abhi,

I think you cannot use HTTP page instead of JSP for Java proxy. Because you need to use the generated Java classes of proxies for sending request to XI and this cannot be done by only using HTTP.

The other way to use HTTP test client is by changing the scenario which uses HTTP adapter in sender communication channel.

Regards,

Uma

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

with Http Test Client you post your messages

directly to the Integration Engine (not using adapter framework)

so you can use Http Test Client to simulate any message

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>