Web Service Example 9: Web Service Executing a Batch Job

Previous Next

See Also

First complete Web Service Example 5: Document-Oriented Method with Complex Type Parameters. This example is an add-on.

In this example, you extend the TRAVELSERVICE web service provider with a document-oriented LogGetScheduledTours method that retrieves Scheduled Tour details for a specified destination.

The LogGetScheduledTours method calls and executes a batch job that logs the request in a SCHEDTOUR_REQUEST table, and then queries and returns the scheduled tours.

Related Topics

Web Service Example 9: Step-by-Step Instructions