- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Jan 2007 15:42:10 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results-messages/LocationTemplate-1G
In directory hutz:/tmp/cvs-serv32039/LocationTemplate-1G
Modified Files:
description-generate-report-html.xsl
description-generate-report-xml.xsl
description-message-properties.xml
description-xpath-assertions.xml description.wsdlcm
log-LocationTemplate1G-canon-canon-output.xml
log-LocationTemplate1G-canon-canon-results.html
log-LocationTemplate1G-canon-canon.descmsg
Log Message:
New logs
Index: description-generate-report-html.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/LocationTemplate-1G/description-generate-report-html.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** description-generate-report-html.xsl 16 Jan 2007 14:40:36 -0000 1.7
--- description-generate-report-html.xsl 18 Jan 2007 15:42:08 -0000 1.8
***************
*** 4,8 ****
******** 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"/>
--- 4,8 ----
******** DO NOT EDIT *********
-->
! <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:l="http://www.w3.org/2002/ws/desc/logs/" l:fake="false">
<xsl:param name="DSTAMP"/>
<xsl:param name="TSTAMP"/>
***************
*** 11,18 ****
<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}
--- 11,18 ----
<xsl:output method="html"/>
<xsl:template match="/">
! <html xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<head>
<title>Results</title>
! <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
body {font-family:sans-serif}
***************
*** 63,77 ****
</xsl:template>
<xsl:template match="l:message[@number="1"]">
! <hr/>
! <h3 id="message1">Message 1 (request)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>PathsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{Paths}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 63,77 ----
</xsl:template>
<xsl:template match="l:message[@number="1"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message1" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 1 (request)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>PathsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{Paths}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 81,85 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="1"]/@type="request"">
--- 81,85 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="1"]/@type="request"">
***************
*** 149,153 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 149,153 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 157,171 ****
</xsl:template>
<xsl:template match="l:message[@number="2"]">
! <hr/>
! <h3 id="message2">Message 2 (response)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>PathsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{Paths}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 157,171 ----
</xsl:template>
<xsl:template match="l:message[@number="2"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message2" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 2 (response)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>PathsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{Paths}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 175,179 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="2"]/@type="response"">
--- 175,179 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="2"]/@type="response"">
***************
*** 309,313 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 309,313 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 317,331 ****
</xsl:template>
<xsl:template match="l:message[@number="3"]">
! <hr/>
! <h3 id="message3">Message 3 (request)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>MixedPathsQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{MixedPathsQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 317,331 ----
</xsl:template>
<xsl:template match="l:message[@number="3"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message3" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 3 (request)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>MixedPathsQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{MixedPathsQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 335,339 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="3"]/@type="request"">
--- 335,339 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="3"]/@type="request"">
***************
*** 403,407 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 403,407 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 411,425 ****
</xsl:template>
<xsl:template match="l:message[@number="4"]">
! <hr/>
! <h3 id="message4">Message 4 (response)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>MixedPathsQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{MixedPathsQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 411,425 ----
</xsl:template>
<xsl:template match="l:message[@number="4"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message4" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 4 (response)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>MixedPathsQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{MixedPathsQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 429,433 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="4"]/@type="response"">
--- 429,433 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="4"]/@type="response"">
***************
*** 563,567 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 563,567 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 571,585 ****
</xsl:template>
<xsl:template match="l:message[@number="5"]">
! <hr/>
! <h3 id="message5">Message 5 (request)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>AutoQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AutoQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 571,585 ----
</xsl:template>
<xsl:template match="l:message[@number="5"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message5" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 5 (request)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>AutoQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AutoQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 589,593 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="5"]/@type="request"">
--- 589,593 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="5"]/@type="request"">
***************
*** 657,661 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 657,661 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 665,679 ****
</xsl:template>
<xsl:template match="l:message[@number="6"]">
! <hr/>
! <h3 id="message6">Message 6 (response)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>AutoQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AutoQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 665,679 ----
</xsl:template>
<xsl:template match="l:message[@number="6"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message6" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 6 (response)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>AutoQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AutoQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 683,687 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="6"]/@type="response"">
--- 683,687 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="6"]/@type="response"">
***************
*** 817,821 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 817,821 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 825,839 ****
</xsl:template>
<xsl:template match="l:message[@number="7"]">
! <hr/>
! <h3 id="message7">Message 7 (request)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>AutoRemainderEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AutoRemainder}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 825,839 ----
</xsl:template>
<xsl:template match="l:message[@number="7"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message7" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 7 (request)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>AutoRemainderEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AutoRemainder}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 843,847 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="7"]/@type="request"">
--- 843,847 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="7"]/@type="request"">
***************
*** 911,915 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 911,915 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 919,933 ****
</xsl:template>
<xsl:template match="l:message[@number="8"]">
! <hr/>
! <h3 id="message8">Message 8 (response)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>AutoRemainderEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AutoRemainder}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 919,933 ----
</xsl:template>
<xsl:template match="l:message[@number="8"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message8" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 8 (response)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>AutoRemainderEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AutoRemainder}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 937,941 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="8"]/@type="response"">
--- 937,941 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="8"]/@type="response"">
***************
*** 1071,1075 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 1071,1075 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 1079,1093 ****
</xsl:template>
<xsl:template match="l:message[@number="9"]">
! <hr/>
! <h3 id="message9">Message 9 (request)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>IgnoreUncidedEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{IgnoreUncited}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 1079,1093 ----
</xsl:template>
<xsl:template match="l:message[@number="9"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message9" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 9 (request)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>IgnoreUncidedEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{IgnoreUncited}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 1097,1101 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="9"]/@type="request"">
--- 1097,1101 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="9"]/@type="request"">
***************
*** 1165,1169 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 1165,1169 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 1173,1187 ****
</xsl:template>
<xsl:template match="l:message[@number="10"]">
! <hr/>
! <h3 id="message10">Message 10 (response)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>IgnoreUncidedEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{IgnoreUncited}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 1173,1187 ----
</xsl:template>
<xsl:template match="l:message[@number="10"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message10" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 10 (response)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>IgnoreUncidedEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{IgnoreUncited}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 1191,1195 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="10"]/@type="response"">
--- 1191,1195 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="10"]/@type="response"">
***************
*** 1325,1329 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 1325,1329 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 1333,1347 ****
</xsl:template>
<xsl:template match="l:message[@number="11"]">
! <hr/>
! <h3 id="message11">Message 11 (request)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>AdditionalQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AdditionalQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 1333,1347 ----
</xsl:template>
<xsl:template match="l:message[@number="11"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message11" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 11 (request)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>AdditionalQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AdditionalQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 1351,1355 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="11"]/@type="request"">
--- 1351,1355 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="11"]/@type="request"">
***************
*** 1419,1423 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 1419,1423 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 1427,1441 ****
</xsl:template>
<xsl:template match="l:message[@number="12"]">
! <hr/>
! <h3 id="message12">Message 12 (response)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>AdditionalQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AdditionalQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 1427,1441 ----
</xsl:template>
<xsl:template match="l:message[@number="12"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message12" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 12 (response)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>AdditionalQueryParamsEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{AdditionalQueryParams}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 1445,1449 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="12"]/@type="response"">
--- 1445,1449 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="12"]/@type="response"">
***************
*** 1579,1583 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 1579,1583 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 1587,1601 ****
</xsl:template>
<xsl:template match="l:message[@number="13"]">
! <hr/>
! <h3 id="message13">Message 13 (request)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>EscapingEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{Escaping}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 1587,1601 ----
</xsl:template>
<xsl:template match="l:message[@number="13"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message13" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 13 (request)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>EscapingEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{Escaping}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 1605,1609 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="13"]/@type="request"">
--- 1605,1609 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="13"]/@type="request"">
***************
*** 1673,1677 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 1673,1677 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
***************
*** 1681,1695 ****
</xsl:template>
<xsl:template match="l:message[@number="14"]">
! <hr/>
! <h3 id="message14">Message 14 (response)
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:senderHostAndPort"> [<code xmlns="" class="from">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:senderHostAndPort"/>
</code>
! </if>
! <if xmlns="http://www.w3.org/1999/XSL/Transform" test="l:receiverHostAndPort"> ⇨ <code xmlns="" class="to">
! <value-of xmlns="http://www.w3.org/1999/XSL/Transform" select="l:receiverHostAndPort"/>
</code>
! </if>]</h3>
! <p style="font-size:small">EndpointComponent <code>EscapingEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{Escaping}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
--- 1681,1695 ----
</xsl:template>
<xsl:template match="l:message[@number="14"]">
! <hr xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"/>
! <h3 id="message14" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">Message 14 (response)
! <xsl:if test="l:senderHostAndPort"> [<code class="from">
! <xsl:value-of select="l:senderHostAndPort"/>
</code>
! </xsl:if>
! <xsl:if test="l:receiverHostAndPort"> ⇨ <code class="to">
! <xsl:value-of select="l:receiverHostAndPort"/>
</code>
! </xsl:if>]</h3>
! <p style="font-size:small" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">EndpointComponent <code>EscapingEndpoint</code>
<br/>BindingComponent <code>http://example.org/message-test{Escaping}</code>
<br/>Operation <code>http://example.org/message-test{constructReference}</code>
***************
*** 1699,1703 ****
<br/>
</p>
! <table cellpadding="0" cell-spacing="0">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="14"]/@type="response"">
--- 1699,1703 ----
<br/>
</p>
! <table cell-spacing="0" cellpadding="0" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:choose>
<xsl:when test="/l:log/l:message[@number="14"]/@type="response"">
***************
*** 1833,1837 ****
</xsl:choose>
</table>
! <p>
<a>
<xsl:attribute name="href">
--- 1833,1837 ----
</xsl:choose>
</table>
! <p xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<a>
<xsl:attribute name="href">
Index: description.wsdlcm
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/LocationTemplate-1G/description.wsdlcm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** description.wsdlcm 16 Jan 2007 14:40:36 -0000 1.5
--- description.wsdlcm 18 Jan 2007 15:42:08 -0000 1.6
***************
*** 1,5 ****
<?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>
--- 1,5 ----
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by wsdl-component-model.xslt, Jonathan Marsh, WSO2, jonathan@wso2.com -->
! <descriptionComponent xml:id="N65537" xmlns:soapcm="http://www.w3.org/2002/ws/desc/wsdl/component-soap" xmlns:wsacm="http://www.w3.org/2002/ws/desc/wsdl/component-ws-addressing" xmlns:ext="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xmlns:httpcm="http://www.w3.org/2002/ws/desc/wsdl/component-http" xmlns:rpccm="http://www.w3.org/2002/ws/desc/wsdl/component-rpc" xmlns:base="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns="http://www.w3.org/2002/ws/desc/wsdl/component">
<extensions>
<base:uri>http://www.w3.org/2006/01/wsdl-extensions</base:uri>
***************
*** 9,13 ****
</extensions>
<interfaces>
! <interfaceComponent xml:id="N10017">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
--- 9,13 ----
</extensions>
<interfaces>
! <interfaceComponent xml:id="N65559">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
***************
*** 15,19 ****
</name>
<interfaceOperations>
! <interfaceOperationComponent xml:id="N1001D">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
--- 15,19 ----
</name>
<interfaceOperations>
! <interfaceOperationComponent xml:id="N65565">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
***************
*** 22,38 ****
<messageExchangePattern>http://www.w3.org/2006/01/wsdl/in-out</messageExchangePattern>
<interfaceMessageReferences>
! <interfaceMessageReferenceComponent xml:id="N10025">
<messageLabel>In</messageLabel>
<direction>in</direction>
<messageContentModel>#element</messageContentModel>
! <elementDeclaration ref="N30008"/>
! <base:parent ref="N1001D"/>
</interfaceMessageReferenceComponent>
! <interfaceMessageReferenceComponent xml:id="N10028">
<messageLabel>Out</messageLabel>
<direction>out</direction>
<messageContentModel>#element</messageContentModel>
! <elementDeclaration ref="N30025"/>
! <base:parent ref="N1001D"/>
</interfaceMessageReferenceComponent>
</interfaceMessageReferences>
--- 22,38 ----
<messageExchangePattern>http://www.w3.org/2006/01/wsdl/in-out</messageExchangePattern>
<interfaceMessageReferences>
! <interfaceMessageReferenceComponent xml:id="N65573">
<messageLabel>In</messageLabel>
<direction>in</direction>
<messageContentModel>#element</messageContentModel>
! <elementDeclaration ref="N131080"/>
! <base:parent ref="N65565"/>
</interfaceMessageReferenceComponent>
! <interfaceMessageReferenceComponent xml:id="N65576">
<messageLabel>Out</messageLabel>
<direction>out</direction>
<messageContentModel>#element</messageContentModel>
! <elementDeclaration ref="N131109"/>
! <base:parent ref="N65565"/>
</interfaceMessageReferenceComponent>
</interfaceMessageReferences>
***************
*** 40,44 ****
<base:uri>http://www.w3.org/2006/01/wsdl/style/iri</base:uri>
</style>
! <base:parent ref="N10017"/>
<ext:wsdlInterfaceOperationExtension>
<ext:safety>false</ext:safety>
--- 40,44 ----
<base:uri>http://www.w3.org/2006/01/wsdl/style/iri</base:uri>
</style>
! <base:parent ref="N65559"/>
<ext:wsdlInterfaceOperationExtension>
<ext:safety>false</ext:safety>
***************
*** 49,63 ****
</interfaces>
<bindings>
! <bindingComponent xml:id="N1002D">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>Paths</base:localName>
</name>
! <interface ref="N10017"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N10037">
! <interfaceOperation ref="N1001D"/>
! <base:parent ref="N1002D"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}/{month}/{day}/{time}-{time}.html</httpcm:httpLocation>
--- 49,63 ----
</interfaces>
<bindings>
! <bindingComponent xml:id="N65581">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>Paths</base:localName>
</name>
! <interface ref="N65559"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N65591">
! <interfaceOperation ref="N65565"/>
! <base:parent ref="N65581"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}/{month}/{day}/{time}-{time}.html</httpcm:httpLocation>
***************
*** 72,86 ****
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N1003D">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>MixedPathsQueryParams</base:localName>
</name>
! <interface ref="N10017"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N10048">
! <interfaceOperation ref="N1001D"/>
! <base:parent ref="N1003D"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}/{month}.html?day={day};start={time};end={time}</httpcm:httpLocation>
--- 72,86 ----
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N65597">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>MixedPathsQueryParams</base:localName>
</name>
! <interface ref="N65559"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N65608">
! <interfaceOperation ref="N65565"/>
! <base:parent ref="N65597"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}/{month}.html?day={day};start={time};end={time}</httpcm:httpLocation>
***************
*** 95,109 ****
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N1004E">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>AutoQueryParams</base:localName>
</name>
! <interface ref="N10017"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N10058">
! <interfaceOperation ref="N1001D"/>
! <base:parent ref="N1004E"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace.html</httpcm:httpLocation>
--- 95,109 ----
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N65614">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>AutoQueryParams</base:localName>
</name>
! <interface ref="N65559"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N65624">
! <interfaceOperation ref="N65565"/>
! <base:parent ref="N65614"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace.html</httpcm:httpLocation>
***************
*** 118,132 ****
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N1005F">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>AutoRemainder</base:localName>
</name>
! <interface ref="N10017"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N10069">
! <interfaceOperation ref="N1001D"/>
! <base:parent ref="N1005F"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}/{month}.html</httpcm:httpLocation>
--- 118,132 ----
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N65631">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>AutoRemainder</base:localName>
</name>
! <interface ref="N65559"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N65641">
! <interfaceOperation ref="N65565"/>
! <base:parent ref="N65631"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}/{month}.html</httpcm:httpLocation>
***************
*** 141,155 ****
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N1006F">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>IgnoreUncited</base:localName>
</name>
! <interface ref="N10017"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N10079">
! <interfaceOperation ref="N1001D"/>
! <base:parent ref="N1006F"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}.html?start={time}</httpcm:httpLocation>
--- 141,155 ----
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N65647">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>IgnoreUncited</base:localName>
</name>
! <interface ref="N65559"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N65657">
! <interfaceOperation ref="N65565"/>
! <base:parent ref="N65647"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}.html?start={time}</httpcm:httpLocation>
***************
*** 164,178 ****
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N10080">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>AdditionalQueryParams</base:localName>
</name>
! <interface ref="N10017"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N1008A">
! <interfaceOperation ref="N1001D"/>
! <base:parent ref="N10080"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}.html?timezone=utc</httpcm:httpLocation>
--- 164,178 ----
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N65664">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>AdditionalQueryParams</base:localName>
</name>
! <interface ref="N65559"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N65674">
! <interfaceOperation ref="N65565"/>
! <base:parent ref="N65664"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}.html?timezone=utc</httpcm:httpLocation>
***************
*** 187,201 ****
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N10090">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>Escaping</base:localName>
</name>
! <interface ref="N10017"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N1009A">
! <interfaceOperation ref="N1001D"/>
! <base:parent ref="N10090"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}.html?passphrase={{4(^$@!}}4^@*}}</httpcm:httpLocation>
--- 187,201 ----
</soapcm:soapBindingExtension>
</bindingComponent>
! <bindingComponent xml:id="N65680">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>Escaping</base:localName>
</name>
! <interface ref="N65559"/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
! <bindingOperationComponent xml:id="N65690">
! <interfaceOperation ref="N65565"/>
! <base:parent ref="N65680"/>
<soapcm:soapBindingOperationExtension>
<httpcm:httpLocation>datespace/{year}.html?passphrase={{4(^$@!}}4^@*}}</httpcm:httpLocation>
***************
*** 212,269 ****
</bindings>
<services>
! <serviceComponent xml:id="N100A1">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>ProbeSpaceService</base:localName>
</name>
! <interface ref="N10017"/>
<endpoints>
! <endpointComponent xml:id="N100A8">
<name>PathsEndpoint</name>
! <binding ref="N1002D"/>
<address>http://example.org/</address>
! <base:parent ref="N100A1"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N100AD">
<name>MixedPathsQueryParamsEndpoint</name>
! <binding ref="N1003D"/>
<address>http://example.org/</address>
! <base:parent ref="N100A1"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N100B2">
<name>AutoQueryParamsEndpoint</name>
! <binding ref="N1004E"/>
<address>http://example.org/</address>
! <base:parent ref="N100A1"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N100B7">
<name>AutoRemainderEndpoint</name>
! <binding ref="N1005F"/>
<address>http://example.org/</address>
! <base:parent ref="N100A1"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N100BC">
<name>IgnoreUncidedEndpoint</name>
! <binding ref="N1006F"/>
<address>http://example.org/</address>
! <base:parent ref="N100A1"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N100C1">
<name>AdditionalQueryParamsEndpoint</name>
! <binding ref="N10080"/>
<address>http://example.org/</address>
! <base:parent ref="N100A1"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N100C6">
<name>EscapingEndpoint</name>
! <binding ref="N10090"/>
<address>http://example.org/</address>
! <base:parent ref="N100A1"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
--- 212,269 ----
</bindings>
<services>
! <serviceComponent xml:id="N65697">
<name>
<base:namespaceName>http://example.org/message-test</base:namespaceName>
<base:localName>ProbeSpaceService</base:localName>
</name>
! <interface ref="N65559"/>
<endpoints>
! <endpointComponent xml:id="N65704">
<name>PathsEndpoint</name>
! <binding ref="N65581"/>
<address>http://example.org/</address>
! <base:parent ref="N65697"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N65709">
<name>MixedPathsQueryParamsEndpoint</name>
! <binding ref="N65597"/>
<address>http://example.org/</address>
! <base:parent ref="N65697"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N65714">
<name>AutoQueryParamsEndpoint</name>
! <binding ref="N65614"/>
<address>http://example.org/</address>
! <base:parent ref="N65697"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N65719">
<name>AutoRemainderEndpoint</name>
! <binding ref="N65631"/>
<address>http://example.org/</address>
! <base:parent ref="N65697"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N65724">
<name>IgnoreUncidedEndpoint</name>
! <binding ref="N65647"/>
<address>http://example.org/</address>
! <base:parent ref="N65697"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N65729">
<name>AdditionalQueryParamsEndpoint</name>
! <binding ref="N65664"/>
<address>http://example.org/</address>
! <base:parent ref="N65697"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
! <endpointComponent xml:id="N65734">
<name>EscapingEndpoint</name>
! <binding ref="N65680"/>
<address>http://example.org/</address>
! <base:parent ref="N65697"/>
<soapcm:soapEndpointExtension/>
</endpointComponent>
***************
*** 272,276 ****
</services>
<elementDeclarations>
! <elementDeclarationComponent xml:id="N30008">
<name>
<base:namespaceName>http://example.org/date-space/xsd</base:namespaceName>
--- 272,276 ----
</services>
<elementDeclarations>
! <elementDeclarationComponent xml:id="N131080">
<name>
<base:namespaceName>http://example.org/date-space/xsd</base:namespaceName>
***************
*** 279,283 ****
<system>http://www.w3.org/2001/XMLSchema</system>
</elementDeclarationComponent>
! <elementDeclarationComponent xml:id="N30025">
<name>
<base:namespaceName>http://example.org/date-space/xsd</base:namespaceName>
--- 279,283 ----
<system>http://www.w3.org/2001/XMLSchema</system>
</elementDeclarationComponent>
! <elementDeclarationComponent xml:id="N131109">
<name>
<base:namespaceName>http://example.org/date-space/xsd</base:namespaceName>
***************
*** 288,292 ****
</elementDeclarations>
<typeDefinitions>
! <typeDefinitionComponent xml:id="N3000C">
<name>
<base:namespaceName>http://example.org/date-space/xsd</base:namespaceName>
--- 288,292 ----
</elementDeclarations>
<typeDefinitions>
! <typeDefinitionComponent xml:id="N131084">
<name>
<base:namespaceName>http://example.org/date-space/xsd</base:namespaceName>
Index: description-generate-report-xml.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/LocationTemplate-1G/description-generate-report-xml.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** description-generate-report-xml.xsl 16 Jan 2007 14:40:36 -0000 1.7
--- description-generate-report-xml.xsl 18 Jan 2007 15:42:08 -0000 1.8
***************
*** 1,5 ****
! <?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>63</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="request"]"/></xsl:call-template></from><to><xsl:call-template name="find-agent"><xsl:with-aram name="message" select="/l:log/l:message[@type="response"]"/></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><sl: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="1"]/@type="request"">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="1"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11/18/16%3A40%3A00-20%3A00%3A42.html")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11/18/16%3A40%3A00-20%3A00%3A42.html")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:hen test="/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='GET'</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="2"]/@type="response"">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="2"]/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="/l:log/l:message[@number="2"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="2"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="2"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="2"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="2"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="2"]/l:content/soap12:Enveloe/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="2"]/l:content/soap12:Envelope/soap12:Body/*[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/soap12:Envelope/soap12:Body/*[local-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="3"]/@type="request"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xslattribute>/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="3"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@rawURI, "datespace/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="3"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet></xsl:template><xsl:template name="message4"><resultSet binding="MixedPathsQueryParams" endpoint="MixedPathsQueryParamsEndpoint" type="response" number="4"><xsl:attribute name="implementtion"><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="4"]/@type="response"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="4"]/@type="response"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="4"]/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="/l:log/l:message[@number="4"]/l:httpHeaders/l:Content-Type/@type='application/soap+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/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="4"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="4"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Body/*[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="4"]/l:content/soap12:Envelope/soap12:Body/*[ocal-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="5"]/@type="request"">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="5"]/l:httpHeaders/l:Method/@rawURI, "datespace.html")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@rawURI, "datespace.html")</test>test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='GET'</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="6"]/@type="response"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/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="6"]/l:httpHeaders/l:StatusCode/@alue='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="/l:log/l:message[@number="6"]/l:httpHeaders/l:Content-Type/@type='application/soap+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/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="6"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="6"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:chose></xsl:attribute>count(/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*[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/soap12:Envelope/soap12:Body/*[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="7"]/@type="request"">passed</xl: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(/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11.html?day=18&time=16%3A40%3A00&time=20%3A00%3A42")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11.html?day=18&time=16%3A40%3A00&time=20%3A00%3A42")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet></xsl:template><xsl:template name="message8"><resultSet binding="AutoRemainder" endpoint="AutoRemainderEndpint" 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:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="8"]/@type="response"">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="8"]/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="/l:log/l:message[@number="8"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/:log/l:message[@number="8"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="8"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="8"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*[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/:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*[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="9"]/@type="request"">passed</xsl:when><xsl:otherwise>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="9"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?start=16%3A40%3A00")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:og/l:message[@number="9"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?start=16%3A40%3A00")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet></xsl:template><xsl:template name="message10"><resultSet binding="IgnoreUncited" endpoint="IgnoreUncidedEndpoint" type="response" number="10"><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="10"]/@type="response"">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 nam="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="10"]/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><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="10"]/l:httpHeaders/l:Content-Type/@type='application/soap+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/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="10"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="10"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="10&uot;]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*[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/soap12:Envelope/soap12:Body/*[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="><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="11"]/@type="request"">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="11"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?timezone=utc&month=11&day=18&time=16%3A40%3A00&time=20%3A00%3A42")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?timezone=utc&month=11&day=18&time=16%3A40%3A00&time=20%3A00%3A42")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribue>/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='GET'</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="12"]/@type="response"">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="12"]/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="reult"><xsl:choose><xsl:when test="/l:log/l:message[@number="12"]/l:httpHeaders/l:Content-Type/@type='application/soap+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/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="12"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="12"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number=&qot;12"]/l:content/soap12:Envelope/soap12:Body/*[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/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template 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="13"]/@type="request"">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(/:log/l:message[@number="13"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@rawURI, "datespace/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="13"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@value='GET'</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><xslwhen test="/l:log/l:message[@number="14"]/@type="response"">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="14"]/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="/l:log/l:message[@number="14"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="14"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="14"]/l:content/soap12:Envelope">passed<xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="14"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="14"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="14"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="14"]/l:content/soap12:Envelope/soap12:Body/*[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="14"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template></xsl:stylesheet>
\ No newline at end of file
--- 1,4 ----
! <?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:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:l="http://www.w3.org/2002/ws/desc/logs/" l:fake="false"><xsl:param name="DSTAMP"/><xsl:param name="TSTAMP"/><xsl:param name="TODAY"/><xsl:output method="xml"/><xsl:template match="/"><resultSets xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><head><messages><xsl:value-of select="count(/l:log/l:message)"/></messages><expectedMessages>14</expectedMessages><tests>63</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="request"]"/></xsl:call-template></from><to><xsl:call-template name="find-agent"><xsl:with-aram name="message" select="/l:log/l:message[@type="response"]"/></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><sl:template name="message1"><resultSet number="1" type="request" endpoint="PathsEndpoint" binding="Paths" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="1"]/@type="request"">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="1"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11/18/16%3A40%3A00-20%3A00%3A42.html"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11/18/16%3A40%3A00-20%3A00%3A42.html")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet></xsl:template><xsl:template name="message2"><resultSet number="2" type="response" endpoint="PathsEndpoint" binding="Paths" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param ame="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="2"]/@type="response"">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="2"]/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="/l:log/l:message[@number="2"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="2"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref=""><xsl:attribute nae="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="2"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="2"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="2"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="2"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="2"]/l:content/soap12:Envelope/soap12:Body/*[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/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.or/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message3"><resultSet number="3" type="request" endpoint="MixedPathsQueryParamsEndpoint" binding="MixedPathsQueryParams" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="3"]/@type="request"">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="3"]/l:httpHeadrs/l:Method/@rawURI, "datespace/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@rawURI, "datespace/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="3"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet></xsl:template><xsl:template name="message4"><resultSet number="4" type="response" endpoint="MixedPathsQueryParamsEndpoint" binding="MixedPathsQueryParams" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="4"]/@type="response"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="4"]/@type="response"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="4"]/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="/l:log/l:message[@number="4"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:chose></xsl:attribute>/l:log/l:message[@number="4"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="4"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="4"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Body/*[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="4"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message5"><resultSet number="5" type="request" endpoint="AutoQueryParamsEndpoint" binding="AutoQueryParams" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="5"]/@type="request"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/@type="request"</tst><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="contains(/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@rawURI, "datespace.html")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@rawURI, "datespace.html")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet></xsl:template><xsl:template name="message6"><resultSet number="6" type="response" endpoint="AutoQueryParamsEndpoint" binding="AutoQueryParams" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/610/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="6"]/@type="response"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/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="6"]/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="/l:log/l:message[@number="6"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'">passed</xsl:when><xsl:otherwise>failed</xslotherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="6"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="6"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="6"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherise></xsl:choose></xsl:attribute>/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message7"><resultSet number="7" type="request" endpoint="AutoRemainderEndpoint" binding="AutoRemainder" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="7"]/@type="request"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/@tye="request"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="contains(/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11.html?day=18&time=16%3A40%3A00&time=20%3A00%3A42")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11.html?day=18&time=16%3A40%3A00&time=20%3A00%3A42")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet></xsl:template><xsl:template name="message8"><resultSet number="8" type="response" endpoint="AutoRemainderEndpoint" binding="AutoRemainder" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.og/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="8"]/@type="response"">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="8"]/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="/l:log/l:messge[@number="8"]/l:httpHeaders/l:Content-Type/@type='application/soap+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/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="8"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="8"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*[ocal-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/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message9"><resultSet number="9" type="request" endpoint="IgnoreUncidedEndpoint" binding="IgnoreUncited" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="9"]/@type="reuest"">passed</xsl:when><xsl:otherwise>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="9"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?start=16%3A40%3A00")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?start=16%3A40%3A00")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet></xsl:template><xsl:template name="message10"><resultSet number="10" type="response" endpoint="IgnoreUncidedEndpoint" binding="IgnoreUncited" xmlns:m="http//www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="10"]/@type="response"">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="10"]/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><test ref=""><xsl:ttribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="10"]/l:httpHeaders/l:Content-Type/@type='application/soap+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/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="10"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="10"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:essage[@number="10"]/l:content/soap12:Envelope/soap12:Body/*[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/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message11"><resultSet number="11" type="request" endpoint="AdditionalQueryParamsEndpoint" binding="AdditionalQueryParams" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="11"]/@type="request"">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="11"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?timezone=utc&month=11&day=18&time=16%3A40%3A00&time=20%3A00%3A42")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?timezone=utc&month=11&day=18&time=16%3A40%3A00&time=20%3A00%3A42")</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@nmber="11"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet></xsl:template><xsl:template name="message12"><resultSet number="12" type="response" endpoint="AdditionalQueryParamsEndpoint" binding="AdditionalQueryParams" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="12"]/@type="response"">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[@numbe="12"]/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="/l:log/l:message[@number="12"]/l:httpHeaders/l:Content-Type/@type='application/soap+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/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="12"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="12"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xslwhen><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/*[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/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template><xsl:template name="message13"><resultSet number="13" type="request" endpoint="EscapingEndpoint" binding="Escaping" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmloap.org/soap/envelope/"><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="13"]/@type="request"">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="13"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D")">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>contains(/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@rawURI, "datespace/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="13"]/l:httpHeaders/l:ethod/@value='GET'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet></xsl:template><xsl:template name="message14"><resultSet number="14" type="response" endpoint="EscapingEndpoint" binding="Escaping" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><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="14"]/@type="response"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="14"]/@type="response"</tst><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="14"]/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="/l:log/l:message[@number="14"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="14"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="14"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="14"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count/l:log/l:message[@number="14"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="14"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="14"]/l:content/soap12:Envelope/soap12:Body/*[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="14"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></xsl:template></xsl:stylesheet>
\ No newline at end of file
Index: description-xpath-assertions.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/LocationTemplate-1G/description-xpath-assertions.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** description-xpath-assertions.xml 16 Jan 2007 14:40:36 -0000 1.7
--- description-xpath-assertions.xml 18 Jan 2007 15:42:08 -0000 1.8
***************
*** 1,10 ****
<?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/soap" 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>
--- 1,10 ----
<?xml version="1.0" encoding="UTF-8"?>
! <assertionSets xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:l="http://www.w3.org/2002/ws/desc/logs/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://www.w3.org/2006/11/desc/assertions">
<assertionSet messagePosition="1">
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="1" type="request">
<endpoint name="PathsEndpoint"/>
! <binding localName="Paths" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 24,30 ****
<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/soap" 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>
--- 24,30 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="2" type="response">
<endpoint name="PathsEndpoint"/>
! <binding localName="Paths" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 47,53 ****
<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/soap" 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>
--- 47,53 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="3" type="request">
<endpoint name="MixedPathsQueryParamsEndpoint"/>
! <binding localName="MixedPathsQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 67,73 ****
<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/soap" 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>
--- 67,73 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="4" type="response">
<endpoint name="MixedPathsQueryParamsEndpoint"/>
! <binding localName="MixedPathsQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 90,96 ****
<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/soap" 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>
--- 90,96 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="5" type="request">
<endpoint name="AutoQueryParamsEndpoint"/>
! <binding localName="AutoQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 110,116 ****
<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/soap" 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>
--- 110,116 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="6" type="response">
<endpoint name="AutoQueryParamsEndpoint"/>
! <binding localName="AutoQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 133,139 ****
<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/soap" 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>
--- 133,139 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="7" type="request">
<endpoint name="AutoRemainderEndpoint"/>
! <binding localName="AutoRemainder" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 153,159 ****
<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/soap" 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>
--- 153,159 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="8" type="response">
<endpoint name="AutoRemainderEndpoint"/>
! <binding localName="AutoRemainder" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 176,182 ****
<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/soap" 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>
--- 176,182 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="9" type="request">
<endpoint name="IgnoreUncidedEndpoint"/>
! <binding localName="IgnoreUncited" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 196,202 ****
<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/soap" 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>
--- 196,202 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="10" type="response">
<endpoint name="IgnoreUncidedEndpoint"/>
! <binding localName="IgnoreUncited" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 219,225 ****
<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/soap" 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>
--- 219,225 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="11" type="request">
<endpoint name="AdditionalQueryParamsEndpoint"/>
! <binding localName="AdditionalQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 239,245 ****
<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/soap" 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>
--- 239,245 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="12" type="response">
<endpoint name="AdditionalQueryParamsEndpoint"/>
! <binding localName="AdditionalQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 262,268 ****
<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/soap" 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>
--- 262,268 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="13" type="request">
<endpoint name="EscapingEndpoint"/>
! <binding localName="Escaping" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 282,288 ****
<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/soap" 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>
--- 282,288 ----
<message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="14" type="response">
<endpoint name="EscapingEndpoint"/>
! <binding localName="Escaping" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
Index: log-LocationTemplate1G-canon-canon-results.html
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/LocationTemplate-1G/log-LocationTemplate1G-canon-canon-results.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** log-LocationTemplate1G-canon-canon-results.html 17 Jan 2007 06:02:30 -0000 1.7
--- log-LocationTemplate1G-canon-canon-results.html 18 Jan 2007 15:42:08 -0000 1.8
***************
*** 1,3 ****
! <html xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:l="http://www.w3.org/2002/ws/desc/logs/" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
--- 1,3 ----
! <html xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:l="http://www.w3.org/2002/ws/desc/logs/" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
***************
*** 14,19 ****
<body>
<h1>Message exchange test results</h1>
! <p>Generated January 17 2007,
! 1038</p>
<h2>From
Unknown
--- 14,19 ----
<body>
<h1>Message exchange test results</h1>
! <p>Generated January 18 2007,
! 1041</p>
<h2>From
Unknown
Index: log-LocationTemplate1G-canon-canon.descmsg
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/LocationTemplate-1G/log-LocationTemplate1G-canon-canon.descmsg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** log-LocationTemplate1G-canon-canon.descmsg 10 Jan 2007 21:42:38 -0000 1.2
--- log-LocationTemplate1G-canon-canon.descmsg 18 Jan 2007 15:42:08 -0000 1.3
***************
*** 3,7 ****
<log xmlns="http://www.w3.org/2002/ws/desc/logs/">
! <message type="request" number="1" conversation="1" timestamp="2007-01-10T16:13:48.712Z">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
--- 3,7 ----
<log xmlns="http://www.w3.org/2002/ws/desc/logs/">
! <message timestamp="2007-01-10T16:13:48.712Z" conversation="1" number="1" type="request">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
***************
*** 14,26 ****
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action/>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content>
! </content>
</message>
! <message type="response" number="2" conversation="1" timestamp="2007-01-10T16:13:48.900Z">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
--- 14,25 ----
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action></action>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content></content>
</message>
! <message timestamp="2007-01-10T16:13:48.900Z" conversation="1" number="2" type="response">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
***************
*** 35,39 ****
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:result xmlns:ns1="http://example.org/date-space/xsd">http://example.org?year=2006&month=11&day=18&time=16:40:00&time=20:00:42</ns1:result></env:Body></env:Envelope></content>
</message>
! <message type="request" number="3" conversation="2" timestamp="2007-01-10T16:13:49.306Z">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
--- 34,38 ----
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:result xmlns:ns1="http://example.org/date-space/xsd">http://example.org?year=2006&month=11&day=18&time=16:40:00&time=20:00:42</ns1:result></env:Body></env:Envelope></content>
</message>
! <message timestamp="2007-01-10T16:13:49.306Z" conversation="2" number="3" type="request">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
***************
*** 47,59 ****
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action/>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content>
! </content>
</message>
! <message type="response" number="4" conversation="2" timestamp="2007-01-10T16:13:49.415Z">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
--- 46,57 ----
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action></action>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content></content>
</message>
! <message timestamp="2007-01-10T16:13:49.415Z" conversation="2" number="4" type="response">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
***************
*** 68,72 ****
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:result xmlns:ns1="http://example.org/date-space/xsd">http://example.org?year=2006&month=11&day=18&time=16:40:00&time=20:00:42</ns1:result></env:Body></env:Envelope></content>
</message>
! <message type="request" number="5" conversation="3" timestamp="2007-01-10T16:13:49.806Z">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
--- 66,70 ----
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:result xmlns:ns1="http://example.org/date-space/xsd">http://example.org?year=2006&month=11&day=18&time=16:40:00&time=20:00:42</ns1:result></env:Body></env:Envelope></content>
</message>
! <message timestamp="2007-01-10T16:13:49.806Z" conversation="3" number="5" type="request">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
***************
*** 80,92 ****
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action/>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content>
! </content>
</message>
! <message type="response" number="6" conversation="3" timestamp="2007-01-10T16:13:49.884Z">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
--- 78,89 ----
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action></action>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content></content>
</message>
! <message timestamp="2007-01-10T16:13:49.884Z" conversation="3" number="6" type="response">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
***************
*** 101,105 ****
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:result xmlns:ns1="http://example.org/date-space/xsd">http://example.org?year=2006&month=11&day=18&time=16:40:00&time=20:00:42</ns1:result></env:Body></env:Envelope></content>
</message>
! <message type="request" number="7" conversation="4" timestamp="2007-01-10T16:13:50.306Z">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
--- 98,102 ----
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:result xmlns:ns1="http://example.org/date-space/xsd">http://example.org?year=2006&month=11&day=18&time=16:40:00&time=20:00:42</ns1:result></env:Body></env:Envelope></content>
</message>
! <message timestamp="2007-01-10T16:13:50.306Z" conversation="4" number="7" type="request">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
***************
*** 115,127 ****
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action/>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content>
! </content>
</message>
! <message type="response" number="8" conversation="4" timestamp="2007-01-10T16:13:50.400Z">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
--- 112,123 ----
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action></action>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content></content>
</message>
! <message timestamp="2007-01-10T16:13:50.400Z" conversation="4" number="8" type="response">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
***************
*** 136,140 ****
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:result xmlns:ns1="http://example.org/date-space/xsd">http://example.org?year=2006&month=11&day=18&time=16:40:00&time=20:00:42</ns1:result></env:Body></env:Envelope></content>
</message>
! <message type="request" number="9" conversation="5" timestamp="2007-01-10T16:13:50.775Z">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
--- 132,136 ----
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:result xmlns:ns1="http://example.org/date-space/xsd">http://example.org?year=2006&month=11&day=18&time=16:40:00&time=20:00:42</ns1:result></env:Body></env:Envelope></content>
</message>
! <message timestamp="2007-01-10T16:13:50.775Z" conversation="5" number="9" type="request">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
***************
*** 148,160 ****
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action/>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content>
! </content>
</message>
! <message type="response" number="10" conversation="5" timestamp="2007-01-10T16:13:50.853Z">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
--- 144,155 ----
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action></action>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content></content>
</message>
! <message timestamp="2007-01-10T16:13:50.853Z" conversation="5" number="10" type="response">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
***************
*** 170,174 ****
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"><SOAP-ENV:Fault><SOAP-ENV:Code><SOAP-ENV:Value>SOAP-ENV:Receiver</SOAP-ENV:Value></SOAP-ENV:Code><SOAP-ENV:Reason xml:lang="en">request not implemented</SOAP-ENV:Reason></SOAP-ENV:Fault></env:Body></env:Envelope></content>
</message>
! <message type="request" number="11" conversation="6" timestamp="2007-01-10T16:13:52.087Z">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
--- 165,169 ----
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"><SOAP-ENV:Fault><SOAP-ENV:Code><SOAP-ENV:Value>SOAP-ENV:Receiver</SOAP-ENV:Value></SOAP-ENV:Code><SOAP-ENV:Reason xml:lang="en">request not implemented</SOAP-ENV:Reason></SOAP-ENV:Fault></env:Body></env:Envelope></content>
</message>
! <message timestamp="2007-01-10T16:13:52.087Z" conversation="6" number="11" type="request">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
***************
*** 186,198 ****
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action/>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content>
! </content>
</message>
! <message type="response" number="12" conversation="6" timestamp="2007-01-10T16:13:52.197Z">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
--- 181,192 ----
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action></action>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content></content>
</message>
! <message timestamp="2007-01-10T16:13:52.197Z" conversation="6" number="12" type="response">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
***************
*** 207,211 ****
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:result xmlns:ns1="http://example.org/date-space/xsd">http://example.org?year=2006&month=11&day=18&time=16:40:00&time=20:00:42</ns1:result></env:Body></env:Envelope></content>
</message>
! <message type="request" number="13" conversation="7" timestamp="2007-01-10T16:13:52.572Z">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
--- 201,205 ----
<content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:result xmlns:ns1="http://example.org/date-space/xsd">http://example.org?year=2006&month=11&day=18&time=16:40:00&time=20:00:42</ns1:result></env:Body></env:Envelope></content>
</message>
! <message timestamp="2007-01-10T16:13:52.572Z" conversation="7" number="13" type="request">
<senderHostAndPort>localhost:81</senderHostAndPort>
<receiverHostAndPort>aldabra.crf.canon.fr:80</receiverHostAndPort>
***************
*** 219,231 ****
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action/>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content>
! </content>
</message>
! <message type="response" number="14" conversation="7" timestamp="2007-01-10T16:13:52.665Z">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
--- 213,224 ----
<Accept>*/*</Accept>
<Content-Type type="application/soap+xml">
! <action></action>
</Content-Type>
<Content-Length>0</Content-Length>
</httpHeaders>
! <content></content>
</message>
! <message timestamp="2007-01-10T16:13:52.665Z" conversation="7" number="14" type="response">
<senderHostAndPort>aldabra.crf.canon.fr:80</senderHostAndPort>
<receiverHostAndPort>localhost:81</receiverHostAndPort>
Index: log-LocationTemplate1G-canon-canon-output.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/LocationTemplate-1G/log-LocationTemplate1G-canon-canon-output.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** log-LocationTemplate1G-canon-canon-output.xml 17 Jan 2007 06:02:30 -0000 1.7
--- log-LocationTemplate1G-canon-canon-output.xml 18 Jan 2007 15:42:08 -0000 1.8
***************
*** 1,2 ****
! <?xml version="1.0" encoding="UTF-8"?>
! <resultSets xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:l="http://www.w3.org/2002/ws/desc/logs/" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><head><messages>14</messages><expectedMessages>14</expectedMessages><tests>63</tests><tstamp>2007-01-10T16:13:48.712Z</tstamp><generated>January 17 2007</generated><from>Unknown</from><to>Apache/2.0.54 (Win32)</to></head><resultSet number="1" type="request" endpoint="PathsEndpoint" binding="Paths" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="1"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11/18/16%3A40%3A00-20%3A00%3A42.html")</test><test ref="" result="passed">/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resutSet number="2" type="response" endpoint="PathsEndpoint" binding="Paths" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="2"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="2"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="2"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="2"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="2"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="2"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="3" type="request" endpoint="MixedPathsQueryParamsEndpoint" binding="MixedPathsQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="3"]/@type="request"</tet><test ref="" result="passed">contains(/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42")</test><test ref="" result="passed">/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="4" type="response" endpoint="MixedPathsQueryParamsEndpoint" binding="MixedPathsQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="4"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="4"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="4"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="4"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="4"]/l:content/soap12:Envelpe/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="5" type="request" endpoint="AutoQueryParamsEndpoint" binding="AutoQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="5"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@rawURI, "datespace.html")</test><test ref="" result="passed">/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="6" type="response" endpoint="AutoQueryParamsEndpoint" binding="AutoQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="6"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="6"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="6"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:lg/l:message[@number="6"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="7" type="request" endpoint="AutoRemainderEndpoint" binding="AutoRemainder" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="7"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11.html?day=18&time=16%3A40%3A00&time=20%3A00%3A42")</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="8" type="response" endpoint="AutoRemainderEndpoint" binding="AutoRemainder" implementation="Unknown"><test ref="" result="passed">/l:log/l:mssage[@number="8"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="8"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="8"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="8"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="9" type="request" endpoint="IgnoreUncidedEndpoint" binding="IgnoreUncited" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="9"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?start=16%3A40%3A00")</test><tet ref="" result="passed">/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="10" type="response" endpoint="IgnoreUncidedEndpoint" binding="IgnoreUncited" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="10"]/@type="response"</test><test ref="" result="failed">/l:log/l:message[@number="10"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="10"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="10"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="failed">/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="11" type="request" endpoint="AdditionalQueryParamsEndpoit" binding="AdditionalQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="11"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?timezone=utc&month=11&day=18&time=16%3A40%3A00&time=20%3A00%3A42")</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="12" type="response" endpoint="AdditionalQueryParamsEndpoint" binding="AdditionalQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="12"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:content/soap12:Envelope</test><test ref="" esult="passed">count(/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="13" type="request" endpoint="EscapingEndpoint" binding="Escaping" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="13"]/@type="request"</test><test ref="" result="failed">contains(/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D")</test><test ref="" result="passed">/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="14" type="response" endpoint="EscapingEndpoint" binding="Escaping" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="14"]/@type="response"</test><test ref="" result="failed">/l:log/l:message[@number="14]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="14"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="14"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="14"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="failed">/l:log/l:message[@number="14"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></resultSets>
\ No newline at end of file
--- 1 ----
! <?xml version="1.0" encoding="UTF-8"?><resultSets xmlns:m="http://www.w3.org/2006/11/desc/messages" xmlns:a="http://www.w3.org/2006/11/desc/assertions" xmlns:l="http://www.w3.org/2002/ws/desc/logs/" xmlns:module="http://www.w3.org/2002/ws/desc/6/10/test-module" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"><head><messages>14</messages><expectedMessages>14</expectedMessages><tests>63</tests><tstamp>2007-01-10T16:13:48.712Z</tstamp><generated>January 18 2007</generated><from>Unknown</from><to>Apache/2.0.54 (Win32)</to></head><resultSet number="1" type="request" endpoint="PathsEndpoint" binding="Paths" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="1"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11/18/16%3A40%3A00-20%3A00%3A42.html")</test><test ref="" result="passed">/l:log/l:message[@number="1"]/l:httpHeaders/l:Metho/@value='GET'</test></resultSet><resultSet number="2" type="response" endpoint="PathsEndpoint" binding="Paths" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="2"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="2"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="2"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="2"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="2"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="2"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="3" type="request" endpoint="MixedPathsQueryParamsEndpoint" binding="MixedPathsQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:mesage[@number="3"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42")</test><test ref="" result="passed">/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="4" type="response" endpoint="MixedPathsQueryParamsEndpoint" binding="MixedPathsQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="4"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="4"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="4"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="4"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:messae[@number="4"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="5" type="request" endpoint="AutoQueryParamsEndpoint" binding="AutoQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="5"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@rawURI, "datespace.html")</test><test ref="" result="passed">/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="6" type="response" endpoint="AutoQueryParamsEndpoint" binding="AutoQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="6"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="6"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="6"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</est><test ref="" result="passed">/l:log/l:message[@number="6"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="7" type="request" endpoint="AutoRemainderEndpoint" binding="AutoRemainder" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="7"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006/11.html?day=18&time=16%3A40%3A00&time=20%3A00%3A42")</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="8" type="response" endpoint="AutoRemainderEndpoint" binding="AutoRemainder" implementation="Unknown"><est ref="" result="passed">/l:log/l:message[@number="8"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="8"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="8"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="8"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="8"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="9" type="request" endpoint="IgnoreUncidedEndpoint" binding="IgnoreUncited" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="9"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@rawURI, "datespace/206.html?start=16%3A40%3A00")</test><test ref="" result="passed">/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="10" type="response" endpoint="IgnoreUncidedEndpoint" binding="IgnoreUncited" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="10"]/@type="response"</test><test ref="" result="failed">/l:log/l:message[@number="10"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="10"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="10"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="failed">/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="11" type="request"endpoint="AdditionalQueryParamsEndpoint" binding="AdditionalQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="11"]/@type="request"</test><test ref="" result="passed">contains(/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?timezone=utc&month=11&day=18&time=16%3A40%3A00&time=20%3A00%3A42")</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="12" type="response" endpoint="AdditionalQueryParamsEndpoint" binding="AdditionalQueryParams" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="12"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:contet/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet><resultSet number="13" type="request" endpoint="EscapingEndpoint" binding="Escaping" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="13"]/@type="request"</test><test ref="" result="failed">contains(/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@rawURI, "datespace/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D")</test><test ref="" result="passed">/l:log/l:message[@number="13"]/l:httpHeaders/l:Method/@value='GET'</test></resultSet><resultSet number="14" type="response" endpoint="EscapingEndpoint" binding="Escaping" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="14"]/@type="response"</test><test ref="" result"failed">/l:log/l:message[@number="14"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@number="14"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="14"]/l:content/soap12:Envelope</test><test ref="" result="passed">count(/l:log/l:message[@number="14"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="failed">/l:log/l:message[@number="14"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='result' and namespace-uri()='http://example.org/date-space/xsd']</test></resultSet></resultSets>
\ No newline at end of file
Index: description-message-properties.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/LocationTemplate-1G/description-message-properties.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** description-message-properties.xml 16 Jan 2007 14:40:36 -0000 1.7
--- description-message-properties.xml 18 Jan 2007 15:42:08 -0000 1.8
***************
*** 3,9 ****
<message messagePosition="1" type="request">
<endpoint name="PathsEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 3,9 ----
<message messagePosition="1" type="request">
<endpoint name="PathsEndpoint"/>
! <binding localName="Paths" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 18,24 ****
<message messagePosition="2" type="response">
<endpoint name="PathsEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 18,24 ----
<message messagePosition="2" type="response">
<endpoint name="PathsEndpoint"/>
! <binding localName="Paths" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 33,39 ****
<message messagePosition="3" type="request">
<endpoint name="MixedPathsQueryParamsEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 33,39 ----
<message messagePosition="3" type="request">
<endpoint name="MixedPathsQueryParamsEndpoint"/>
! <binding localName="MixedPathsQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 48,54 ****
<message messagePosition="4" type="response">
<endpoint name="MixedPathsQueryParamsEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 48,54 ----
<message messagePosition="4" type="response">
<endpoint name="MixedPathsQueryParamsEndpoint"/>
! <binding localName="MixedPathsQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 63,69 ****
<message messagePosition="5" type="request">
<endpoint name="AutoQueryParamsEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 63,69 ----
<message messagePosition="5" type="request">
<endpoint name="AutoQueryParamsEndpoint"/>
! <binding localName="AutoQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 78,84 ****
<message messagePosition="6" type="response">
<endpoint name="AutoQueryParamsEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 78,84 ----
<message messagePosition="6" type="response">
<endpoint name="AutoQueryParamsEndpoint"/>
! <binding localName="AutoQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 93,99 ****
<message messagePosition="7" type="request">
<endpoint name="AutoRemainderEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 93,99 ----
<message messagePosition="7" type="request">
<endpoint name="AutoRemainderEndpoint"/>
! <binding localName="AutoRemainder" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 108,114 ****
<message messagePosition="8" type="response">
<endpoint name="AutoRemainderEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 108,114 ----
<message messagePosition="8" type="response">
<endpoint name="AutoRemainderEndpoint"/>
! <binding localName="AutoRemainder" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 123,129 ****
<message messagePosition="9" type="request">
<endpoint name="IgnoreUncidedEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 123,129 ----
<message messagePosition="9" type="request">
<endpoint name="IgnoreUncidedEndpoint"/>
! <binding localName="IgnoreUncited" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 138,144 ****
<message messagePosition="10" type="response">
<endpoint name="IgnoreUncidedEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 138,144 ----
<message messagePosition="10" type="response">
<endpoint name="IgnoreUncidedEndpoint"/>
! <binding localName="IgnoreUncited" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 153,159 ****
<message messagePosition="11" type="request">
<endpoint name="AdditionalQueryParamsEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 153,159 ----
<message messagePosition="11" type="request">
<endpoint name="AdditionalQueryParamsEndpoint"/>
! <binding localName="AdditionalQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 168,174 ****
<message messagePosition="12" type="response">
<endpoint name="AdditionalQueryParamsEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 168,174 ----
<message messagePosition="12" type="response">
<endpoint name="AdditionalQueryParamsEndpoint"/>
! <binding localName="AdditionalQueryParams" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 183,189 ****
<message messagePosition="13" type="request">
<endpoint name="EscapingEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 183,189 ----
<message messagePosition="13" type="request">
<endpoint name="EscapingEndpoint"/>
! <binding localName="Escaping" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
***************
*** 198,204 ****
<message messagePosition="14" type="response">
<endpoint name="EscapingEndpoint"/>
! <binding type="http://www.w3.org/2006/01/wsdl/soap" 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>
--- 198,204 ----
<message messagePosition="14" type="response">
<endpoint name="EscapingEndpoint"/>
! <binding localName="Escaping" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/>
! <interface localName="ProbeSpace" namespace="http://example.org/message-test"/>
! <operation localName="constructReference" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/>
<address>http://example.org/</address>
<style>http://www.w3.org/2006/01/wsdl/style/iri</style>
Received on Thursday, 18 January 2007 15:43:30 UTC