Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

on-line

Haupt Quellenprogramme E-Bücher Downloads Mit uns in Verbindung treten Über uns

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
CSS 1.0
CSS 2.0
HLML
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
CVS
Python
Apple Script
PL/SQL Tutorial
SQL Server
PHP
.NET (dotnet)
Microsoft.Net
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
VC++
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Photoshop Tutorial
Gimp Tutorial
Matlab
Gnuplot Programming
GIF Animation Tutorial
Scientific Visualization Tutorial
Graphics
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Weblogic Tutorial
SEO
Web Site Hosting
Domain Name
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Eclipse
J2ME
JBOSS
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Cobol
Assembly Language
Mainframe
Forth Programming
Lisp Programming
Pascal
Delphi
Fortran
OOPs
Data Warehousing
CGI Programming
Emacs Tutorial
Gnome
ILU
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills
Database Tutorials
Oracle
MySQL
Operating System
BSD
Symbian
Unix
Internet
IP-Masquerading
IPC
MIDI
Software Testing
Testing
Firewalls
SAP Module
ERP
ABAP
Business Warehousing
SAP Basis
Material Management
Sales & Distribution
Human Resource
Netweaver
Customer Relationship Management
Production and Planning
Networking Programming
Corba Tutorial
Networking Tutorial
Microsoft Office
Microsoft Word
Microsoft Outlook
Microsoft PowerPoint
Microsoft Publisher
Microsoft Excel
Microsoft Front Page
Microsoft InfoPath
Microsoft Access
Accounting
Financial Accounting
Managerial Accounting


.NET Netz-Dienstleistungen




Previous Next

A web service is a standard platform for building interoperable distributed applications.




Was ist ein Netz-Service?

Ein Netzservice ist eine Standardplattform für interoperable verteilte Anwendungen des Gebäudes. Er erlaubt dir als Entwickler, auf andere Informationsanbieter einzuwirken, ohne sich zu sorgen um, was sie entweder am Hinter- oder sogar an ihrem Vorderseiten laufen lassen.

Netz-Dienstleistungen sind Stücke Programm-Logik, die über das Internet programmatically vorhanden sind. Diese Stücke Programm-Logik, die in Form von Gegenständen sind, können von jedem möglichem Klienten über HTTP (Hypertext-übergangsprotokoll) hervorgerufen werden. Es arbeitet hauptsächlich durch XML, um Informationen durch HTTP hin und her zu führen. Indem er Datenaustausch im Standard-XML Format erlaubt, kann jedes die Daten aufheben und sie verwenden.

Im Allgemeinen kannst du einen Netzservice schreiben und seine Eigenschaften und Methoden zugänglich für andere Entwickler über dem Netz, ohne Schreiben beträchtliche Mengen Unterlagen für eine API oder verteilendes DLLs für jeder machen, das sie benutzen möchte.

In einem typischen Netzservice-Drehbuch schickt eine Geschäft Anwendung einen Antrag zu einem Service an einem gegebenen URL mit dem SEIFE Protokoll über HTTP. Der Service empfängt den Antrag, Prozesse es und bringt eine Antwort zurück. Ein häufig-zitiertes Beispiel eines Netzservices ist das eines auf lageranführungsstrich-Services, in dem der Antrag um den Tagespreis eines spezifizierten Vorrates bittet, und die Antwort gibt den Aktienpreis. Dieses ist eine der einfachsten Formen eines Netzservices dadurch, daß der Antrag fast sofort gefüllt wird.

Ein Netz-Service wird definiert, wie „ein Bestandteil der programmierbaren Anwendung Logik, der mit Standardnetz erreicht werden kann, Protokoll führt“. Es ist im Allgemeinen eine Bestandteil oder eine Baugruppe in ASP.NET, das über dem Netz erreicht werden kann.

Das Konzept des Sendens der Anzeigen zwischen Bediener oder Funktionen entfernt benennen ist nicht neu. Technologien wie DCOM (verteiltes Teilgegenstand-Modell) und CORBA (allgemeine Gegenstand-Antrag-Vermittler-Architektur) sind weithin bekannte eigene Protokolle, die für Jahre gebräuchlich gewesen sind.

Was neu ist, ist, Netzdienstleistungen verwenden ein Standardprotokoll, das SOAP, um Anzeigen über HTTP zu bringen genannt wird. SEIFE ermöglicht es für die Anwendungen, die in die unterschiedlichen Sprachen geschrieben werden, die auf unterschiedliche Plattformen laufen, um Remoteverfahren Anrufe (RPC) sogar durch Brandmauern effektiv zu bilden.

DCOM benutzt nicht Tor 80, das für HTTP Verkehr reserviert ist; dieses veranlaßt DCOM Anrufe, durch Brandmauern blockiert zu werden. SEIFE Anrufe benutzen Tor 80, das es möglich, Verfahren zu benennen macht, die hinter Brandmauern bestehen.




Protocols Used By Web services
Web services use the standard web protocols HTTP, XML, SOAP, WSDL, and UDDI.
HTTP

HTTP (Hypertext Transfer Protocol) is the set of rules for transferring files (text, graphic images, sound, video, and other multimedia files) on the World Wide Web. As soon as a Web user opens their Web browser, the user is indirectly making use of HTTP. HTTP is an application protocol that runs on top of the TCP/IP suite of protocols (the foundation protocols for the Internet).

HTTP is standardized by the World Wide Web Consortium (W3C).

HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, including ActiveX, Java, JavaScript and cookies.

XML

XML(Extensible Markup Language), a specification developed by the W3C. XML is a pared-down version of SGML, designed especially for Web documents. It allows designers to create their own customized tags, enabling the definition,transmission, validation, and interpretation of data between applications and between organizations.

SOAP

SOAP(Simple Object Access Protocol), a lightweight XML-based messaging protocol used to encode the information in Web service request and response messages before sending them over a network. SOAP messages are independent of any operating system or protocol and may be transported using a variety of Internet protocols, including SMTP, MIME, and HTTP.

WSDL

WSDL(Web Services Description Language), an XML-formatted language used to describe a Web service's capabilities as collections of communication endpoints capable of exchanging messages. WSDL is an integral part of UDDI, an XML-based worldwide business registry. WSDL is the language that UDDI uses. WSDL was developed jointly by Microsoft and IBM.

UDDI

UDDI(Universal Description, Discovery and Integration). A Web-based distributed directory that enables businesses to list themselves on the Internet and discover each other, similar to a traditional phone book's yellow and white pages.

UDDI is a public registry, where one can publish and inquire about web services.


Previous Next

Keywords:web proxy service, yahoo web service, web proxy service access, mapping web service, web fax service, java web service, web information service, translation web service, xml web service, web service tutorial




HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
CSS 1.0 Quiz
CSS 2.0 Quiz
HLML Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
CVS Quiz
Python Quiz
Apple Script Quiz
PL/SQL Quiz
SQL Server Quiz
PHP Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
VC++ Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Photoshop Quiz
Gimp Quiz
Matlab Quiz
Gnuplot Programming Quiz
GIF Animation Quiz
Scientific Visualization Quiz
Graphics Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Weblogic Quiz
SEO Quiz
Web Site Hosting Quiz
Domain Name Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Eclipse Quiz
J2ME Quiz
JBOSS Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Cobol Quiz
Assembly Language Quiz
Mainframe Quiz
Forth Programming Quiz
Lisp Programming Quiz
Pascal Quiz
Delphi Quiz
Fortran Quiz
OOPs Quiz
Data Warehousing Quiz
CGI Programming Quiz
Emacs Quiz
Gnome Quiz
ILU Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz
Database Quizes
Oracle Quiz
MySQL Quiz
Operating System Quizes
BSD Quiz
Symbian Quiz
Unix Quiz
Internet Quiz
IP-Masquerading Quiz
IPC Quiz
MIDI Quiz
Software Testing Quizes
Testing Quiz
Firewalls Quiz
SAP Module Quizes
ERP Quiz
ABAP Quiz
Business Warehousing Quiz
SAP Basis Quiz
Material Management Quiz
Sales & Distribution Quiz
Human Resource Quiz
Netweaver Quiz
Customer Relationship Management Quiz
Production and Planning Quiz
Networking Programming Quizes
Corba Quiz
Networking Quiz
Microsoft Office Quizes
Microsoft Word Quiz
Microsoft Outlook Quiz
Microsoft PowerPoint Quiz
Microsoft Publisher Quiz
Microsoft Excel Quiz
Microsoft Front Page Quiz
Microsoft InfoPath Quiz
Microsoft Access Quiz
Accounting Quizes
Financial Accounting Quiz
Managerial Accounting Quiz

Privacy Policy
Copyright © 2003-2024 Vyom Technosoft Pvt. Ltd., All Rights Reserved.