cancel
Showing results for 
Search instead for 
Did you mean: 

i have to do scenario soap to rfc synchonous with out mapping

Former Member
0 Kudos

Hi All,

I have lot of doubts in inbound soap to RFC synchronous scenario .

in this scenario we have to send time sheet from non-sap to xi and xi to sap system without mapping

And as a response we have to get error messages..

here wsdl file provided at soap side and BAPI is created in RFC side..

PLz provide clear information about this scenario . if Any one understood

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Did u check the below wiki

Link : [http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File(Without%20BPM)]

In the similar way you can do your SOAP to RFC synchronous scenario.

Regards,

Malini

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

--> And as a response we have to get error messages..

a) If there is no structure conversion required, you might avoid mapping. But if you need to capture error messages, how do you populate errors from the RFC to SOAP. Looks like you might need mapping.

This case mapping is required for the recording or monitoring purpose. Its better to do at least one to one mapping and map both soap request to RFC request and RFC response to SOAP response.

If you need more help, elaborate your details

former_member200962
Active Contributor
0 Kudos
And as a response we have to get error messages..

What if there are no error messages....wont your SYNC message processing go into error?

here wsdl file provided at soap side and BAPI is created in RFC side..

I hope you have provided the WSDL file to the sending SOAP application....and that the structure of this WSDL file is exactly same as the RFC...if not then you need a mapping!

The above wiki seems to be mentioning Request-Response Bean...which is not required in your case...as you have SOAP <> RFC and not File <> RFC

Regards,

Abhishek.