Web Service Example 7: Component Table with an Output XSL Transformation

Previous Next

First complete Web Service Example 1: RPC-Oriented Method with Simple Type Parameters. This example is an add-on.

In this example, you extend the TRAVELSERVICE web service provider with a document-oriented GetMultipleTours method that retrieves details of multiple Tours. The Out parameter is a complex type parameter, based on an XML schema definition, and a namespace.

Next, you will use a component table to access this GetMultipleTours method, and represent the outgoing parameter as records in a table, and you will see how to write the output XSL transformation needed.

Continue with: Web Service Example 7: Define a Web Service Provider Method

See Also

Web Service Example 7: Define a Component Table to Access a Web Service

Web Service Example 7: XML Schema Definition for Tours