📄 ngws_webservices.asp@output=print
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>.NET Web Services</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />
<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
<h1>.NET Web Services</h1>
<a href="ngws_tools.asp"><img alt="previous" border="0" src="../images/btn_previous.gif" width="100" height="20" /></a>
<a href="ngws_standards.asp"><img alt="next" border="0" src="../images/btn_next.gif" width="100" height="20" /></a>
<hr />
<p class="intro">Web services are small units of code built to handle a limited
task.</p>
<hr />
<h2>What are Web Services?</h2>
<ul>
<li>Web services are small units of code</li>
<li>Web services are designed to handle a limited set of tasks</li>
<li>Web services use XML based communicating protocols</li>
<li>Web services are independent of operating systems</li>
<li>Web services are independent of programming languages</li>
<li>Web services connect people, systems and devices</li>
</ul>
<hr />
<h2>Small Units of Code</h2>
<p>Web services are small units of code designed to handle a limited set of
tasks.</p>
<p>An example of a web service can be a small program designed to supply other
applications with the latest stock exchange prices. Another example can be a
small program designed to handle credit card payment.</p>
<hr />
<h2>XML Based Web Protocols</h2>
<p>Web services use the standard web protocols HTTP, XML, SOAP, WSDL, and UDDI.</p>
<h3>HTTP</h3>
<p>HTTP (Hypertext Transfer Protocol) is the World Wide Web standard for
communication over the Internet. HTTP is standardized by the World Wide Web
Consortium (W3C).</p>
<h3>XML</h3>
<p>XML (eXtensible Markup Language) is a well known standard for storing,
carrying, and exchanging data. XML is standardized by the W3C.</p>
<p>You can read more about XML in our <a href="../xml/default.asp">XML tutorial</a>.</p>
<h3>SOAP</h3>
<p>SOAP (Simple Object Access Protocol) is a lightweight platform
and language neutral communication protocol that allows programs to communicate
via standard Internet HTTP. SOAP is standardized by the W3C.</p>
<p>You can read more about SOAP in our
<a href="../soap/default.asp">SOAP tutorial</a>.</p>
<h3>WSDL</h3>
<p>WSDL (Web Services Description Language) is an XML-based
language used to define web services and to describe how to access them. WSDL is
a suggestion by Ariba, IBM and Microsoft for describing services for the W3C XML
Activity on XML Protocols.</p>
<p>You can read more about WSDL in our <a href="../wsdl/default.asp">WSDL tutorial</a>.</p>
<h3>UDDI</h3>
<p>UDDI (Universal Description, Discovery and Integration) is a directory
service where businesses can register and search for web services.</p>
<p>UDDI is a public registry, where one can publish and inquire about web services.</p>
<hr />
<h2>Independent of Operating Systems</h2>
<p>Since web services use XML based protocols to communicate with other systems,
web services are independent of both operating systems and programming
languages.</p>
<p>An application calling a web service will always send its requests using XML,
and get its answer returned as XML. The calling application will never be
concerned about the operating system or the programming language running on the
other computer.</p>
<hr />
<h2>Benefits of Web Services</h2>
<ul>
<li>Easier to communicate between applications</li>
<li>Easier to reuse existing services</li>
<li>Easier to distribute information to more consumers</li>
<li>Rapid development</li>
</ul>
<p>Web services make it easier to communicate between different applications.
They also make it possible for developers
to reuse existing web services instead of writing new ones.</p>
<p>Web services can create new possibilities for many businesses because it
provides an easy way to distribute information to a large number of
consumers. One example could be flight schedules and ticket reservation systems.</p>
<hr />
<a href="ngws_tools.asp"><img alt="previous" border="0" src="../images/btn_previous.gif" width="100" height="20" /></a>
<a href="ngws_standards.asp"><img alt="next" border="0" src="../images/btn_next.gif" width="100" height="20" /></a>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -