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

Frank Jennings, David Salter

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

By
default, the binding type will be SOAP. Now that your StoreItinerary.wsdl is
ready, you need to make some changes to the WSDL as shown in the following code:

"http://j2ee.netbeans.org/wsdl/StoreItinerary"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:tns="http://j2ee.netbeans.org/wsdl/StoreItinerary"
xmlns:ns="http://j2ee.netbeans.org/xsd/tableSchema"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:file="http://schemas.sun.com/jbi/wsdl-extensions/file/">

"http://j2ee.netbeans.org/wsdl/StoreItinerary">
Chapter 10
[ 243 ]
"http://j2ee.netbeans.org/xsd/tableSchema"
schemaLocation="ITINERARY.xsd"/>







"tns:StoreItineraryOperationRequest"/>


"tns:StoreItineraryPortType">




190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214