Interoperable Web Services
bu Arulazi Dhesiaseelan 

Listing One

<wsi-monConfig:configuration xmlns:wsi-monConfig=
                     "http://www.ws-i.org/testing/2003/03/monitorConfig/">
  <wsi-monConfig:comment>
    This configuration file is used to test the WS-I sample 
    applications running on a single system.
  </wsi-monConfig:comment>
  <wsi-monConfig:logFile replace="true" location="log.xml">
    <wsi-monConfig:addStyleSheet href=
                  "C;/wsi-test-tools/common/xsl/log.xsl" type="text/xsl"/>
  </wsi-monConfig:logFile>
  <wsi-monConfig:logDuration>600</wsi-monConfig:logDuration>
  <wsi-monConfig:cleanupTimeoutSeconds>3</wsi-monConfig:cleanupTimeoutSeconds>
  <wsi-monConfig:manInTheMiddle>
    <wsi-monConfig:redirect>
      <wsi-monConfig:comment>This is a redirect for HP Catalog service.
      </wsi-monConfig:comment>
      <wsi-monConfig:listenPort>4040</wsi-monConfig:listenPort>
      <wsi-monConfig:schemeAndHostPort>
                  http://www.lixusnet.com</wsi-monConfig:schemeAndHostPort>
      <wsi-monConfig:maxConnections>1000</wsi-monConfig:maxConnections>
      <wsi-monConfig:readTimeoutSeconds>15</wsi-monConfig:readTimeoutSeconds>
    </wsi-monConfig:redirect>
      </wsi-monConfig:manInTheMiddle>
 </wsi-monConfig:configuration>


Listing Two

<wsi-analyzerConfig:configuration name="Sample Basic Profile Analyzer Configuration" 
    xmlns:wsi-analyzerConfig=
                   "http://www.ws-i.org/testing/2003/03/analyzerConfig/">
  <wsi-analyzerConfig:description>
    This configuration file is for HP catalog service which is deployed as 
    an axis service at http://www.lixusnet.com/lixusnet/HPcatalog.jws.
  </wsi-analyzerConfig:description>
  <wsi-analyzerConfig:verbose>false</wsi-analyzerConfig:verbose>
  <wsi-analyzerConfig:assertionResults type=
                             "all" messageEntry="true" failureMessage="true"/>
  <wsi-analyzerConfig:reportFile replace=
                              "true" location="report.xml">
    <wsi-analyzerConfig:addStyleSheet href=
                  " C;/wsi-test-tools/common/xsl/report.xsl" type="text/xsl"/>
  </wsi-analyzerConfig:reportFile>
  <wsi-analyzerConfig:testAssertionsFile>
    C;/wsi-test-tools/common/profiles/BasicProfileTestAssertions.xml
  </wsi-analyzerConfig:testAssertionsFile> 
  <wsi-analyzerConfig:logFile correlationType="endpoint">
    log.xml
  </wsi-analyzerConfig:logFile> 
  <wsi-analyzerConfig:wsdlReference>
    <wsi-analyzerConfig:wsdlElement type="port" 
        parentElementName="HPcatalogService" 
               namespace="http://www.lixusnet.com/lixusnet/HPcatalog.jws"> 
      HPcatalog
    </wsi-analyzerConfig:wsdlElement>
    <wsi-analyzerConfig:wsdlURI>
      http://www.lixusnet.com/lixusnet/HPcatalog.jws?wsdl
    </wsi-analyzerConfig:wsdlURI>
  </wsi-analyzerConfig:wsdlReference> 
</wsi-analyzerConfig:configuration>




2


