P2Pprogrammer 2 programmer


Home > Programmer2Programmer.NET Forum> VB.NET, C# and .NET Core Development >> what is web services?...

Welcome Guest My Thread | Search | Active Topics | Members | Log In | Register

NOTE : Log In required to post Replies for this discussion.
what is web services?
Joydeep Posted: Friday 09, May 2008 10:48:21 AM     
   
what is SOAP, UDDI?


Back to Top ^  
 Mariraj Posted: Friday 09, May 2008 10:50:24 AM
  
   
web services is business logic components and provides serviecs
 via internet protocal like http

Back to Top ^ 
 prabha Posted: Saturday 10, May 2008 05:51:45 AM
  
   
Web services are the components that are used in other 
applications to perform some functions.

Back to Top ^ 
 AJProfessionals Posted: Monday 12, May 2008 06:31:45 AM
  
   
Web service is used to cross platform business object, 
logics sharing. Its use SOAP and HTTP protocol.


Back to Top ^ 
 DeviRamSharma Posted: Tuesday 12, July 2011 07:57:20 AM
  
   
SOAP is an XML-based messaging protocol. It defines a set of ru
les for structuring messages that can be used for simple one-wa
y messaging but is particularly useful for performing RPC-style
 (Remote Procedure Call) request-response dialogues. It is not 
tied to any particular transport protocol though HTTP is popula
r. Nor is it tied to any particular operating system or program
ming language so theoretically the clients and servers in these
 dialogues can be running on any platform and written in any la
nguage as long as they can formulate and understand SOAP messag
es. As such it is an important building block for developing di
stributed applications that exploit functionality published as 
services over an intranet or the internet. 

UDDI is a platform-independent framework for describing service
s, discovering businesses, and integrating business services by
 using the Internet. 
•UDDI stands for Universal Description, Discovery and Integrati
on
•UDDI is a directory for storing information about web services
•UDDI is a directory of web service interfaces described by WSD
L
•UDDI communicates via SOAP
•UDDI is built into the Microsoft .NET platform

Back to Top ^ 


Home > Programmer2Programmer.NET Forum >VB.NET, C# and .NET Core Development >> what is web services?...