cancel
Showing results for 
Search instead for 
Did you mean: 

Integration engine not reachable through Java Proxy

Former Member
0 Kudos

Hello

I am trying java proxy scenario where I generated java proxies for my outbound synchronous interface. Then through developer studio created .ear and deployed in SAPXI J2EE engine. The deployment was successful and I could view the JSP page which was my starting page.

But nothing is returned from the XI interface. I tried to monitor from SXMB_MONI but it says "No messages selected" which means it never came to Integration engine. In my config I have configured Business Service where its Sender is Outbound interface and proper Receiver determination is configured for this sender.

Do we need to define sender for that.Also do we require JNDI connection parameters e.g. PROVIDER_URL etc when my web apps and client proxies are part of the same .ear file?

Thanks in advance.

Regards

Ashish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

have you register your Java Proxy?

to register the proxy, type following string in your browser address line:

http://<host>:<port>/ ProxyServer/register?ns=<namespace>&interface=<interface>&bean=<bean>&method=<method>

for example (Stefans Java Proxy Example):

http://<host>:<port>/ ProxyServer/register?ns=http://sap.com/xi/XI/Demo/Airline&interface=FlightSeatAvailabilityQuery_In&bean=sap.com/JavaProxyExampleEAR/FlightSeatAvailabilityQueryIn_PortTypeBean&method=flightSeatAvailabilityQueryIn

Robin

Answers (0)