Go to the source code of this file.
Defines | |
#define | CSOAP_ENABLE_WSIL "-CSOAPwsil" |
Functions | |
herror_t | soap_wsil_init_args (int argc, char **argv) |
Specifications have been proposed to describe Web Services at different levels and from various perspectives. It is the goal of the proposed Web Services Description Language (WSDL) to describe services at a functional level. The Universal Description, Discovery, and Integration (UDDI) schema aims at providing a more business-centric perspective. What has not yet been provided by these proposed standards is the ability to tie together, at the point of offering for a service, these various sources of information in a manner which is both simple to create and use. the WS-Inspection specification addresses this need by defining an XML grammar which facilitates the aggregation of references to different types of service description documents, and then provides a well defined pattern of usage for instances of this grammar. By doing this, the WS-Inspection specification provides a means by which to inspect sites for service offerings.
Repositories already exist where descriptive information about Web services has been gathered together. The WS-Inspection specification provides mechanisms with which these existing repositories can be referenced and utilized, so that the information contained in them need not be duplicated if such a duplication is not desired.
Definition in file soap-wsil.h.
|
Commandline argument to enabled automatic WSIL generation. Definition at line 74 of file soap-wsil.h. Referenced by soap_wsil_init_args(). |
|
Initializes the WSIL HTTP interface with commandline arguments. The generated WSIL document can be seen at http://localhost:10000/inspection.wsil .
Definition at line 129 of file soap-wsil.c. References CSOAP_ENABLE_WSIL, and httpd_register(). Referenced by soap_nhttp_server_init_args(). |