cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA Inbound Proxy

Former Member
0 Kudos

Hi,

we have a little problem wit a 3rd party web-service. Our scenario is the following. We start in R/3 with a request, calling an ABAP-Outbound Proxy. This Proxy calls an JAVA-Inbound Proxy at the XI that posts the messages to the 3rd party service.

Although the JAVA-Proxy is registered and the Interface is available, we get the following message in the XI:

<SAP:Code area="ABAP">

INTERFACE_REGISTRATION_ERROR

</SAP:Code>

So the question is, whether it is possible to implement the web-service like we do in this time, or do we have to route the messages through ABAP-ABAP or JAVA-JAVA Proxies?

Regards

Stefan Werner

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please, verify if the TA SXMB_ADM, option Integration Engine Configuration is configured like Integration Server

former_member192798
Active Contributor
0 Kudos

Hi Stefan,

I think it means that there is no ABAP proxy generated for that interface (transaction SPROXY).

Check the namespace and generate for the right one.

Regards.

Praveen

Former Member
0 Kudos

Hi Praveen,

There's no ABAP Proxy generated, this is quite right, because we want the mentioned JAVA Proxy do the work, but we don't know if it works that way, or if we have to do it like this: ABAP-Outbound Proxy->ABAP-Inbound Proxy and then posting an JAVA-Outbound Proxy.

Regards

Stefan