cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Client Java proxies

Former Member
0 Kudos

Hi Experts.

Currently I am working on Client Java proxies. My Scenario is

Java Proxies<--


>XI<--


>R/3

Receiver is Bapi.

But here It works only once. that is from second time execution onwards it was picking sender interface as different one other than BAPI message interface in case of response. And It was showing No Receiver Found error at Technical Routing. Can any one suggests me where would be the wrong?

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

before calling the proxy, you need to initialise the $messageSpecifier attribut.

You can do this with method

<yourRemoteInterface>.$messageSpecifier();

Regards

Stefan

Answers (0)