cancel
Showing results for 
Search instead for 
Did you mean: 

How to test Java Proxy server?

Former Member
0 Kudos

Hi all!

I have created an EJB module, created Myapp.jar added this EJB module to an Enterprise module built .ear file and deployed on to SAP J2ee engine and registered there.

I want to test my Java Proxy server, how to do that?

I tried the following scenario:

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

Help me

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Open your Request message mapping. Click on Test tab. Give some input values. Click on "Source Text view" icon. Copy the xml payload and give it in HTTP Client.

Hope this helps.

Regards,

Uma

Former Member
0 Kudos

Hi all!

I have done by copying source message from Test and copied and tested the same as Payload in HTTP client. I got status code 200. But in RWB and SXMB_MONI i got some error like MAPPING DURING EXECUTE.

I tested in message mapping, it is working fine.

Why it is showing like that in RWB and SXMB_MONI.

Help me!

Thanks a lot!

Former Member
0 Kudos

Hi,

You can try with HTTP as sender. Send a HTTP request using HTTP Client code and check out the response.

For HTTP, sender communication channel is not required. All other steps in Configuration will be similar to any simple scenario.

Regards,

Uma

Former Member
0 Kudos

Hi

I am giving the following params in HTTP Client

Server : spap

Server Port: 50000

Client: 100

Sender service: JPS_01BS

Sender namespace: http://jps.com

XML Payload:????????

What to give here?

Thanks a lot