Web service example 9: Web service executing a batch job

Previous Next

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.

Continue with:

Web service example 9: Step-by-step instructions