5 Responses to what is web services in .net?
Leave a Reply
Login or Signup to meet new friends, find out what's going on, and connect with others on the site.
Sorry, you are not allowed to register by yourself on this site!
You must either be invited by one of our team member or request an invitation by email..
Note: If you are the admin and want to display the register form here, log in to your dashboard, and go to Settings > General and click "Anyone can register".
Log on to :
http://www.networkworld.com/topics/webservices.html?GG_App=web_services&gclid=CLfQ0OS67ocCFQyPTAod9kXzkQ
http://www.networkworld.com/topics/webservices.html?GG_App=web_services&gclid=CLfQ0OS67ocCFQyPTAod9kXzkQ
web services in .net are protocols to send and receive info b/w client and server . we heve webservices like SOAP,UDDP,IIOP.
here ya go…
http://en.wikipedia.org/wiki/Web_Services_Protocol_Stack
The Web service protocol stack is the collection of computer networking protocols that are used to define, locate, implement, and make Web services interact with each other. The Web service protocol stack is mainly comprised of four areas:
* Service Transport: it is responsible for transporting messages between network applications and includes protocols such as HTTP, SMTP, FTP, as well as the more recent Blocks Extensible Exchange Protocol (BEEP).
* XML Messaging: it is responsible for encoding messages in a common XML format so that messages can be understood at the either ends of the network connection. Currently, this area includes such protocols as XML-RPC, SOAP and REST.
* Service Description: it is used for describing the public interface to a specific web service. The WSDL interface format is typically used for this purpose.
* Service Discovery: it centralizes services into a common registry such that network web services can publish their location and description, and makes it easy to discover what services are available on the network. At present, the UDDI API is normally used for service discovery.
Web service protocol stack also includes a whole range of recently set up protocols: BPEL, SOAP-DSIG.