Table of Contents
Application - Web Services Inspection Language (WSIL)
About
WSIL defines an XML format for referencing Web service descriptions. These references are contained in a WSIL document and refer to:
- Web service descriptions (for example, WSDL files)
- and to other aggregations of Web Services (for example, another WSIL document or a UDDI registry).
Articles Related
Sample
<?xml version="1.0" encoding="UTF-8"?> <inspection xmlns="http://schemas.xmlsoap.org/ws/2001/10/inspection/"> <service> <abstract>Web Service: Order Services</abstract> <name>Order Service</name> <description referencedNamespace="http://schemas.xmlsoap.org/ wsdl/"location="http://localhost:9704/ActionSamples/ OrderProcessPort?wsdl"/> </service> </inspection>