|
summaries and tech views for new developers C#,asp.net for web\mobile development,databases,iis6 and more.
Creating this site was an idea that popped up after some programing years,
when you have to get back to the same things you all ready forgot,
while new stuff is arriving to town.
In this site you can find summaries on tech stuff im into,
so for a stable wide base knowledge pyramid ,enjoy!!
|
|
Web Services
a Web service is an XML over HTTP API.
XML provides a language which can be used between different platforms and programming languages,
HTTP protocol is the most used Internet protocol.
Web services elements:
-
SOAP - Simple Object Access Protocol
is a protocol for accessing a Web Service,a based XML communication protocol for sending messages over the net with no platform limitation.
-
WSDL - Web Services Description Language
an XML-based language for locating and describing Web services
-
UDDI - Universal Description, Discovery and Integration
a directory service where companies can register and search for Web services
Web Services and ASP.NET ...
Web Services Security(https)... TODO
Web Services certificate(user password)... TODO
Web Services session [WebMethod (EnableSession = true)]... TODO
|