ComponentX Web Services Help Topics

Component-X has the ability to import a wsdl file from a web service provider URL and to generate a set of components to use the specified services. Once you import a wsdl file the result is a set of type documents that reflect the specified input and output document for each service, an interface for each method, an interface combining the individual method interfaces, and a set of pre-configured components using the interfaces and documents that can make each method call as needed. Currently only the basic soap types and some arrays are supported.

 Using a wsdl file to make the components necessary for using soap RPC.

If you need to hand-build the required components we recommend examining this sample to see how all the required pieces are configured and assembled to implement soap RPC. This document is not intended to provide tuition in soap, there are many references about soap available.

Component-X has the ability to browse the UDDI registry to find a wsdl specification. The UDDI browser is located in the projects/imports menu. For example choose to browse using x as then business name to search for. Choose xmethods from the list that is returned and from the list of services choose the delayed stock quote service. This will return a wsdl file that can the be selected to create components similar to the description above.

Back

Copyright 2000,2001 Data Access Technologies