| Author: D.Jeya kumar(JK) 29 Aug 2008 | Member Level: Diamond | Rating: Points: 3 |
Hi,
Webservice is a service oriented architecture(SOA). We can create web service in any language and it can be used in any language. asp.net can use the Web service which is created in Java.
We can reuse the web service . In your application we can add web reference a web service which is available for free and then we can use it in your application.
It uses SOAP protocal to transfer the data from one place to another using XML format.
check the news web service which you use in your application
http://www.webservicesearchengine.com/directory.do?category=News
Regards JK
|