cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to RFC

Former Member
0 Kudos

Hi,

I'm trying to do SOAP to RFC scenario.

what RFC should i use for practice purpose.as this is the first time i'm doing this scenario,i need a simple RFC.i mean to ask that it should take a simple request and get back the simple response.

No links please

Points immediately rewarded...

Thanks...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use BAPI_COMPANY_GETDETAIL for demo purpose.

Send the SOAP request to XI...call the RFC, get the RFC resp and forward it to SOAP sender.

thanks

Farooq

Former Member
0 Kudos

Hi Farooq,

thanks for your reply.

please give me the request and response message types.

Thanks

Former Member
0 Kudos

Request Message will same as Import Parameter of BAPI and Responce will be Request Message Type Export parameter of BAPI.

Thanks,

Punit

Former Member
0 Kudos

Request Message will same as Import Parameter of BAPI and Responce will be Request Message Type Export parameter of BAPI.

Thanks,

Punit

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

As you have said that you will be trying the RFC to SOAP scenario,

You need to send some input data to SOAP via XI by calling the RFC.

So you have to check with the realtion to input data of RFC is there any specific Web Service is available.

Better way to create your own RFC function Module. and test with it

Thanks

Swarup

former_member187563
Contributor
0 Kudos

hi,

you can use

BAPI_COMPANY_GETDETAIL

And export ,import parameters you can get from Response and Request .

regards

ujjwal kumar

Former Member
0 Kudos

Hi,

i got the same answer earlier from farooq.

thanks