cancel
Showing results for 
Search instead for 
Did you mean: 

soap to rfc

Former Member
0 Kudos

I need an complete soap to rfc scenario .Also please help me in which context u used this scenario.

Please help me.....this is very urgent

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Venu,

There are so many Business Scenarios that you might have to have a SOAP - RFC Scenario...

In addition to the example provided in the previous post......

I have come across scenarios where the XI Interface needs to be called from a JAVA and a .NET Application Systems.... In this case what we did was, we developed the Interface in XI and exposed this interface as a webservice and provided the wsdl to the JAVA and .NET systems to make the required SOAP call..... Also we have had a Scenario with EP as the Sender System where also a similar approach was taken....

Just Go through these blogs and u will clearly understand as to what is to be done... Any doubts, please let me know...

/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

Regards,

Abhy Thomas

former_member201264
Active Contributor
0 Kudos

Hi venu,

Check the below link for ur RFC scenario.

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

regards

sreeni

Former Member
0 Kudos

Hi,

Please see the below links

Consuming XI Web Services using Web Dynpro – Part II-/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii

Consuming XI Web Services using Web Dynpro – Part I -/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0d7349b6-0901-0010-ddbe-ec43178a...

/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client

/people/kevin.liu/blog/2006/04/12/wsdl-11-binding-extension-for-soap-12

yes it will be possible, see below links

/people/thomas.jung3/blog/2005/01/11/publishing-abap-webservices-to-an-external-uddi-server

/people/sap.user72/blog/2005/11/17/xi-how-to-publish-wsdl-generated-from-xi-to-uddi

/people/thomas.jung3/blog/2005/05/25/sap-teched-2005--shameless-plug

Troubleshooting SOAP Message - XI - /people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873...

Regards

Chilla

arunneerolil
Contributor
0 Kudos

Hi venugopal,

exposing purchaseorder bapi as a webservice through XI.

PO(Soap request)->XI(mappings/validations)->ERP(Create PO)

HTH

Chemmanz