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 155 | Next

Frank Jennings, David Salter

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

The WSDL to
describe this service then becomes:

"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






"tns:sayHelloFault"/> 2



1. A new message is defined called sayHelloFault. This defines the structure
of the message (in this case an xsd:string) that will be returned in the event
of an error.
2. A fault called notFriendFault is defined as the fault message for the
sayHello operation.


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