In the previous section, we stated that WSDL documents are correctly formed XML
documents. The basic structure of a WSDL document is shown as follows:
"http://j2ee.netbeans.org/wsdl/myService"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://j2ee.netbeans.org/wsdl/myService"
xmlns:ns="http://xml.netbeans.org/schema/myService"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
???
???
WSDL Editor
[ 118 ]
The WSDL file is broken down into 5 main elements all below the main
element:
abstract Describes the data types used by the operations; described for
the service.
Pages:
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118