cancel
Showing results for 
Search instead for 
Did you mean: 

Question on Using SOAP Adapter

Former Member
0 Kudos

Hello Friends

I have a scenario where I have written a ZBAPI to instert some data in a ZTABLE.

The payload (Data) is coming from another client outside of SAP.

So I want to use SOAP adapter for this.

However, my question is that can i use just business services for both sender and receiver?

I would like to avoid creating business system, since that will lessen little bit of work on SLD side.

Your feed back will be greatly appreciated.

Thanks

Ram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you told us on which system you are working, that may help you to get useful answers....

R/3 ? ECC ? XI ? abap ? java ?

Regards,

Olivier

Former Member
0 Kudos

HI

Thanks a lot for the response.

Here is the scenario

input is coming from outside world -


> XI -


> ZBAPI (using ABAP) is inserting data

into a Table (ECC)

Input to XI is SOAP Adapter

XI to Output (Table with ZBAPI Function ) is using RFC adapter.

I have tested the ZBAPI by using File adapter as input and it is working. But when I configured SOAP adapter that is what is causing the problem.

Thanks

Ram

Former Member
0 Kudos

Hi Ram,

How the input is coming ?

SOAP adapter on the sender side can be used only to expose your message interface as Web Service.

Regards,

Piyush

Answers (0)