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