cancel
Showing results for 
Search instead for 
Did you mean: 

webservice

Former Member
0 Kudos

hi all,

wat is actual use of webservice?

regards,

keerthi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

AS bhavesh said it's absoultely right.

it is simple a request coming from the internet to the XI server or may it may be sending a response from XI to the Internet.

coming to the use when ever u want to handle the data that is coming from a remote systems ie. through the internet we use webservice scenario i.e SOAP or HTTP scenarios.

Reward points if useful,

Regards,

Srinivas.D

former_member529475
Active Contributor
0 Kudos

HI Keerthi,

In simpler terms, WebService is an application on the Web/Internet. Wheneever Service is requested by the user, it provides the service (i.e Request/Response)

A web service is a collection of protocols and standards used for exchanging data between applications or systems

In SAP world, we can expose an application into the Webservice. For e.g We can expose ABAP programs into Webservice.

It is basically an XML code. If you want to use an application software (ex:a calculator/language translator) which is present on another server, say you want to calculate ab and show it on your browser for example. So, you write an XML code which will send the request to the application-> you send the parameters a, b and the operator ''. You will get back the response as the result of the operation(say 'c'). Hence, with the help of a webservice, you avoid writing the code to calculate a+b=c. More about webservices is here:-http://www.w3schools.com/webservices/default.asp

Cheers...

Vasu

<b>** REward Points if found useful **</b>

Former Member
0 Kudos
Former Member
0 Kudos

Hi ;

Have a Look

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

Mudit

Former Member
0 Kudos

hi,

from which system we actually invoke webservice?

regards,

keerthi

bhavesh_kantilal
Active Contributor
0 Kudos

Hi

Either use XI and call a webserivce -- XI acts as the Client here or,

expose an outboud message interface as a webserivice in XI so that another application triggers the call to XI and this application acts as the client.

Regards

Bhavesh

prateek
Active Contributor
0 Kudos

Webservice can be at the sender side or the receiver side.

When at sender, XI will create the webservice as mentioned by the blog above and this webservice is invoked by the SOAP client at the sender end.

When at receiver, XI will invoke the webservice through the URL of the receiver webservice.

Regards,

Prateek