Table of Contents

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:

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>

Documentation / Reference