The Rise of Web Services: Completing the Picture
page 4 of 9
by Jean-Christophe Cimetiere
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 30651/ 46

WSDL Architecture

A WSDL document has clearly defined sub-elements. It begins with the tag which describes the service called, and has several sub-tags to ensure the sequence of a SOAP message.

<?xml version="1.0" ?>
<definitions
name="BabelFishService"
targetNamespace=
"http://www.xmethods.net
/BabelFishService"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/">
<message name="BabelFishRequest">
<message name="BabelFishResponse">
<portType name="BabelFishPortType">
<binding name="BabelFishBinding" type= "BabelFishPortType">
<service name="BabelFish">
</definitions


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-03-28 9:26:31 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search