You can see nine WSDL ports are configured. four ports use SOAP
bindings, one port uses JDBC binding, one port uses File binding, one
port uses JMS binding, one port uses FTP binding and one port uses
SMTP binding.
In NetBeans, drill down to Services | Servers | Glassfish V[x] | JBI |Binding
Components. If you do not see sun-smtp-binding, download the jar from:
http://download.java.net/jbi/binaries/open-jbi-components/main/
nightly/latest/ojc/
Then right-click on Services | Servers | Glassfish V[x] | JBI |Binding Components
and choose Install New Binding Components and select the binding jar that you
downloaded from the above link.
Testing Part F Source
Deploy project the AirAlliance_CA. In the AirAlliance_CA project, under Test |
TestReservation, edit input.xml with some values. In the AirAlliance_CA project,
execute the TestReservation test case under the Test folder
Now check the Itinerary table of SouthAirDB. Look how the DB is updated. Also
check the output.xml file for the confirmation message from NorthAir Web Service.
Check if the guest information is written to the file specified in StoreItinerary.
wsdl. Now go to the Admin Console of GlassFish Application Server and drill
down to Configuration | Java Message Service | Physical Destinations. Check
if EastAirQueue Destination is added.
Pages:
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230