cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice scenario

Former Member
0 Kudos

Hi All,

can anyone suggest me weblogs for webservice(SOAP)->XI->RFC scenario.

Regards

Faisal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Refer

sap to webservice

/people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies

Web Service to RFC scenario

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78d...

Walkthrough - SOAP <-> XI <-> RFC/BAPI

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

Thanks

swarup

Edited by: Swarup Sawant on Jun 5, 2008 7:05 AM

Former Member
0 Kudos

Hi Swarup.

wht is the diff. between a webservice and a SOAP? are they same?

regards

faisal

Former Member
0 Kudos

Hi Abdul,

SOAP is a Protocol which is used in Webservice Scenarios

Webservice is a process which is used to connect with the remote clients

Regards

Seshagiri

Former Member
0 Kudos

Hi,

SOAP is the Message Protocol for Webservices.

SOAP - Simple Object Access Protocol - exchanging XML-based messages over computer networks, normally using HTTP

SOAP forms the foundation layer of the web services protocol stack providing a basic messaging framework upon which abstract layers can be built.

Thanks

Swarup

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

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

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

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]

here is the few links usful for you to configure SOAP-XI-RFC scenario

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f22...

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

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

/people/community.user/blog/2006/09/21/xi-rfcadapter-reconnect-issue

/people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally

for trubleshoot

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

Please reward points if it helps

Thanks

Vikranth

Former Member
0 Kudos

hi check the below links

Walkthrough - SOAP <-> XI <-> RFC/BAPI

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

How to use Client Authentication with SOAP Adapter

/people/rahul.nawale2/blog/2006/05/31/how-to-use-client-authentication-with-soap-adapter

The D-XIE Soap part 1: basic principles with XI in the middle

/people/r.eijpe/blog/2006/04/13/the-d-xie-soap-part-1-basic-principles-with-xi-in-the-middle

The D-XIE Soap part 2: XI design decisions for synchronous or asynchronous messaging

/people/r.eijpe/blog/2006/04/20/the-d-xie-soap-part-2-xi-design-decisions-for-synchronous-or-asynchronous-messaging

D-XIE Soap part 3: Determine Software Component Version of standard SAP IDocs and RFMs

/people/r.eijpe/blog/2006/05/22/d-xie-soap-part-3-determine-software-component-version-of-standard-sap-idocs-and-rfms

how to use soap adapter

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

Using the SOAP inbound channel of the Integration Engine

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

XI: Propagation of meaningful error information to SOAP Client

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

Debugging WebServices in a SOAP Sender Scenario

/people/william.li/blog/2007/04/17/debugging-webservices-in-a-soap-receiver-scenario

regards

chandrakanth

Former Member
0 Kudos

Hi,

For SOAP to RFC scenario following are the steps:

In IR :-

1. Create datatype for Soap request and Soap response.

2. Create Message for same.

3. create one message interface as outbound, sync for soap request and response.

4. Create Message Mapping between soap request and RFC request and between RFC response and soap response.

5. Create Interface Mapping for request and response.

In ID :-

1. Create communication channel for soap sender and RFC receiver.

2. Create Receiver Interface.

3. Create Interface determination

4. Create Receiver agreement

5. Create Sender agreement

6. Create WSDL using ID. (tools > define Web Service)

Nice links with screen shots go through this..Check thesehttps://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_weblog&query=soaptorfc&adv=false&sortby=cm_rnd_rankvalue

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

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

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

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

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/340 [original link is broken] [original link is broken] [original link is broken]

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

http://www.riyaz.net/blog/index.php/2007/12/10/xipi-consuming-xi-web-services-using-web-dynpro-part-...

Creating Web Service

http://www.riyaz.net/blog/index.php/2007/12/11/xipi-consuming-xi-web-services-using-web-dynpro-part-...

Thanks,

Vijaya.

Edited by: Vijaya Lakshmi Palla on Jun 5, 2008 1:03 AM

Former Member
0 Kudos

Hi,

wht is the diff. between a webservice and a SOAP? are they same?

Regards

Faisal