cancel
Showing results for 
Search instead for 
Did you mean: 

Asynch SOAP to to ABAP Proxy

Former Member
0 Kudos

Hello,

is following possible:

1. SOAP Call direct to IE with QualityOfService=ExactlyOnce and an <i><b>asynchronous</b></i> Outbout Interface

2. InterfaceMapping to asynchrounous Inbound Interface

3. Calling an ABAP-Proxy which has been previously generated

for this asychronous Inbound Interface

I ask that, since i allway get the Error in the Integration:

<SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>

Or do i have to use <i><b>synchronously MessagInterfaces</b></i> in this casse?

I have tested the configuration from the Directory successfully.

Any idea?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi -

Double check the service parameter in the URL you're using. For example:

http://host:port/XISOAPAdapter/MessageServlet?channel=party:<b>service</b>:channel

Or if really sending directly to IE, then double check all the following in bold and make sure if matches your rec. determination config:

http://<server>:<ABAP-port>/sap/xi/engine?type=entry&version=3.0&<b>Sender.Service=<YourService>&Int...;

regards,

Jin

Answers (2)

Answers (2)

VijayKonam
Active Contributor
0 Kudos

> 3. Calling an ABAP-Proxy which has been previously

> generated

Is this an async proxy generated from an already existing async interface? Did you properly mention the receiver determination for the sender SOAP service, interface and namespace to the proper receiver R3 system?

VJ

Former Member
0 Kudos

Hello,

yes, i have the following:

Outbound Interface: my_asynch_out

Inbound Interface : <b>my_asynch_in</b>

And an Interfacemapping for that.

Sender Service: mySoapSender

Receiver Business System: <XI_SID>;

In the XI i have created and activates the ABAP-Proxy for <b>my_asynch_in</b>

The means to me, that no Receiver for Outbound Interface my_asynch_out has been found.

But i have the following Receiver Determination:

<i>Sender: </i>

Service: mySoapSender

Interface: my_asynch_out

<i>configured receivers:</i>

<XI_SID>

Overview about Receiver Determination:

<XI_SID>

--> my_asynch_in myInterfaceMapping Proxy

I refreshed the cache and all that staff, but i allways get the same error.

Namespaces are also correct.

Former Member
0 Kudos

ofcourse its possible,you can have a async SOAP to async proxy scenario,you dont need any sync Message interface for this.

as far as your error is concerned you need to check the receiver determination,lloks like you have not configured a receiver determination which uses Business system for SOAP as sender and Business system of R/3 as configured receivers.

Thanx

Aamir