cancel
Showing results for 
Search instead for 
Did you mean: 

Help on SOAP-TO-RFC scanariao without BPm Concept

Former Member
0 Kudos

Hi all,

I need to help on SOAP-TO-RFC scanario. if any one knows about soap-rfc scanario, please send me.

awaiting reply

Regards

Gangi

Accepted Solutions (0)

Answers (3)

Answers (3)

moorthy
Active Contributor
0 Kudos

Hi,

These links will help you to design the scenario-

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi ( This approach with SOAP sender).

Here you need to use Reciever as a RFC .

TO configure SOAP Adapters-https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79

Regards,

Moorthy

Former Member
0 Kudos

Hi Mario,

Thanks for your information.

If you any example scanario with SAOP-To-RFC, please send me the document.

Regards

Gangi

Former Member
0 Kudos

Hi Gangi,

unfortunately not.

But the trick is to start with the RFC-import!

Regards Mario

former_member206604
Active Contributor
0 Kudos

Hi,

You can check out this blog on RFC-XI-SOAP

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

You just need to do in a opposite way.

Regards,

Prakash

Former Member
0 Kudos

Hi Gangi,

INTEGRATION REPOSITORY

1) import your RFC

2) create message mapping (Source = imported RFC, target = imported RFC) --> strange, but take it as ist is

3) create message interface

INTEGRATION DIRECTORY

1) Sender agreement, type SOAP with message interface you created in IR

2) receiver determination with message interface you created in IR

3) interface determination with (a) message interface you created in IR and (b) message mapping you created

4) receiver agreement = your R/3 system where your RFC is running

LAST:

Create WSDL in ID: Menu --> tools --> define webService

Regards Mario