ADA2WSDL(1) | AWS User's Guide | ADA2WSDL(1) |
ada2wsdl - Generate a WDSL document from an Ada package specification
ada2wsdl [options] ada_spec
The Ada Web Server is a library that allows you to embed a web server into your Ada application. It provides not only HTTP but also SOAP, WSDL and several other facilities. Thus you can write full-fledged web applications.
WSDL (Web Service Definition Language) is a language based on XML. WSDL documents describe, in a formal way, the interface to Web Services. This description consists of the end-point (URL to the server offering the service), the SOAPAction (needed to call the remote procedure), the procedure names and a description of the input and output parameters.
Using ada2wsdl, you can create a WSDL document that describes Web Services provided by an Ada package. ada2wsdl uses ASIS to parse your Ada package specification, and generates a WSDL document by mapping Ada types to Web Services types, and Ada subprograms to operations.
Please see the AWS User's guide for more details on how ada2wsdl works, and how you can use it to develop web services.
ada2wsdl does not handle constrained arrays in records.
Unbounded_String are supported with full interoperability only inside a record.
Only unconstrained arrays are supported.
Arrays with multiple dimensions are not supported.
The Ada Web Server User's Guide in package libaws-doc.
wsdl2aws was written by Dmitriy Anisimkov <anisimkov@yahoo.com> and Pascal Obry <p.obry@wanadoo.fr> as part of the Ada Web Server.
This manual page was written by Ludovic Brenta <ludovic.brenta@insalien.org> for Debian GNU/Linux.
11 JUN 2004 | GNU Ada Tools |