Friday, May 28, 2010

OSB inspection through WSIL

There are 2 interesting Servlet mappings available:

http://localhost:7001/sbinspection.wsil/

this will give you:

<ins:inspection>
<ins:link referencedNamespace="http://schemas.xmlsoap.org/ws/2001/10/inspection/" location="http://localhost:7001/sbinspection.wsil?refpath=OSBProject1">
<ins:abstract>OSBProject1</ins:abstract>
<ins:abstract>LinkType: Project</ins:abstract>
</ins:link>
<ins:link referencedNamespace="http://schemas.xmlsoap.org/ws/2001/10/inspection/" location="http://localhost:7001/sbinspection.wsil?refpath=CoherenceEJBProject">
<ins:abstract>CoherenceEJBProject</ins:abstract>
<ins:abstract>LinkType: Project</ins:abstract>
</ins:link>
<ins:link referencedNamespace="http://schemas.xmlsoap.org/ws/2001/10/inspection/" location="http://localhost:7001/sbinspection.wsil?refpath=MichalProject">
<ins:abstract>MichalProject</ins:abstract>
<ins:abstract>LinkType: Project</ins:abstract>
</ins:link>
</ins:inspection>


and

http://localhost:7001/inspection.wsil/

 this will give

<?xml version="1.0" encoding="UTF-8" ?>
<inspection xmlns="http://schemas.xmlsoap.org/ws/2001/10/inspection/">
    <link referencedNamespace="http://schemas.xmlsoap.org/ws/2001/10/inspection/" location="http://localhost:7001/inspection.wsil?appname=WS Transport Async Applcation">
        <abstract>WS Transport Async Applcation</abstract>
    </link>
    <link referencedNamespace="http://schemas.xmlsoap.org/ws/2001/10/inspection/" location="http://localhost:7001/inspection.wsil?appname=ALSB Subscription Listener">
        <abstract>ALSB Subscription Listener</abstract>
    </link>
    <link referencedNamespace="http://schemas.xmlsoap.org/ws/2001/10/inspection/" location="http://localhost:7001/inspection.wsil?appname=wls-wsat">

        <abstract>wls-wsat</abstract>
    </link>
    <link referencedNamespace="http://schemas.xmlsoap.org/ws/2001/10/inspection/" location="http://localhost:7001/inspection.wsil?appname=bea_wls9_async_response">
        <abstract>bea_wls9_async_response</abstract>
    </link>
</inspection>


No comments: