netbeans.org/wsdl/SendItinerary"
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/SendItinerary"
xmlns:ns="http://j2ee.netbeans.org/xsd/tableSchema"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:jms="http://schemas.sun.com/jbi/wsdl-extensions/jms/">
Building a Sample Application
[ 248 ]
"http://j2ee.netbeans.org/wsdl/SendItinerary">
"http://j2ee.netbeans.org/xsd/tableSchema"
schemaLocation="ITINERARY.xsd"/>
"tns:SendItineraryOperationRequest"/>
"tns:SendItineraryPortType">
"EastAirQueue" destinationType="Queue"/>
"TextMessage" textPart="inputItinerary"/>
"tns:SendItineraryBinding">
"mq://localhost:7676" username="admin"
password="admin"/>
portType="tns:SendItineraryPortType"/>
Chapter 10
[ 249 ]
For JMS Destination, we have mentioned the EastAirQueue.
Pages:
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218