cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP-RFC-WEBSERVICE

Former Member
0 Kudos

Hai All,

Please tell me how to do the following scenario in xi.

<b>SOAP-RFC</b>

1. sending soap request

2.Mapping soap request to rfc request

3.Mapping rfc response to a webservice request.

4. Mapping webservice response to soap response.

>>> Is it necessary to use bpm in this case... If yes, please tell me how to do this scenario in bpm.

Message was edited by:

SRI KRISHNA CHARAN

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Charan,

Its not mandatory that you have to use BPM to do this scenario

in simple terms you will have to do an interface mapping between the Synchronous Interface of your SOAP wsdl with the syncronous interface for bapi.

then if you are having business Process in your scenario include this mapping in the transformation step inside your Business Process.

regards,

Rahul.

Former Member
0 Kudos

Hai Rahul,

my doubt is how to configure two receivers for rfc and external webservice.

please tell me clearly...

Thanks & Regards,

Sri Krishna Charan

Former Member
0 Kudos

when you configure this scenario,

the sending service - Business service corressponding to the webservice

Sending interface - the Synchronous interface with soap requiet and reponse structure

receiveing service - the SAP system

receiving interface - RFC interface with the coreesponding request and response .

why do u need two receivers for the RFC's .

Former Member
0 Kudos

Actually my doubt is i hav to send response from rfc to some external webservice...

How can i send that in this case...

Thanks & Regards

Sri Krishna Charan

Former Member
0 Kudos

see thats what i told

map the response structure for the RFC back to the response structure of the webservice .

Former Member
0 Kudos

were u able to get the WSDL file for your webservice inside the IR??

Former Member
0 Kudos

Thanks for your reply.....,

Yes i am able to get the wsdl file as external def in IR...

But my problem is...

lets take the scenario...

<b>SOAP(Sync)-RFC(Sync)-JDBC(Sync)</b>

1. Receiving soap request.

2. Mapping soap request to rfc request.

3. Mapping rfc response to jdbc request.

4. Mapping jdbc response to soap response.

5. Sending soap response.

Please tell me how can i desing and configure this scenario.

Thanks & Regards,

Sri Krishna Charan

Former Member
0 Kudos

U'll have a BPM here.

inside the bpm u 'll have a

sync send - to sned the jdbc req and receive resp

transformation - to map the jdbc resp to rfc req

sync send - to send the rfc req and get the response

send - to send the rfc response out.

regards,

Rahul.

Former Member
0 Kudos

Hi,

Can u please give any documents to do bpm in this case....

Thanks & Regards,

Sri Krishna Charan

Former Member
0 Kudos

hi

check this link for BPM

/people/jie.deng/blog/2008/12/12/building-a-composite-business-process-from-scratch-with-sap-netweaver-business-process-management