cancel
Showing results for 
Search instead for 
Did you mean: 

about webservices

former_member207019
Participant
0 Kudos

Hi,

What is meant by webservices?

which kind of webservices we are going to use?

can we use these webservices at sender side of reciver side?

Give some kind of live examples?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In simple words, webservice is like a remote procedure call over the internet using SOAP protocal. You will have a request structure and a corresponding response structure.

You can use the webservice for both the sender and the receiver side also

Check these for Scenarios on Webservices

/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

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

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

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-

a651295aeaa9

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-

a651295aeaa9

Regards

Seshagiri

Edited by: N V Seshagiri on Mar 14, 2008 7:16 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In simple words, web service is a web application that is designed to talk to machines rather than humans.

When you visit web site, you type a request into youur web browser, it sends request over HTTP protocol and browser responds back by sending you HTML page, which is nicely rendered by your browser so that you can read it.

When we talk about web service, an application (not browser), such as market analysis tool, also sends a request to web server over HTTP and server responds, however they don't exchange human-readable HTML, but machine-readable XML. The response is consumed and interpreted by your application. For example, it can update your database, or refresh stock quotes on your screen.

Former Member
0 Kudos

Hi,

Refer the below thread which has the similar discussion.

http://en.wikipedia.org/wiki/Web_service

can we use these webservices at sender side of reciver side?

1) Yes you can.

Give some kind of live examples?

2) In XI u use SOAP adapter to communicate with the remote client.

Go through the below weblog for more information on SOAP adapter.

How to use SOAP adapter:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

Thnx

Chirag