2002/ws/desc/test-suite/results-messages/LocationTemplate-2G description-generate-report-xml.xsl,NONE,1.1 description-message-properties.xml,NONE,1.1 description.wsdlcm,NONE,1.1 description-xpath-assertions.xml,NONE,1.1 description-generate-report-html.xsl,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/results-messages/LocationTemplate-2G
In directory hutz:/tmp/cvs-serv6742/test-suite/results-messages/LocationTemplate-2G

Added Files:
	description-generate-report-xml.xsl 
	description-message-properties.xml description.wsdlcm 
	description-xpath-assertions.xml 
	description-generate-report-html.xsl 
Log Message:
See http://lists.w3.org/Archives/Public/www-ws-desc/2007Jan/0122.html:

In order not to lose the few bindings that make sense under SOAP, I’ve cloned LocationTemplate-1G into LocationTemplate-2G which is an HTTP binding-only version.  I twiddled a few other details to keep everything sufficiently unique (e.g. service name, whttp:location URLs, etc.) 

I’ve cut the AutoRemainder, AdditionalQueryParams, and AutoQueryParams bindings from LocationTemplate-1G. 

Since we’ve clarified that the {http location} is engaged on both soap-request and request-response MEPs, I cloned the remaining 4 operations and test them on the request-response MEP as well. 

While doing this, I noticed some service names were not unique within the whole set of tests we’re doing, which is inconvenient for some implementations like Axis2.  I updated MessageTest-2G,3G,4G service names (which should affect the component model more than the message tests.) 

Also made sure queryParameterSeparater values were consistent with any query params explicitly specified in whttp:location.

--- NEW FILE: description.wsdlcm ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by wsdl-component-model.xslt, Jonathan Marsh, WSO2, jonathan@wso2.com  -->
<descriptionComponent xmlns="http://www.w3.org/2002/ws/desc/wsdl/component" xmlns:wsacm="http://www.w3.org/2002/ws/desc/wsdl/component-ws-addressing" xmlns:soapcm="http://www.w3.org/2002/ws/desc/wsdl/component-soap" xmlns:rpccm="http://www.w3.org/2002/ws/desc/wsdl/component-rpc" xmlns:httpcm="http://www.w3.org/2002/ws/desc/wsdl/component-http" xmlns:base="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns:ext="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xml:id="N10001">
<extensions>
<base:uri>http://www.w3.org/2006/01/wsdl-extensions</base:uri>
<base:uri>http://www.w3.org/2006/01/wsdl/http</base:uri>
<base:uri>http://www.w3.org/2006/01/wsdl/rpc</base:uri>
<base:uri>http://www.w3.org/2006/01/wsdl/soap</base:uri>
</extensions>
<interfaces>
<interfaceComponent xml:id="N10016">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>ProbeSpace</base:localName>
</name>
<interfaceOperations>
<interfaceOperationComponent xml:id="N1001C">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>constructReference</base:localName>
</name>
<messageExchangePattern>http://www.w3.org/2006/01/wsdl/in-out</messageExchangePattern>
<interfaceMessageReferences>
<interfaceMessageReferenceComponent xml:id="N10024">
<messageLabel>In</messageLabel>
<direction>in</direction>
<messageContentModel>#element</messageContentModel>
<elementDeclaration ref="N30008"/>
<base:parent ref="N1001C"/>
</interfaceMessageReferenceComponent>
<interfaceMessageReferenceComponent xml:id="N10027">
<messageLabel>Out</messageLabel>
<direction>out</direction>
<messageContentModel>#element</messageContentModel>
<elementDeclaration ref="N30025"/>
<base:parent ref="N1001C"/>
</interfaceMessageReferenceComponent>
</interfaceMessageReferences>
<style>
<base:uri>http://www.w3.org/2006/01/wsdl/style/iri</base:uri>
</style>
<base:parent ref="N10016"/>
<ext:wsdlInterfaceOperationExtension>
<ext:safety>false</ext:safety>
</ext:wsdlInterfaceOperationExtension>
</interfaceOperationComponent>
</interfaceOperations>
</interfaceComponent>
</interfaces>
<bindings>
<bindingComponent xml:id="N1002C">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>Paths</base:localName>
</name>
<interface ref="N10016"/>
<type>http://www.w3.org/2006/01/wsdl/http</type>
<bindingOperations>
<bindingOperationComponent xml:id="N10034">
<interfaceOperation ref="N1001C"/>
<base:parent ref="N1002C"/>
<httpcm:httpBindingOperationExtension>
<httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization>
<httpcm:httpInputSerialization>application/xml</httpcm:httpInputSerialization>
<httpcm:httpLocation>date/{year}/{month}/{day}/{time}-{time}.html</httpcm:httpLocation>
<httpcm:httpLocationIgnoreUncited>false</httpcm:httpLocationIgnoreUncited>
<httpcm:httpOutputSerialization>application/xml</httpcm:httpOutputSerialization>
</httpcm:httpBindingOperationExtension>
</bindingOperationComponent>
</bindingOperations>
<httpcm:httpBindingExtension>
<httpcm:httpCookies>false</httpcm:httpCookies>
<httpcm:httpQueryParameterSeparatorDefault>&amp;</httpcm:httpQueryParameterSeparatorDefault>
</httpcm:httpBindingExtension>
</bindingComponent>
<bindingComponent xml:id="N10039">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>MixedPathsQueryParams</base:localName>
</name>
<interface ref="N10016"/>
<type>http://www.w3.org/2006/01/wsdl/http</type>
<bindingOperations>
<bindingOperationComponent xml:id="N10042">
<interfaceOperation ref="N1001C"/>
<base:parent ref="N10039"/>
<httpcm:httpBindingOperationExtension>
<httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization>
<httpcm:httpInputSerialization>application/xml</httpcm:httpInputSerialization>
<httpcm:httpLocation>date/{year}/{month}.html?day={day};start={time};end={time}</httpcm:httpLocation>
<httpcm:httpLocationIgnoreUncited>false</httpcm:httpLocationIgnoreUncited>
<httpcm:httpOutputSerialization>application/xml</httpcm:httpOutputSerialization>
</httpcm:httpBindingOperationExtension>
</bindingOperationComponent>
</bindingOperations>
<httpcm:httpBindingExtension>
<httpcm:httpCookies>false</httpcm:httpCookies>
<httpcm:httpQueryParameterSeparatorDefault>&amp;</httpcm:httpQueryParameterSeparatorDefault>
</httpcm:httpBindingExtension>
</bindingComponent>
<bindingComponent xml:id="N10047">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>AutoQueryParams</base:localName>
</name>
<interface ref="N10016"/>
<type>http://www.w3.org/2006/01/wsdl/http</type>
<bindingOperations>
<bindingOperationComponent xml:id="N1004F">
<interfaceOperation ref="N1001C"/>
<base:parent ref="N10047"/>
<httpcm:httpBindingOperationExtension>
<httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization>
<httpcm:httpInputSerialization>application/xml</httpcm:httpInputSerialization>
<httpcm:httpLocation>date.html</httpcm:httpLocation>
<httpcm:httpLocationIgnoreUncited>false</httpcm:httpLocationIgnoreUncited>
<httpcm:httpOutputSerialization>application/xml</httpcm:httpOutputSerialization>
<httpcm:httpQueryParameterSeparator>;</httpcm:httpQueryParameterSeparator>
</httpcm:httpBindingOperationExtension>
</bindingOperationComponent>
</bindingOperations>
<httpcm:httpBindingExtension>
<httpcm:httpCookies>false</httpcm:httpCookies>
<httpcm:httpQueryParameterSeparatorDefault>&amp;</httpcm:httpQueryParameterSeparatorDefault>
</httpcm:httpBindingExtension>
</bindingComponent>
<bindingComponent xml:id="N10055">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>AutoRemainder</base:localName>
</name>
<interface ref="N10016"/>
<type>http://www.w3.org/2006/01/wsdl/http</type>
<bindingOperations>
<bindingOperationComponent xml:id="N1005D">
<interfaceOperation ref="N1001C"/>
<base:parent ref="N10055"/>
<httpcm:httpBindingOperationExtension>
<httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization>
<httpcm:httpInputSerialization>application/xml</httpcm:httpInputSerialization>
<httpcm:httpLocation>date/{year}/{month}.html</httpcm:httpLocation>
<httpcm:httpLocationIgnoreUncited>false</httpcm:httpLocationIgnoreUncited>
<httpcm:httpOutputSerialization>application/xml</httpcm:httpOutputSerialization>
</httpcm:httpBindingOperationExtension>
</bindingOperationComponent>
</bindingOperations>
<httpcm:httpBindingExtension>
<httpcm:httpCookies>false</httpcm:httpCookies>
<httpcm:httpQueryParameterSeparatorDefault>&amp;</httpcm:httpQueryParameterSeparatorDefault>
</httpcm:httpBindingExtension>
</bindingComponent>
<bindingComponent xml:id="N10062">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>IgnoreUncited</base:localName>
</name>
<interface ref="N10016"/>
<type>http://www.w3.org/2006/01/wsdl/http</type>
<bindingOperations>
<bindingOperationComponent xml:id="N1006A">
<interfaceOperation ref="N1001C"/>
<base:parent ref="N10062"/>
<httpcm:httpBindingOperationExtension>
<httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization>
<httpcm:httpInputSerialization>application/xml</httpcm:httpInputSerialization>
<httpcm:httpLocation>date/{year}.html?start={time}</httpcm:httpLocation>
<httpcm:httpLocationIgnoreUncited>true</httpcm:httpLocationIgnoreUncited>
<httpcm:httpOutputSerialization>application/xml</httpcm:httpOutputSerialization>
</httpcm:httpBindingOperationExtension>
</bindingOperationComponent>
</bindingOperations>
<httpcm:httpBindingExtension>
<httpcm:httpCookies>false</httpcm:httpCookies>
<httpcm:httpQueryParameterSeparatorDefault>&amp;</httpcm:httpQueryParameterSeparatorDefault>
</httpcm:httpBindingExtension>
</bindingComponent>
<bindingComponent xml:id="N10070">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>AdditionalQueryParams</base:localName>
</name>
<interface ref="N10016"/>
<type>http://www.w3.org/2006/01/wsdl/http</type>
<bindingOperations>
<bindingOperationComponent xml:id="N10078">
<interfaceOperation ref="N1001C"/>
<base:parent ref="N10070"/>
<httpcm:httpBindingOperationExtension>
<httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization>
<httpcm:httpInputSerialization>application/xml</httpcm:httpInputSerialization>
<httpcm:httpLocation>date/{year}.html?timezone=utc</httpcm:httpLocation>
<httpcm:httpLocationIgnoreUncited>false</httpcm:httpLocationIgnoreUncited>
<httpcm:httpOutputSerialization>application/xml</httpcm:httpOutputSerialization>
</httpcm:httpBindingOperationExtension>
</bindingOperationComponent>
</bindingOperations>
<httpcm:httpBindingExtension>
<httpcm:httpCookies>false</httpcm:httpCookies>
<httpcm:httpQueryParameterSeparatorDefault>&amp;</httpcm:httpQueryParameterSeparatorDefault>
</httpcm:httpBindingExtension>
</bindingComponent>
<bindingComponent xml:id="N1007D">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>Escaping</base:localName>
</name>
<interface ref="N10016"/>
<type>http://www.w3.org/2006/01/wsdl/http</type>
<bindingOperations>
<bindingOperationComponent xml:id="N10085">
<interfaceOperation ref="N1001C"/>
<base:parent ref="N1007D"/>
<httpcm:httpBindingOperationExtension>
<httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization>
<httpcm:httpInputSerialization>application/xml</httpcm:httpInputSerialization>
<httpcm:httpLocation>date/{year}.html?passphrase={{4(^$@!}}4^@*}}</httpcm:httpLocation>
<httpcm:httpLocationIgnoreUncited>true</httpcm:httpLocationIgnoreUncited>
<httpcm:httpOutputSerialization>application/xml</httpcm:httpOutputSerialization>
</httpcm:httpBindingOperationExtension>
</bindingOperationComponent>
</bindingOperations>
<httpcm:httpBindingExtension>
<httpcm:httpCookies>false</httpcm:httpCookies>
<httpcm:httpQueryParameterSeparatorDefault>&amp;</httpcm:httpQueryParameterSeparatorDefault>
</httpcm:httpBindingExtension>
</bindingComponent>
</bindings>
<services>
<serviceComponent xml:id="N1008B">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>LocationTemplate2GService</base:localName>
</name>
<interface ref="N10016"/>
<endpoints>
<endpointComponent xml:id="N10092">
<name>PathsEndpoint</name>
<binding ref="N1002C"/>
<address>http://example.org/</address>
<base:parent ref="N1008B"/>
<httpcm:httpEndpointExtension/>
</endpointComponent>
<endpointComponent xml:id="N10097">
<name>MixedPathsQueryParamsEndpoint</name>
<binding ref="N10039"/>
<address>http://example.org/</address>
<base:parent ref="N1008B"/>
<httpcm:httpEndpointExtension/>
</endpointComponent>
<endpointComponent xml:id="N1009C">
<name>AutoQueryParamsEndpoint</name>
<binding ref="N10047"/>
<address>http://example.org/</address>
<base:parent ref="N1008B"/>
<httpcm:httpEndpointExtension/>
</endpointComponent>
<endpointComponent xml:id="N100A1">
<name>AutoRemainderEndpoint</name>
<binding ref="N10055"/>
<address>http://example.org/</address>
<base:parent ref="N1008B"/>
<httpcm:httpEndpointExtension/>
</endpointComponent>
<endpointComponent xml:id="N100A6">
<name>IgnoreUncidedEndpoint</name>
<binding ref="N10062"/>
<address>http://example.org/</address>
<base:parent ref="N1008B"/>
<httpcm:httpEndpointExtension/>
</endpointComponent>
<endpointComponent xml:id="N100AB">
<name>AdditionalQueryParamsEndpoint</name>
<binding ref="N10070"/>
<address>http://example.org/</address>
<base:parent ref="N1008B"/>
<httpcm:httpEndpointExtension/>
</endpointComponent>
<endpointComponent xml:id="N100B0">
<name>EscapingEndpoint</name>
<binding ref="N1007D"/>
<address>http://example.org/</address>
<base:parent ref="N1008B"/>
<httpcm:httpEndpointExtension/>
</endpointComponent>
</endpoints>
</serviceComponent>
</services>
<elementDeclarations>
<elementDeclarationComponent xml:id="N30008">
<name>
<base:namespaceName>http://example.org/date-space/xsd</base:namespaceName>
<base:localName>dateSpace</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</elementDeclarationComponent>
<elementDeclarationComponent xml:id="N30025">
<name>
<base:namespaceName>http://example.org/date-space/xsd</base:namespaceName>
<base:localName>result</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</elementDeclarationComponent>
</elementDeclarations>
<typeDefinitions>
<typeDefinitionComponent xml:id="N3000C">
<name>
<base:namespaceName>http://example.org/date-space/xsd</base:namespaceName>
<base:localName>dateSpaceType</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-anyURI">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>anyURI</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-base64Binary">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>base64Binary</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-boolean">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>boolean</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-byte">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>byte</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-date">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>date</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-dateTime">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>dateTime</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-decimal">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>decimal</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-double">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>double</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-duration">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>duration</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-ENTITIES">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>ENTITIES</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-ENTITY">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>ENTITY</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-float">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>float</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-gDay">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>gDay</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-gMonth">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>gMonth</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-gMonthDay">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>gMonthDay</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-gYear">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>gYear</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-gYearMonth">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>gYearMonth</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-hexBinary">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>hexBinary</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-ID">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>ID</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-IDREF">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>IDREF</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-IDREFS">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>IDREFS</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-int">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>int</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-integer">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>integer</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-language">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>language</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-long">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>long</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-Name">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>Name</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-NCName">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>NCName</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-negativeInteger">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>negativeInteger</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-NMTOKEN">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>NMTOKEN</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-NMTOKENS">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>NMTOKENS</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-nonNegativeInteger">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>nonNegativeInteger</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-nonPositiveInteger">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>nonPositiveInteger</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-normalizedString">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>normalizedString</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-NOTATION">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>NOTATION</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-positiveInteger">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>positiveInteger</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-QName">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>QName</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-short">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>short</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-string">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>string</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-time">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>time</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-token">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>token</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-unsignedByte">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>unsignedByte</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-unsignedInt">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>unsignedInt</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-unsignedLong">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>unsignedLong</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
<typeDefinitionComponent xml:id="xs-unsignedShort">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
<base:localName>unsignedShort</base:localName>
</name>
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
</typeDefinitions>
</descriptionComponent>

--- NEW FILE: description-generate-report-xml.xsl ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
 This is a style sheet, generated by evaluate-xml-log-xsl.xslt.
 ******** DO NOT EDIT *********
--><xsl:stylesheet xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:l="http://www.w3.org/2002/ws/desc/logs/" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" l:fake="false"><xsl:param name="DSTAMP"/><xsl:param name="TSTAMP"/><xsl:param name="TODAY"/><xsl:output method="xml"/><xsl:template match="/"><resultSets><head><messages><xsl:value-of select="count(/l:log/l:message)"/></messages><expectedMessages>14</expectedMessages><tests>77</tests><tstamp><xsl:value-of select="/l:log/l:message/@timestamp"/></tstamp><generated><xsl:value-of select="$TODAY"/></generated><from><xsl:call-template name="find-agent"><xsl:with-param name="message" select="/l:log/l:message[@type=&quot;request&quot;]"/></xsl:call-template></from><to><xsl:call-template name="find-agent"><xsl:with-paam name="message" select="/l:log/l:message[@type=&quot;response&quot;]"/></xsl:call-template></to></head><xsl:call-template name="message1"/><xsl:call-template name="message2"/><xsl:call-template name="message3"/><xsl:call-template name="message4"/><xsl:call-template name="message5"/><xsl:call-template name="message6"/><xsl:call-template name="message7"/><xsl:call-template name="message8"/><xsl:call-template name="message9"/><xsl:call-template name="message10"/><xsl:call-template name="message11"/><xsl:call-template name="message12"/><xsl:call-template name="message13"/><xsl:call-template name="message14"/></resultSets></xsl:template><xsl:template name="find-agent"><xsl:param name="message"/><xsl:choose><xsl:when test="$message/l:httpHeaders/l:Server"><xsl:value-of select="$message/l:httpHeaders/l:Server"/></xsl:when><xsl:when test="$message/l:httpHeaders/l:User-Agent"><xsl:value-of select="$message/l:httpHeaders/l:User-Agent"/></xsl:when><xsl:otherwise>Unknown</xsl:otherwise></xsl:choose></xsl:template><xs:template name="message1"><resultSet binding="Paths" endpoint="PathsEndpoint" type="request" number="1"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;1&quot;]/@type=&quot;request&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/@type="request"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="contains(/l:log/l:message[@number=&quot;1&quot;]/l:httpHeaders/l:Method/@rawURI, &quot;date/2006/11/18/16%3A40%3A00-20%3A00%3A42.html&quot;)">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@rawURI, "date/2006/11/18/16%3A40%3A00-20%3A00%3A42.html")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/:log/l:message[@number=&quot;1&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;1&quot;]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;1&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="1"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;1&quot;]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://exampleorg/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message2"><resultSet binding="Paths" endpoint="PathsEndpoint" type="response" number="2"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;2&quot;]/@type=&quot;response&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="2"]/@type="response"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;2&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:hoose></xsl:attribute>/l:log/l:message[@number="2"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;2&quot;]/l:httpHeaders/l:StatusCode/@value='200'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="2"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;2&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="2"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;2&quot;]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="2"]/l:content/*[loal-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message3"><resultSet binding="MixedPathsQueryParams" endpoint="MixedPathsQueryParamsEndpoint" type="request" number="3"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;3&quot;]/@type=&quot;request&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/@type="request"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="contains(/l:log/l:message[@number=&quot;3&quot;]/l:httpHeaders/l:Method/@rawURI, &quot;date/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42&quot;)">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="3"]/:httpHeaders/l:Method/@rawURI, "date/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;3&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;3&quot;]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;3&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="3"]/l:content/*)=1</test><test ref""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;3&quot;]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message4"><resultSet binding="MixedPathsQueryParams" endpoint="MixedPathsQueryParamsEndpoint" type="response" number="4"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;4&quot;]/@type=&quot;response&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="4"]/@type="response"</test><test ref=""><xsl:atribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;4&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="4"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;4&quot;]/l:httpHeaders/l:StatusCode/@value='200'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="4"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;4&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="4"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;4&quot;]/l:content/*[loal-name()='result' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="4"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message5"><resultSet binding="AutoQueryParams" endpoint="AutoQueryParamsEndpoint" type="request" number="5"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;5&quot;]/@type=&quot;request&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/@type="request"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="contains(/l:log/l:message[@number=&quot;5&quot;]/l:httpHeaders/l:Method/@rawURI, &quo;date.html&quot;)">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@rawURI, "date.html")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;5&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;5&quot;]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;5&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xs:choose></xsl:attribute>count(/l:log/l:message[@number="5"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;5&quot;]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message6"><resultSet binding="AutoQueryParams" endpoint="AutoQueryParamsEndpoint" type="response" number="6"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;6&quot;]/@type=&quot;response&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attibute>/l:log/l:message[@number="6"]/@type="response"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;6&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="6"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;6&quot;]/l:httpHeaders/l:StatusCode/@value='200'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="6"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;6&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="6"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xs:choose><xsl:when test="/l:log/l:message[@number=&quot;6&quot;]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="6"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message7"><resultSet binding="AutoRemainder" endpoint="AutoRemainderEndpoint" type="request" number="7"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;7&quot;]/@type=&quot;request&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/@type="request"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="contains(/:log/l:message[@number=&quot;7&quot;]/l:httpHeaders/l:Method/@rawURI, &quot;date/2006/11.html?day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42&quot;)">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@rawURI, "date/2006/11.html?day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;7&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;7&quot;]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='POST'</tet><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;7&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="7"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;7&quot;]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message8"><resultSet binding="AutoRemainder" endpoint="AutoRemainderEndpoint" type="response" number="8"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribue name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;8&quot;]/@type=&quot;response&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="8"]/@type="response"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;8&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="8"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;8&quot;]/l:httpHeaders/l:StatusCode/@value='200'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="8"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;8&quot;]/l:content/*)1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="8"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;8&quot;]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="8"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message9"><resultSet binding="IgnoreUncited" endpoint="IgnoreUncidedEndpoint" type="request" number="9"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;9&quot;]/@type=&quot;request&quot;">passed</xsl:when><xsl:othewise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/@type="request"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="contains(/l:log/l:message[@number=&quot;9&quot;]/l:httpHeaders/l:Method/@rawURI, &quot;date/2006.html?start=16%3A40%3A00&quot;)">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@rawURI, "date/2006.html?start=16%3A40%3A00")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;9&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;9&quot;]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>faled</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;9&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="9"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;9&quot;]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message10"><resultSet binding="IgnoreUncited" endpoint="IgnoreUncidedEndpoint" type="response" number="10"><xsl:attribute name="implementation"><xsl:call-template nme="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;10&quot;]/@type=&quot;response&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="10"]/@type="response"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;10&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="10"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;10&quot;]/l:httpHeaders/l:StatusCode/@value='200'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="10"]/l:httpHeaders/l:StatusCode/@value='200'</test><est ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;10&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="10"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;10&quot;]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="10"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message11"><resultSet binding="AdditionalQueryParams" endpoint="AdditionalQueryParamsEndpoint" type="request" number="11"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><sl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;11&quot;]/@type=&quot;request&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/@type="request"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="contains(/l:log/l:message[@number=&quot;11&quot;]/l:httpHeaders/l:Method/@rawURI, &quot;date/2006.html?timezone=utc&amp;month=11&amp;day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42&quot;)">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@rawURI, "date/2006.html?timezone=utc&amp;month=11&amp;day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;11&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attibute>/l:log/l:message[@number="11"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;11&quot;]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;11&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="11"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;11&quot;]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/l:content/*[local-name()='ateSpace' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message12"><resultSet binding="AdditionalQueryParams" endpoint="AdditionalQueryParamsEndpoint" type="response" number="12"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;12&quot;]/@type=&quot;response&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="12"]/@type="response"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;12&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="12"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""<xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;12&quot;]/l:httpHeaders/l:StatusCode/@value='200'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="12"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;12&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="12"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;12&quot;]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="12"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:temlate name="message13"><resultSet binding="Escaping" endpoint="EscapingEndpoint" type="request" number="13"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;13&quot;]/@type=&quot;request&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="13"]/@type="request"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="contains(/l:log/l:message[@number=&quot;13&quot;]/l:httpHeaders/l:Method/@rawURI, &quot;date/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D&quot;)">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@rawURI, "date/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D")</test><test ref=""><xsl:attribute name="result"><xsl:choose>xsl:when test="/l:log/l:message[@number=&quot;13&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="13"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;13&quot;]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;13&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="13"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;13&quot;]/l:content/*[local-name()='dateSpace' and namespae-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="13"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message14"><resultSet binding="Escaping" endpoint="EscapingEndpoint" type="response" number="14"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;14&quot;]/@type=&quot;response&quot;">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="14"]/@type="response"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;14&quot;]/l:httpHeaders/l:Content-Type/@type='application/xml'">passed</xsl:when><xsl:oterwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="14"]/l:httpHeaders/l:Content-Type/@type='application/xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;14&quot;]/l:httpHeaders/l:StatusCode/@value='200'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="14"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number=&quot;14&quot;]/l:content/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="14"]/l:content/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&quot;14&quot;]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/llog/l:message[@number="14"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template></xsl:stylesheet>
--- NEW FILE: description-xpath-assertions.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<assertionSets xmlns="http://www.w3.org/2006/11/desc/assertions" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:l="http://www.w3.org/2002/ws/desc/logs/" xmlns:m="http://www.w3.org/2006/11/desc/messages">
<assertionSet messagePosition="1">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="1" type="request">
<endpoint name="PathsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="Paths"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11/18/16%3A40%3A00-20%3A00%3A42.html</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="1"]/@type="request"</assertion>
<assertion>contains(/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@rawURI, "date/2006/11/18/16%3A40%3A00-20%3A00%3A42.html")</assertion>
<assertion>/l:log/l:message[@number="1"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='POST'</assertion>
<assertion>count(/l:log/l:message[@number="1"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="1"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="2">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="2" type="response">
<endpoint name="PathsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="Paths"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11/18/16%3A40%3A00-20%3A00%3A42.html</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="2"]/@type="response"</assertion>
<assertion>/l:log/l:message[@number="2"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="2"]/l:httpHeaders/l:StatusCode/@value='200'</assertion>
<assertion>count(/l:log/l:message[@number="2"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="2"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="3">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="3" type="request">
<endpoint name="MixedPathsQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="MixedPathsQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="3"]/@type="request"</assertion>
<assertion>contains(/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@rawURI, "date/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42")</assertion>
<assertion>/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='POST'</assertion>
<assertion>count(/l:log/l:message[@number="3"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="3"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="4">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="4" type="response">
<endpoint name="MixedPathsQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="MixedPathsQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="4"]/@type="response"</assertion>
<assertion>/l:log/l:message[@number="4"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="4"]/l:httpHeaders/l:StatusCode/@value='200'</assertion>
<assertion>count(/l:log/l:message[@number="4"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="4"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="5">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="5" type="request">
<endpoint name="AutoQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AutoQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date.html</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="5"]/@type="request"</assertion>
<assertion>contains(/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@rawURI, "date.html")</assertion>
<assertion>/l:log/l:message[@number="5"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='POST'</assertion>
<assertion>count(/l:log/l:message[@number="5"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="5"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="6">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="6" type="response">
<endpoint name="AutoQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AutoQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date.html</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="6"]/@type="response"</assertion>
<assertion>/l:log/l:message[@number="6"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="6"]/l:httpHeaders/l:StatusCode/@value='200'</assertion>
<assertion>count(/l:log/l:message[@number="6"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="6"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="7">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="7" type="request">
<endpoint name="AutoRemainderEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AutoRemainder"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11.html?day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="7"]/@type="request"</assertion>
<assertion>contains(/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@rawURI, "date/2006/11.html?day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42")</assertion>
<assertion>/l:log/l:message[@number="7"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='POST'</assertion>
<assertion>count(/l:log/l:message[@number="7"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="7"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="8">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="8" type="response">
<endpoint name="AutoRemainderEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AutoRemainder"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11.html?day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="8"]/@type="response"</assertion>
<assertion>/l:log/l:message[@number="8"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="8"]/l:httpHeaders/l:StatusCode/@value='200'</assertion>
<assertion>count(/l:log/l:message[@number="8"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="8"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="9">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="9" type="request">
<endpoint name="IgnoreUncidedEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="IgnoreUncited"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?start=16%3A40%3A00</httpLocation>
<httpLocationIgnoreUncited>true</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="9"]/@type="request"</assertion>
<assertion>contains(/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@rawURI, "date/2006.html?start=16%3A40%3A00")</assertion>
<assertion>/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='POST'</assertion>
<assertion>count(/l:log/l:message[@number="9"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="9"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="10">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="10" type="response">
<endpoint name="IgnoreUncidedEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="IgnoreUncited"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?start=16%3A40%3A00</httpLocation>
<httpLocationIgnoreUncited>true</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="10"]/@type="response"</assertion>
<assertion>/l:log/l:message[@number="10"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="10"]/l:httpHeaders/l:StatusCode/@value='200'</assertion>
<assertion>count(/l:log/l:message[@number="10"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="10"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="11">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="11" type="request">
<endpoint name="AdditionalQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AdditionalQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?timezone=utc&amp;month=11&amp;day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="11"]/@type="request"</assertion>
<assertion>contains(/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@rawURI, "date/2006.html?timezone=utc&amp;month=11&amp;day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42")</assertion>
<assertion>/l:log/l:message[@number="11"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='POST'</assertion>
<assertion>count(/l:log/l:message[@number="11"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="11"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="12">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="12" type="response">
<endpoint name="AdditionalQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AdditionalQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?timezone=utc&amp;month=11&amp;day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="12"]/@type="response"</assertion>
<assertion>/l:log/l:message[@number="12"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="12"]/l:httpHeaders/l:StatusCode/@value='200'</assertion>
<assertion>count(/l:log/l:message[@number="12"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="12"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="13">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="13" type="request">
<endpoint name="EscapingEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="Escaping"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D</httpLocation>
<httpLocationIgnoreUncited>true</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="13"]/@type="request"</assertion>
<assertion>contains(/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@rawURI, "date/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D")</assertion>
<assertion>/l:log/l:message[@number="13"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@value='POST'</assertion>
<assertion>count(/l:log/l:message[@number="13"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="13"]/l:content/*[local-name()='dateSpace' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
<assertionSet messagePosition="14">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="14" type="response">
<endpoint name="EscapingEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="Escaping"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D</httpLocation>
<httpLocationIgnoreUncited>true</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<assertion>/l:log/l:message[@number="14"]/@type="response"</assertion>
<assertion>/l:log/l:message[@number="14"]/l:httpHeaders/l:Content-Type/@type='application/xml'</assertion>
<assertion>/l:log/l:message[@number="14"]/l:httpHeaders/l:StatusCode/@value='200'</assertion>
<assertion>count(/l:log/l:message[@number="14"]/l:content/*)=1</assertion>
<assertion>/l:log/l:message[@number="14"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</assertion>
</assertionSet>
</assertionSets>

--- NEW FILE: description-message-properties.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<messages xmlns="http://www.w3.org/2006/11/desc/messages">
<message messagePosition="1" type="request">
<endpoint name="PathsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="Paths"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11/18/16%3A40%3A00-20%3A00%3A42.html</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="2" type="response">
<endpoint name="PathsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="Paths"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11/18/16%3A40%3A00-20%3A00%3A42.html</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="3" type="request">
<endpoint name="MixedPathsQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="MixedPathsQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="4" type="response">
<endpoint name="MixedPathsQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="MixedPathsQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="5" type="request">
<endpoint name="AutoQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AutoQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date.html</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="6" type="response">
<endpoint name="AutoQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AutoQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date.html</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="7" type="request">
<endpoint name="AutoRemainderEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AutoRemainder"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11.html?day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="8" type="response">
<endpoint name="AutoRemainderEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AutoRemainder"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006/11.html?day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="9" type="request">
<endpoint name="IgnoreUncidedEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="IgnoreUncited"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?start=16%3A40%3A00</httpLocation>
<httpLocationIgnoreUncited>true</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="10" type="response">
<endpoint name="IgnoreUncidedEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="IgnoreUncited"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?start=16%3A40%3A00</httpLocation>
<httpLocationIgnoreUncited>true</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="11" type="request">
<endpoint name="AdditionalQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AdditionalQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?timezone=utc&amp;month=11&amp;day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="12" type="response">
<endpoint name="AdditionalQueryParamsEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="AdditionalQueryParams"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?timezone=utc&amp;month=11&amp;day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42</httpLocation>
<httpLocationIgnoreUncited>false</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="13" type="request">
<endpoint name="EscapingEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="Escaping"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D</httpLocation>
<httpLocationIgnoreUncited>true</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="dateSpace" namespace="http://example.org/date-space/xsd"/>
</message>
<message messagePosition="14" type="response">
<endpoint name="EscapingEndpoint"/>
<binding type="http://www.w3.org/2006/01/wsdl/http" namespace="http://example.org/message-test" localName="Escaping"/>
<interface namespace="http://example.org/message-test" localName="ProbeSpace"/>
<operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="constructReference"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
<safety>false</safety>
<httpVersion>1.1</httpVersion>
<httpCookies>false</httpCookies>
<httpQueryParameterSeparatorDefault>&amp;</httpQueryParameterSeparatorDefault>
<httpLocation>date/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D</httpLocation>
<httpLocationIgnoreUncited>true</httpLocationIgnoreUncited>
<httpInputSerialization>application/xml</httpInputSerialization>
<httpOutputSerialization>application/xml</httpOutputSerialization>
<httpFaultSerialization>application/xml</httpFaultSerialization>
<messageContentModel type="#element" localName="result" namespace="http://example.org/date-space/xsd"/>
</message>
</messages>

--- NEW FILE: description-generate-report-html.xsl ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
 This is a style sheet, generated by evaluate-html-log-xsl.xslt.
 ******** DO NOT EDIT *********
-->
<xsl:stylesheet xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:l="http://www.w3.org/2002/ws/desc/logs/" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" l:fake="false">
<xsl:param name="DSTAMP"/>
<xsl:param name="TSTAMP"/>
<xsl:param name="TODAY"/>
<xsl:param name="logfile"/>
<xsl:output method="html"/>
<xsl:template match="/">
<html>
<head>
<title>Results</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<style type="text/css">
	        body {font-family:sans-serif}
	        td {vertical-align:top; border-top:1px solid gray}
[...2097 lines suppressed...]
<xsl:otherwise>
<tr>
<td class="failed">
<div class="failed">FAILED</div>
</td>
<td>
<div class="assertion">/l:log/l:message[@number="14"]/l:content/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</div>
</td>
</tr>
</xsl:otherwise>
</xsl:choose>
</table>
<p>
<a>
<xsl:attribute name="href">
<xsl:value-of select="concat($logfile,'#message14')"/>
</xsl:attribute>view log</a>
</p>
</xsl:template>
</xsl:stylesheet>

Received on Tuesday, 16 January 2007 12:54:16 UTC