2002/ws/desc/test-suite/results/wsdl-xslt wsdl-component-model.xslt,1.20,1.21

Update of /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt
In directory hutz:/tmp/cvs-serv26809/test-suite/results/wsdl-xslt

Modified Files:
	wsdl-component-model.xslt 
Log Message:
Fixed httpTransferCoding for soap binding.

Index: wsdl-component-model.xslt
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/wsdl-component-model.xslt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C 2 -d -r1.20 -r1.21
*** wsdl-component-model.xslt	18 Nov 2006 00:52:48 -0000	1.20
--- wsdl-component-model.xslt	18 Nov 2006 01:27:29 -0000	1.21
***************
*** 679,682 ****
--- 679,687 ----
                  <soapcm:soapBindingMessageReferenceExtension>
                      <xsl:call-template name="http-headers"/>
+                     <xsl:if test="@whttp:transferCoding">
+                         <httpcm:httpTransferCoding>
+                             <xsl:value-of select="@whttp:transferCoding"/>
+                         </httpcm:httpTransferCoding>
+                     </xsl:if>
                      <xsl:call-template name="soap-module"/>
                      <xsl:call-template name="soap-headers"/>

Received on Saturday, 18 November 2006 01:27:41 UTC