SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 153 | Next

Frank Jennings, David Salter

"Building SOA-Based Composite Applications Using NetBeans IDE 6"


??? ???
?° ?° ?° ?°
Handling Events
[ 180 ]
Fault Handling Within WSDL Documents
In Chapter 6 we discussed WSDL documents and how they define the contract
between a consumer and a service provider. Within a WSDL document, operations
are defined along with their input and output messages as shown in the
following example:

"http://j2ee.netbeans.org/wsdl/HelloWSDL"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://j2ee.netbeans.org/wsdl/HelloWSDL">

1


2



3
4
5



From a message definition point of view, we can see that this WSDL code contains
five key pieces of information.


Pages:
141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165