SCAClient client = (SCAClient)tripNode;
Book booking = client.getService(Book.class, "Trip/Book");
TripItem tripItem =
new TripItem("1234", "5678", TripItem.TRIP, "FS1DEC06", "Florence and Siena pre-packaged tour", "FLR",
"06/12/09", "13/12/09", 450, "EUR", "http://localhost:8085/tbd");
System.out.println("Result = " + booking.book(tripItem) + "\n");
}
@AfterClass
public static void tearDownAfterClass() throws Exception {
tripNode.stop();