- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Jan 2007 00:01:37 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results-messages/MessageTest-5G In directory hutz:/tmp/cvs-serv31515/test-suite/results-messages/MessageTest-5G Modified Files: log-MessageTest5G-CC-20070108-results.html log-MessageTest5G-CC-20070108-output.xml description-generate-report-xml.xsl log-MessageTest5G-CC-20070108.descmsg description-message-properties.xml description-xpath-assertions.xml description-generate-report-html.xsl Log Message: Added {http location} support - now assertions go through httpLocationsTable.xml for replacement of URLs with the post-template-resolution value. Index: description-generate-report-xml.xsl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/MessageTest-5G/description-generate-report-xml.xsl,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** description-generate-report-xml.xsl 8 Jan 2007 21:01:45 -0000 1.3 --- description-generate-report-xml.xsl 9 Jan 2007 00:01:35 -0000 1.4 *************** *** 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>12</expectedMessages><tests>82</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"/></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><xsl:template name="message1"><resultSet binding="SimpleEchoSOAPBindingMU" ndpoint="SOAPHeaderMustUnderstand" 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="/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="1"]/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="1"]/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="1"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="1"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Headr/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="1"]/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="1"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']">passed/xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message2"><resultSet binding="SimpleEchoSOAPBindingMU" endpoint="SOAPHeaderMustUnderstand" 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</xs: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: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()='echoStringReturn' and namespace-uri()='http://example.org/message-test/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()='echoStringReturn' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message3"><resultSet binding="SimpleEchoSOAPBindingMU" endpoint="SOAPHeaderMustUnderstand" 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:otherise>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="/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="3"]/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="3"]/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="3"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:content/soap1:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="3"]/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="3"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()'http://example.org/message-test/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message4"><resultSet binding="SimpleEchoSOAPBindingMU" endpoint="SOAPHeaderMustUnderstand" type="response" number="4"><xsl:attribute name="implementation"><xsl:call-template name="find-agent"><xsl:with-param name="message" select="."/></xsl:call-template></xsl:attribute><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="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='00'">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="/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" ad namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</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()='echoString2Return' and namespace-uri()='http://example.org/message-test/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()='echoString2Return' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message5"><resultSet binding="SimpleEchoSOAPBindingMU" endpoint="SOAPHeaderMustUnderstand" 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="/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:htpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="5"]/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="5"]/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="5"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="5"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number"5"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="5"]/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="5"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="5"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message6"><resultSet bindig="SimpleEchoSOAPBindingMU" endpoint="SOAPHeaderMustUnderstand" 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: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><xslotherwise>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/soap12:Fault">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespae-uri()="http://example.org/message-test/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/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/xsd"]</test></resultSet></xsl:template><xsl:template name="message7"><resultSet binding="SimpleEchoSOAPBinding" endpoint="SOAPHeader" 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</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/@type="request"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7&qut;]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/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="7"]/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="7"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://exampe.org/message-test/action/EchoString"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwise>failed</xslotherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message8"><resultSet binding="SimpleEchoSOAPBinding" endpoint="SOAPHeader" 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=quot;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>/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></xslattribute>/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()='echoStringReturn' and namespace-uri()='http://example.org/message-test/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()='echoStringReturn' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message9"><resultSet binding="SimpleEchoSOAPBinding" endpoint="SOAPHeader" type="reuest" 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="/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="9"]/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"9"]/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="9"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*)=1">passed</xsl:when><xsl:otherwie>failed</xsl:otherwise></xsl:choose></xsl:attribute>count(/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message10"><resultSet binding="SimpleEchoSOAPBinding" endpoint="SOAPHeader" 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=&qut;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: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:othrwise></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="/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</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><xl:when test="/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2Return' and namespace-uri()='http://example.org/message-test/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()='echoString2Return' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message11"><resultSet binding="SimpleEchoSOAPBinding" endpoint="SOAPHeader" 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 ef=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="11"]/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="11"]/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="11"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@numer="11"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="11"]/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="11"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="11"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:othewise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message12"><resultSet binding="SimpleEchoSOAPBinding" endpoint="SOAPHeader" 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:Content-Type/@type='application/soap+xml'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:atribute>/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="12"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soa12:Body/soap12:Fault</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/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/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/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>12</expectedMessages><tests>82</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"/></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><xsl:template name="message1"><resultSet number="1" type="request" endpoint"SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" 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="/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="1"]/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="1"]/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="1"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="1"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number=""]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="1"]/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="1"]/l:content/soap2:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</test></resultSet></xsl:template><xsl:template name="message2"><resultSet number="2" type="response" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" 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:cal-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/oap+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: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()='echoStringReturn' and namespace-uri()='http://example.org/message-test/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/*[loal-name()='echoStringReturn' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message3"><resultSet number="3" type="request" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" 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:whe test="/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="3"]/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="3"]/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="3"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type[@type='applicaion/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="3"]/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="3"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="3"]/l:content/soap12:Enveope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</test></resultSet></xsl:template><xsl:template name="message4"><resultSet number="4" type="response" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" 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="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:coose><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="/l:log/l:message[@number="4"]/l:content/soap12:Enveloe/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</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()='echoString2Return' and namespace-uri()='http://example.org/messae-test/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()='echoString2Return' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message5"><resultSet number="5" type="request" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" 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:othewise>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="/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="5"]/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="5"]/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="5"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:content/soap2:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="5"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="5"]/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="5"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="5"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and amespace-uri()='http://example.org/message-test/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="5"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message6"><resultSet number="6" type="response" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" 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="6"]/@type="respose"">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: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: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/soap12:Fault">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/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/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/xsd"]</test></resultSet></xsl:template>xsl:template name="message7"><resultSet number="7" type="request" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" 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"]/@type="request"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwis></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/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="7"]/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="7"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwse></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="7"]/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="7"]/l:content/soap12:Enelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</test></resultSet></xsl:template><xsl:template name="message8"><resultSet number="8" type="response" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" 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="fin-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>/l:log/l:message[@number="8"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><testref=""><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()='echoStringReturn' and namespace-uri()='http://example.org/message-test/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()='echoStrinReturn' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message9"><resultSet number="9" type="request" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" 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="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="/l:log/l:message[@number=&quo;9"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="9"]/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="9"]/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="9"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http:/example.org/message-test/action/EchoString2"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="9"]/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="9"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='Echotring' and namespace-uri()='http://example.org/message-test']</test></resultSet></xsl:template><xsl:template name="message10"><resultSet number="10" type="response" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" 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=&qot;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="/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</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:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2Return' and namespace-uri()='http://example.org/message-test/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:lg/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2Return' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message11"><resultSet number="11" type="request" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" 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><tes ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='POST'">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='POST'</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="11"]/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="11"]/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="11"]/l:content/soap12:Envelope">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/l:content/soap12:Envelope</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@nmber="11"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="count(/l:log/l:message[@number="11"]/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="11"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="11"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']">passed</xsl:when><xsl:otherwise>failed</xsl:oterwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="11"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet></xsl:template><xsl:template name="message12"><resultSet number="12" type="response" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" 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[@nuber="12"]/@type="response"</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</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:attributename="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault">passed</xsl:when><xsl:otherwise>failed</xsl:otherwise></xsl:choose></xsl:attribute>/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault</test><test ref=""><xsl:attribute name="result"><xsl:choose><xsl:when test="/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/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/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/xsd"]</test></resultSet></xsl:template></xsl:stylesheet> \ No newline at end of file Index: log-MessageTest5G-CC-20070108-results.html =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/MessageTest-5G/log-MessageTest5G-CC-20070108-results.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** log-MessageTest5G-CC-20070108-results.html 8 Jan 2007 21:01:45 -0000 1.1 --- log-MessageTest5G-CC-20070108-results.html 9 Jan 2007 00:01:35 -0000 1.2 *************** *** 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"> *************** *** 15,19 **** <h1>Message exchange test results</h1> <p>Generated January 8 2007, ! 1251</p> <h2>From Unknown --- 15,19 ---- <h1>Message exchange test results</h1> <p>Generated January 8 2007, ! 1547</p> <h2>From Unknown *************** *** 78,90 **** </tr> <tr> ! <td class="passed"> ! <div>OK</div> </td><td> ! <div class="assertion">/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> </table> <p> ! <a href="#message1">view log</a> </p> <hr> --- 78,90 ---- </tr> <tr> ! <td class="failed"> ! <div class="failed">FAILED</div> </td><td> ! <div class="assertion">/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message1">view log</a> </p> <hr> *************** *** 138,142 **** </table> <p> ! <a href="#message2">view log</a> </p> <hr> --- 138,142 ---- </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message2">view log</a> </p> <hr> *************** *** 189,201 **** </tr> <tr> ! <td class="passed"> ! <div>OK</div> </td><td> ! <div class="assertion">/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> </table> <p> ! <a href="#message3">view log</a> </p> <hr> --- 189,201 ---- </tr> <tr> ! <td class="failed"> ! <div class="failed">FAILED</div> </td><td> ! <div class="assertion">/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message3">view log</a> </p> <hr> *************** *** 256,260 **** </table> <p> ! <a href="#message4">view log</a> </p> <hr> --- 256,260 ---- </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message4">view log</a> </p> <hr> *************** *** 315,319 **** </table> <p> ! <a href="#message5">view log</a> </p> <hr> --- 315,319 ---- </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message5">view log</a> </p> <hr> *************** *** 367,371 **** </table> <p> ! <a href="#message6">view log</a> </p> <hr> --- 367,371 ---- </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message6">view log</a> </p> <hr> *************** *** 425,437 **** </tr> <tr> ! <td class="passed"> ! <div>OK</div> </td><td> ! <div class="assertion">/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> </table> <p> ! <a href="#message7">view log</a> </p> <hr> --- 425,437 ---- </tr> <tr> ! <td class="failed"> ! <div class="failed">FAILED</div> </td><td> ! <div class="assertion">/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message7">view log</a> </p> <hr> *************** *** 485,489 **** </table> <p> ! <a href="#message8">view log</a> </p> <hr> --- 485,489 ---- </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message8">view log</a> </p> <hr> *************** *** 536,548 **** </tr> <tr> ! <td class="passed"> ! <div>OK</div> </td><td> ! <div class="assertion">/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> </table> <p> ! <a href="#message9">view log</a> </p> <hr> --- 536,548 ---- </tr> <tr> ! <td class="failed"> ! <div class="failed">FAILED</div> </td><td> ! <div class="assertion">/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message9">view log</a> </p> <hr> *************** *** 603,607 **** </table> <p> ! <a href="#message10">view log</a> </p> <hr> --- 603,607 ---- </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message10">view log</a> </p> <hr> *************** *** 662,666 **** </table> <p> ! <a href="#message11">view log</a> </p> <hr> --- 662,666 ---- </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message11">view log</a> </p> <hr> *************** *** 714,718 **** </table> <p> ! <a href="#message12">view log</a> </p> </div> --- 714,718 ---- </table> <p> ! <a href="log-MessageTest5G-CC-20070108.descmsg#message12">view log</a> </p> </div> Index: log-MessageTest5G-CC-20070108.descmsg =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/MessageTest-5G/log-MessageTest5G-CC-20070108.descmsg,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** log-MessageTest5G-CC-20070108.descmsg 8 Jan 2007 21:01:45 -0000 1.1 --- log-MessageTest5G-CC-20070108.descmsg 9 Jan 2007 00:01:35 -0000 1.2 *************** *** 3,7 **** <log xmlns="http://www.w3.org/2002/ws/desc/logs/"> ! <message type="request" number="1" conversation="1" timestamp="2007-01-08T15:33:39.363Z"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> --- 3,7 ---- <log xmlns="http://www.w3.org/2002/ws/desc/logs/"> ! <message timestamp="2007-01-08T15:33:39.363Z" conversation="1" number="1" type="request"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> *************** *** 23,27 **** <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header><ns1:TestSOAPHeader xmlns:ns1="http://www.w3.org/2002/ws/desc/6/10/test-module"></ns1:TestSOAPHeader></env:Header><env:Body><ns2:echoString xmlns:ns2="http://example.org/message-test/xsd">echo my string!</ns2:echoString></env:Body></env:Envelope></content> </message> ! <message type="response" number="2" conversation="1" timestamp="2007-01-08T15:33:39.659Z"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> --- 23,27 ---- <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header><ns1:TestSOAPHeader xmlns:ns1="http://www.w3.org/2002/ws/desc/6/10/test-module"></ns1:TestSOAPHeader></env:Header><env:Body><ns2:echoString xmlns:ns2="http://example.org/message-test/xsd">echo my string!</ns2:echoString></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:39.659Z" conversation="1" number="2" type="response"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> *************** *** 38,42 **** <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoStringReturn xmlns:ns1="http://example.org/message-test/xsd">echo my string!</ns1:echoStringReturn></env:Body></env:Envelope></content> </message> ! <message type="request" number="3" conversation="2" timestamp="2007-01-08T15:33:41.000Z"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> --- 38,42 ---- <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoStringReturn xmlns:ns1="http://example.org/message-test/xsd">echo my string!</ns1:echoStringReturn></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:41.000Z" conversation="2" number="3" type="request"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> *************** *** 58,62 **** <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoString2 xmlns:ns1="http://example.org/message-test/xsd">echo my string!</ns1:echoString2></env:Body></env:Envelope></content> </message> ! <message type="response" number="4" conversation="2" timestamp="2007-01-08T15:33:41.234Z"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> --- 58,62 ---- <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoString2 xmlns:ns1="http://example.org/message-test/xsd">echo my string!</ns1:echoString2></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:41.234Z" conversation="2" number="4" type="response"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> *************** *** 73,77 **** <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header><ns1:TestSOAPHeader xmlns:ns1="http://www.w3.org/2002/ws/desc/6/10/test-module"></ns1:TestSOAPHeader></env:Header><env:Body><ns2:echoString2Return xmlns:ns2="http://example.org/message-test/xsd">echo my string!</ns2:echoString2Return></env:Body></env:Envelope></content> </message> ! <message type="request" number="5" conversation="3" timestamp="2007-01-08T15:33:42.621Z"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> --- 73,77 ---- <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header><ns1:TestSOAPHeader xmlns:ns1="http://www.w3.org/2002/ws/desc/6/10/test-module"></ns1:TestSOAPHeader></env:Header><env:Body><ns2:echoString2Return xmlns:ns2="http://example.org/message-test/xsd">echo my string!</ns2:echoString2Return></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:42.621Z" conversation="3" number="5" type="request"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> *************** *** 93,97 **** <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoString4 xmlns:ns1="http://example.org/message-test/xsd">echo my string fault!</ns1:echoString4></env:Body></env:Envelope></content> </message> ! <message type="response" number="6" conversation="3" timestamp="2007-01-08T15:33:42.948Z"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> --- 93,97 ---- <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoString4 xmlns:ns1="http://example.org/message-test/xsd">echo my string fault!</ns1:echoString4></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:42.948Z" conversation="3" number="6" type="response"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> *************** *** 107,111 **** <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">my fault!</SOAP-ENV:Reason><SOAP-ENV:Detail><ns1:messageTestSimpleOutFault xmlns:ns1="http://example.org/message-test/xsd">EchoStringOutFault</ns1:messageTestSimpleOutFault></SOAP-ENV:Detail></SOAP-ENV:Fault></env:Body></env:Envelope></content> </message> ! <message type="request" number="7" conversation="4" timestamp="2007-01-08T15:33:46.720Z"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> --- 107,111 ---- <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">my fault!</SOAP-ENV:Reason><SOAP-ENV:Detail><ns1:messageTestSimpleOutFault xmlns:ns1="http://example.org/message-test/xsd">EchoStringOutFault</ns1:messageTestSimpleOutFault></SOAP-ENV:Detail></SOAP-ENV:Fault></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:46.720Z" conversation="4" number="7" type="request"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> *************** *** 127,131 **** <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header><ns1:TestSOAPHeader xmlns:ns1="http://www.w3.org/2002/ws/desc/6/10/test-module"></ns1:TestSOAPHeader></env:Header><env:Body><ns2:echoString xmlns:ns2="http://example.org/message-test/xsd">echo my string!</ns2:echoString></env:Body></env:Envelope></content> </message> ! <message type="response" number="8" conversation="4" timestamp="2007-01-08T15:33:47.047Z"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> --- 127,131 ---- <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header><ns1:TestSOAPHeader xmlns:ns1="http://www.w3.org/2002/ws/desc/6/10/test-module"></ns1:TestSOAPHeader></env:Header><env:Body><ns2:echoString xmlns:ns2="http://example.org/message-test/xsd">echo my string!</ns2:echoString></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:47.047Z" conversation="4" number="8" type="response"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> *************** *** 142,146 **** <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoStringReturn xmlns:ns1="http://example.org/message-test/xsd">echo my string!</ns1:echoStringReturn></env:Body></env:Envelope></content> </message> ! <message type="request" number="9" conversation="5" timestamp="2007-01-08T15:33:47.920Z"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> --- 142,146 ---- <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoStringReturn xmlns:ns1="http://example.org/message-test/xsd">echo my string!</ns1:echoStringReturn></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:47.920Z" conversation="5" number="9" type="request"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> *************** *** 162,166 **** <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoString2 xmlns:ns1="http://example.org/message-test/xsd">echo my string!</ns1:echoString2></env:Body></env:Envelope></content> </message> ! <message type="response" number="10" conversation="5" timestamp="2007-01-08T15:33:48.247Z"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> --- 162,166 ---- <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoString2 xmlns:ns1="http://example.org/message-test/xsd">echo my string!</ns1:echoString2></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:48.247Z" conversation="5" number="10" type="response"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> *************** *** 177,181 **** <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header><ns1:TestSOAPHeader xmlns:ns1="http://www.w3.org/2002/ws/desc/6/10/test-module"></ns1:TestSOAPHeader></env:Header><env:Body><ns2:echoString2Return xmlns:ns2="http://example.org/message-test/xsd">echo my string!</ns2:echoString2Return></env:Body></env:Envelope></content> </message> ! <message type="request" number="11" conversation="6" timestamp="2007-01-08T15:33:49.572Z"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> --- 177,181 ---- <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header><ns1:TestSOAPHeader xmlns:ns1="http://www.w3.org/2002/ws/desc/6/10/test-module"></ns1:TestSOAPHeader></env:Header><env:Body><ns2:echoString2Return xmlns:ns2="http://example.org/message-test/xsd">echo my string!</ns2:echoString2Return></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:49.572Z" conversation="6" number="11" type="request"> <senderHostAndPort>localhost:81</senderHostAndPort> <receiverHostAndPort>ws.crf.canon.fr:80</receiverHostAndPort> *************** *** 197,201 **** <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoString4 xmlns:ns1="http://example.org/message-test/xsd">echo my string fault!</ns1:echoString4></env:Body></env:Envelope></content> </message> ! <message type="response" number="12" conversation="6" timestamp="2007-01-08T15:33:49.821Z"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> --- 197,201 ---- <content><?_xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:echoString4 xmlns:ns1="http://example.org/message-test/xsd">echo my string fault!</ns1:echoString4></env:Body></env:Envelope></content> </message> ! <message timestamp="2007-01-08T15:33:49.821Z" conversation="6" number="12" type="response"> <senderHostAndPort>ws.crf.canon.fr:80</senderHostAndPort> <receiverHostAndPort>localhost:81</receiverHostAndPort> Index: description-xpath-assertions.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/MessageTest-5G/description-xpath-assertions.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** description-xpath-assertions.xml 8 Jan 2007 21:01:45 -0000 1.3 --- description-xpath-assertions.xml 9 Jan 2007 00:01:35 -0000 1.4 *************** *** 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="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 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="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 13,18 **** <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString</soapAction> ! <soapHeader required="true" mustUnderstand="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! <messageContentModel type="#element" localName="echoString" namespace="http://example.org/message-test/xsd"/> </message> <assertion>/l:log/l:message[@number="1"]/@type="request"</assertion> --- 13,18 ---- <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString</soapAction> ! <soapHeader mustUnderstand="true" required="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! <messageContentModel type="#element" localName="MessageTestSimpleOutFault" namespace="http://example.org/message-test"/> </message> <assertion>/l:log/l:message[@number="1"]/@type="request"</assertion> *************** *** 23,34 **** <assertion>/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</assertion> <assertion>count(/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*)=1</assertion> ! <assertion>/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</assertion> </assertionSet> <assertionSet messagePosition="2"> <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="2" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 23,34 ---- <assertion>/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</assertion> <assertion>count(/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*)=1</assertion> ! <assertion>/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</assertion> </assertionSet> <assertionSet messagePosition="2"> <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="2" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 48,54 **** <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="3" type="request"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString2"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 48,54 ---- <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="3" type="request"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString2" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 57,61 **** <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString2</soapAction> ! <messageContentModel type="#element" localName="echoString2" namespace="http://example.org/message-test/xsd"/> </message> <assertion>/l:log/l:message[@number="3"]/@type="request"</assertion> --- 57,61 ---- <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString2</soapAction> ! <messageContentModel type="#element" localName="EchoString" namespace="http://example.org/message-test"/> </message> <assertion>/l:log/l:message[@number="3"]/@type="request"</assertion> *************** *** 65,76 **** <assertion>/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</assertion> <assertion>count(/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*)=1</assertion> ! <assertion>/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</assertion> </assertionSet> <assertionSet messagePosition="4"> <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="4" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString2"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 65,76 ---- <assertion>/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</assertion> <assertion>count(/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*)=1</assertion> ! <assertion>/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</assertion> </assertionSet> <assertionSet messagePosition="4"> <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="4" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString2" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 78,82 **** <soapVersion>1.2</soapVersion> <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> ! <soapHeader required="true" mustUnderstand="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> <messageContentModel type="#element" localName="echoString2Return" namespace="http://example.org/message-test/xsd"/> </message> --- 78,82 ---- <soapVersion>1.2</soapVersion> <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> ! <soapHeader mustUnderstand="true" required="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> <messageContentModel type="#element" localName="echoString2Return" namespace="http://example.org/message-test/xsd"/> </message> *************** *** 92,98 **** <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="5" type="request"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoStringOutFault"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 92,98 ---- <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="5" type="request"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoStringOutFault" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 114,120 **** <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="6" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoStringOutFault"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 114,120 ---- <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="6" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoStringOutFault" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 138,144 **** <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="7" type="request"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 138,144 ---- <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="7" type="request"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> *************** *** 147,152 **** <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString</soapAction> ! <soapHeader required="true" mustUnderstand="false" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! <messageContentModel type="#element" localName="echoString" namespace="http://example.org/message-test/xsd"/> </message> <assertion>/l:log/l:message[@number="7"]/@type="request"</assertion> --- 147,152 ---- <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString</soapAction> ! <soapHeader mustUnderstand="false" required="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! <messageContentModel type="#element" localName="MessageTestSimpleOutFault" namespace="http://example.org/message-test"/> </message> <assertion>/l:log/l:message[@number="7"]/@type="request"</assertion> *************** *** 157,168 **** <assertion>/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</assertion> <assertion>count(/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*)=1</assertion> ! <assertion>/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</assertion> </assertionSet> <assertionSet messagePosition="8"> <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="8" type="response"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 157,168 ---- <assertion>/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</assertion> <assertion>count(/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*)=1</assertion> ! <assertion>/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</assertion> </assertionSet> <assertionSet messagePosition="8"> <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="8" type="response"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> *************** *** 182,188 **** <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="9" type="request"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString2"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 182,188 ---- <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="9" type="request"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString2" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> *************** *** 191,195 **** <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString2</soapAction> ! <messageContentModel type="#element" localName="echoString2" namespace="http://example.org/message-test/xsd"/> </message> <assertion>/l:log/l:message[@number="9"]/@type="request"</assertion> --- 191,195 ---- <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString2</soapAction> ! <messageContentModel type="#element" localName="EchoString" namespace="http://example.org/message-test"/> </message> <assertion>/l:log/l:message[@number="9"]/@type="request"</assertion> *************** *** 199,210 **** <assertion>/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</assertion> <assertion>count(/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*)=1</assertion> ! <assertion>/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</assertion> </assertionSet> <assertionSet messagePosition="10"> <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="10" type="response"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString2"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 199,210 ---- <assertion>/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</assertion> <assertion>count(/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*)=1</assertion> ! <assertion>/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</assertion> </assertionSet> <assertionSet messagePosition="10"> <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="10" type="response"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString2" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> *************** *** 212,216 **** <soapVersion>1.2</soapVersion> <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> ! <soapHeader required="true" mustUnderstand="false" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> <messageContentModel type="#element" localName="echoString2Return" namespace="http://example.org/message-test/xsd"/> </message> --- 212,216 ---- <soapVersion>1.2</soapVersion> <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> ! <soapHeader mustUnderstand="false" required="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> <messageContentModel type="#element" localName="echoString2Return" namespace="http://example.org/message-test/xsd"/> </message> *************** *** 226,232 **** <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="11" type="request"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoStringOutFault"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 226,232 ---- <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="11" type="request"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoStringOutFault" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> *************** *** 248,254 **** <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="12" type="response"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoStringOutFault"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 248,254 ---- <message xmlns="http://www.w3.org/2006/11/desc/messages" messagePosition="12" type="response"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoStringOutFault" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> Index: description-message-properties.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/MessageTest-5G/description-message-properties.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** description-message-properties.xml 8 Jan 2007 21:01:45 -0000 1.3 --- description-message-properties.xml 9 Jan 2007 00:01:35 -0000 1.4 *************** *** 3,9 **** <message messagePosition="1" type="request"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 3,9 ---- <message messagePosition="1" type="request"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 12,23 **** <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString</soapAction> ! <soapHeader required="true" mustUnderstand="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! <messageContentModel type="#element" localName="echoString" namespace="http://example.org/message-test/xsd"/> </message> <message messagePosition="2" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 12,23 ---- <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString</soapAction> ! <soapHeader mustUnderstand="true" required="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! <messageContentModel type="#element" localName="MessageTestSimpleOutFault" namespace="http://example.org/message-test"/> </message> <message messagePosition="2" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 29,35 **** <message messagePosition="3" type="request"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString2"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 29,35 ---- <message messagePosition="3" type="request"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString2" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 38,48 **** <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString2</soapAction> ! <messageContentModel type="#element" localName="echoString2" namespace="http://example.org/message-test/xsd"/> </message> <message messagePosition="4" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString2"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 38,48 ---- <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString2</soapAction> ! <messageContentModel type="#element" localName="EchoString" namespace="http://example.org/message-test"/> </message> <message messagePosition="4" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString2" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 50,61 **** <soapVersion>1.2</soapVersion> <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> ! <soapHeader required="true" mustUnderstand="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> <messageContentModel type="#element" localName="echoString2Return" namespace="http://example.org/message-test/xsd"/> </message> <message messagePosition="5" type="request"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoStringOutFault"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 50,61 ---- <soapVersion>1.2</soapVersion> <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> ! <soapHeader mustUnderstand="true" required="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> <messageContentModel type="#element" localName="echoString2Return" namespace="http://example.org/message-test/xsd"/> </message> <message messagePosition="5" type="request"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoStringOutFault" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 68,74 **** <message messagePosition="6" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBindingMU"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoStringOutFault"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> --- 68,74 ---- <message messagePosition="6" type="response"> <endpoint name="SOAPHeaderMustUnderstand"/> ! <binding localName="SimpleEchoSOAPBindingMU" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoStringOutFault" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-1</address> <httpCookies>false</httpCookies> *************** *** 84,90 **** <message messagePosition="7" type="request"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 84,90 ---- <message messagePosition="7" type="request"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> *************** *** 93,104 **** <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString</soapAction> ! <soapHeader required="true" mustUnderstand="false" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! <messageContentModel type="#element" localName="echoString" namespace="http://example.org/message-test/xsd"/> </message> <message messagePosition="8" type="response"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 93,104 ---- <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString</soapAction> ! <soapHeader mustUnderstand="false" required="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! <messageContentModel type="#element" localName="MessageTestSimpleOutFault" namespace="http://example.org/message-test"/> </message> <message messagePosition="8" type="response"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> *************** *** 110,116 **** <message messagePosition="9" type="request"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString2"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 110,116 ---- <message messagePosition="9" type="request"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString2" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> *************** *** 119,129 **** <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString2</soapAction> ! <messageContentModel type="#element" localName="echoString2" namespace="http://example.org/message-test/xsd"/> </message> <message messagePosition="10" type="response"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoString2"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 119,129 ---- <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> <soapAction>http://example.org/message-test/action/EchoString2</soapAction> ! <messageContentModel type="#element" localName="EchoString" namespace="http://example.org/message-test"/> </message> <message messagePosition="10" type="response"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoString2" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> *************** *** 131,142 **** <soapVersion>1.2</soapVersion> <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> ! <soapHeader required="true" mustUnderstand="false" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> <messageContentModel type="#element" localName="echoString2Return" namespace="http://example.org/message-test/xsd"/> </message> <message messagePosition="11" type="request"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoStringOutFault"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 131,142 ---- <soapVersion>1.2</soapVersion> <soapMep>http://www.w3.org/2003/05/soap/mep/request-response/</soapMep> ! <soapHeader mustUnderstand="false" required="true" localName="TestSOAPHeader" namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/> <messageContentModel type="#element" localName="echoString2Return" namespace="http://example.org/message-test/xsd"/> </message> <message messagePosition="11" type="request"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoStringOutFault" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> *************** *** 149,155 **** <message messagePosition="12" type="response"> <endpoint name="SOAPHeader"/> ! <binding type="http://www.w3.org/2006/01/wsdl/soap" namespace="http://example.org/message-test" localName="SimpleEchoSOAPBinding"/> ! <interface namespace="http://example.org/message-test" localName="SimpleEcho"/> ! <operation mep="http://www.w3.org/2006/01/wsdl/in-out" namespace="http://example.org/message-test" localName="EchoStringOutFault"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> --- 149,155 ---- <message messagePosition="12" type="response"> <endpoint name="SOAPHeader"/> ! <binding localName="SimpleEchoSOAPBinding" namespace="http://example.org/message-test" type="http://www.w3.org/2006/01/wsdl/soap"/> ! <interface localName="SimpleEcho" namespace="http://example.org/message-test"/> ! <operation localName="EchoStringOutFault" namespace="http://example.org/message-test" mep="http://www.w3.org/2006/01/wsdl/in-out"/> <address>http://example.org/MessageTest-5G/endpoint-2</address> <httpCookies>false</httpCookies> Index: description-generate-report-html.xsl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/MessageTest-5G/description-generate-report-html.xsl,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** description-generate-report-html.xsl 8 Jan 2007 21:01:45 -0000 1.3 --- description-generate-report-html.xsl 9 Jan 2007 00:01:35 -0000 1.4 *************** *** 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,79 **** </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoString}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="1"]/@type="request""> --- 63,79 ---- </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoString}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 231,235 **** </xsl:choose> <xsl:choose> ! <xsl:when test="/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']"> <tr> <td class="passed"> --- 231,235 ---- </xsl:choose> <xsl:choose> ! <xsl:when test="/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']"> <tr> <td class="passed"> *************** *** 237,241 **** </td> <td> ! <div class="assertion">/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> --- 237,241 ---- </td> <td> ! <div class="assertion">/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> *************** *** 247,251 **** </td> <td> ! <div class="assertion">/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> --- 247,251 ---- </td> <td> ! <div class="assertion">/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> *************** *** 253,257 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 253,257 ---- </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"> *************** *** 261,277 **** </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoString}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="2"]/@type="response""> --- 261,277 ---- </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoString}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 407,411 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 407,411 ---- </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"> *************** *** 415,431 **** </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoString2}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="3"]/@type="request""> --- 415,431 ---- </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoString2}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 561,565 **** </xsl:choose> <xsl:choose> ! <xsl:when test="/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']"> <tr> <td class="passed"> --- 561,565 ---- </xsl:choose> <xsl:choose> ! <xsl:when test="/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']"> <tr> <td class="passed"> *************** *** 567,571 **** </td> <td> ! <div class="assertion">/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> --- 567,571 ---- </td> <td> ! <div class="assertion">/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> *************** *** 577,581 **** </td> <td> ! <div class="assertion">/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> --- 577,581 ---- </td> <td> ! <div class="assertion">/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> *************** *** 583,587 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 583,587 ---- </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"> *************** *** 591,607 **** </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoString2}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="4"]/@type="response""> --- 591,607 ---- </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoString2}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 759,763 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 759,763 ---- </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"> *************** *** 767,783 **** </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoStringOutFault}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="5"]/@type="request""> --- 767,783 ---- </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoStringOutFault}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 935,939 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 935,939 ---- </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"> *************** *** 943,959 **** </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoStringOutFault}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="6"]/@type="response""> --- 943,959 ---- </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 SOAPHeaderMustUnderstand<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBindingMU}<br/>Operation http://example.org/message-test{EchoStringOutFault}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 1089,1093 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 1089,1093 ---- </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"> *************** *** 1097,1113 **** </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoString}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="7"]/@type="request""> --- 1097,1113 ---- </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoString}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 1265,1269 **** </xsl:choose> <xsl:choose> ! <xsl:when test="/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']"> <tr> <td class="passed"> --- 1265,1269 ---- </xsl:choose> <xsl:choose> ! <xsl:when test="/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']"> <tr> <td class="passed"> *************** *** 1271,1275 **** </td> <td> ! <div class="assertion">/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> --- 1271,1275 ---- </td> <td> ! <div class="assertion">/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> *************** *** 1281,1285 **** </td> <td> ! <div class="assertion">/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> --- 1281,1285 ---- </td> <td> ! <div class="assertion">/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> *************** *** 1287,1291 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 1287,1291 ---- </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"> *************** *** 1295,1311 **** </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoString}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="8"]/@type="response""> --- 1295,1311 ---- </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoString}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 1441,1445 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 1441,1445 ---- </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"> *************** *** 1449,1465 **** </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoString2}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="9"]/@type="request""> --- 1449,1465 ---- </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoString2}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 1595,1599 **** </xsl:choose> <xsl:choose> ! <xsl:when test="/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']"> <tr> <td class="passed"> --- 1595,1599 ---- </xsl:choose> <xsl:choose> ! <xsl:when test="/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']"> <tr> <td class="passed"> *************** *** 1601,1605 **** </td> <td> ! <div class="assertion">/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> --- 1601,1605 ---- </td> <td> ! <div class="assertion">/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> *************** *** 1611,1615 **** </td> <td> ! <div class="assertion">/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</div> </td> </tr> --- 1611,1615 ---- </td> <td> ! <div class="assertion">/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</div> </td> </tr> *************** *** 1617,1621 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 1617,1621 ---- </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"> *************** *** 1625,1641 **** </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoString2}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="10"]/@type="response""> --- 1625,1641 ---- </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoString2}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 1793,1797 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 1793,1797 ---- </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"> *************** *** 1801,1817 **** </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoStringOutFault}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="11"]/@type="request""> --- 1801,1817 ---- </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoStringOutFault}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 1969,1973 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 1969,1973 ---- </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"> *************** *** 1977,1993 **** </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoStringOutFault}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<br/> </p> ! <table cellpadding="0" cell-spacing="0"> <xsl:choose> <xsl:when test="/l:log/l:message[@number="12"]/@type="response""> --- 1977,1993 ---- </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 SOAPHeader<br/>BindingComponent http://example.org/message-test{SimpleEchoSOAPBinding}<br/>Operation http://example.org/message-test{EchoStringOutFault}<br/>WSDL MEP http://www.w3.org/2006/01/wsdl/in-out<br/>SOAP MEP http://www.w3.org/2003/05/soap/mep/request-response/<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""> *************** *** 2123,2127 **** </xsl:choose> </table> ! <p> <a> <xsl:attribute name="href"> --- 2123,2127 ---- </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: log-MessageTest5G-CC-20070108-output.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/MessageTest-5G/log-MessageTest5G-CC-20070108-output.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** log-MessageTest5G-CC-20070108-output.xml 8 Jan 2007 21:01:45 -0000 1.1 --- log-MessageTest5G-CC-20070108-output.xml 9 Jan 2007 00:01:35 -0000 1.2 *************** *** 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>12</messages><expectedMessages>12</expectedMessages><tests>82</tests><tstamp>2007-01-08T15:33:39.363Z</tstamp><generated>January 8 2007</generated><from>Unknown</from><to>Apache/2.0.50 (Win32)</to></head><resultSet number="1" type="request" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="1"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result="passed">/l:log/l:message[@number="1"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passe">/l:log/l:message[@number="1"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="1"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"</test><test ref="" result="failed">/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</test><test ref="" result="passed">count(/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="2" type="response" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="2"]/@type="response"</test><test rf="" 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()='echoStringReturn' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="3" type="request" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="3"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result="passed">/l:log/l:message[@number="3"]/l:httpHeaders/lContent-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="3"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</test><test ref="" result="passed">count(/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="4" type="response" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" 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"]/lhttpHeaders/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="failed">/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</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:Envelope/soap12:Body/*[local-name()='echoString2Return' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="5" type="request" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="5"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="5"]/l:httpHeaders/l:Method/@value='POST'</tst><test ref="" result="passed">/l:log/l:message[@number="5"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="5"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="5"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"</test><test ref="" result="passed">count(/l:log/l:message[@number="5"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="5"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="6" type="response" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" 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:Contet-Type/@type='application/soap+xml'</test><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/soap12:Fault</test><test ref="" result="passed">/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/xsd"]</test></resultSet><resultSet number="7" type="request" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="7"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'/test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</test><test ref="" result="passed">count(/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="8" type="response" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="8"]/@type="response"</test><test ref="" resut="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()='echoStringReturn' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="9" type="request" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="9"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result="passed">/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type/@type='appliation/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="9"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</test><test ref="" result="passed">count(/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="10" type="response" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="10"]/@type="response"</test><test ref="" result="passed">/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='appication/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="10"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</test><test ref="" result="passed">count(/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2Return' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="11" type="request" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="11"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:httpHeadrs/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"</test><test ref="" result="passed">count(/l:log/l:message[@number="11"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="12" type="response" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" 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:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:mssage[@number="12"]/l:content/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/soap12:Fault</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/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>12</messages><expectedMessages>12</expectedMessages><tests>82</tests><tstamp>2007-01-08T15:33:39.363Z</tstamp><generated>January 8 2007</generated><from>Unknown</from><to>Apache/2.0.50 (Win32)</to></head><resultSet number="1" type="request" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="1"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="1"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result="passed">/l:log/l:message[@number="1"]/l:httpHeaders/l:Content-Type/@type='application/soapxml'</test><test ref="" result="passed">/l:log/l:message[@number="1"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="1"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"</test><test ref="" result="failed">/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</test><test ref="" result="passed">count(/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="failed">/l:log/l:message[@number="1"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</test></resultSet><resultSet number="2" type="response" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" implementation="Unknown"><test ref="" result="passed">/l:log/l:mesage[@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()='echoStringReturn' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="3" type="request" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="3"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="3"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result="passd">/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="3"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="3"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</test><test ref="" result="passed">count(/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="failed">/l:log/l:message[@number="3"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</test></resultSet><resultSet number="4" type="response" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" 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="" reslt="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="failed">/l:log/l:message[@number="4"]/l:content/soap12:Envelope/soap12:Header/*[@mustUnderstand="true" and local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</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:Envelope/soap12:Body/*[local-name()='echoString2Return' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="5" type="request" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="5"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number=5"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result="passed">/l:log/l:message[@number="5"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="5"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="5"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"</test><test ref="" result="passed">count(/l:log/l:message[@number="5"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="5"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="6" type="response" endpoint="SOAPHeaderMustUnderstand" binding="SimpleEchoSOAPBindingMU" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="6"]/@type="response"</test><test ref="" result="passed">/l:log/:message[@number="6"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><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/soap12:Fault</test><test ref="" result="passed">/l:log/l:message[@number="6"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/xsd"]</test></resultSet><resultSet number="7" type="request" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="7"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:httpHeadersl:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString"</test><test ref="" result="passed">/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</test><test ref="" result="passed">count(/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="failed">/l:log/l:message[@number="7"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='MessageTestSimpleOutFault' and namespace-uri()='http://example.org/message-test']</test></resultSet><resultSet number="8" type="response" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" implementation="Unknown"><test ref="" result="passed">/l:log/l:messag[@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()='echoStringReturn' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="9" type="request" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="9"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="9"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result="passed">/l:log/l:message@number="9"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="9"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="9"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoString2"</test><test ref="" result="passed">count(/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="failed">/l:log/l:message[@number="9"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='EchoString' and namespace-uri()='http://example.org/message-test']</test></resultSet><resultSet number="10" type="response" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="10"]/@type="response"</test><test ref="" result="passed">/l:log/l:message[@number="10"]/l:httpHeaders/l:StatusCode/@value='200'</test><test ref="" result="passed">/l:log/l:message[@nuber="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">/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Header/*[local-name()="TestSOAPHeader" and namespace-uri()="http://www.w3.org/2002/ws/desc/6/10/test-module"]</test><test ref="" result="passed">count(/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="10"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString2Return' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="11" type="request" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" implementation="Unknown"><test ref="" result="passed">/l:log/l:message[@number="11"]/@type="request"</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:httpHeaders/l:Method/@value='POST'</test><test ref="" result=passed">/l:log/l:message[@number="11"]/l:httpHeaders/l:Content-Type/@type='application/soap+xml'</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:content/soap12:Envelope</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:httpHeaders/l:Content-Type[@type='application/soap+xml']/l:action="http://example.org/message-test/action/EchoStringOutFault"</test><test ref="" result="passed">count(/l:log/l:message[@number="11"]/l:content/soap12:Envelope/soap12:Body/*)=1</test><test ref="" result="passed">/l:log/l:message[@number="11"]/l:content/soap12:Envelope/soap12:Body/*[local-name()='echoString4' and namespace-uri()='http://example.org/message-test/xsd']</test></resultSet><resultSet number="12" type="response" endpoint="SOAPHeader" binding="SimpleEchoSOAPBinding" 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:Content-Type/@type='application/soap+ml'</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:content/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/soap12:Fault</test><test ref="" result="passed">/l:log/l:message[@number="12"]/l:content/soap12:Envelope/soap12:Body/soap12:Fault/soap12:Detail/*[local-name()="messageTestSimpleOutFault" and namespace-uri()="http://example.org/message-test/xsd"]</test></resultSet></resultSets> \ No newline at end of file
Received on Tuesday, 9 January 2007 00:02:18 UTC