2002/ws/desc/test-suite/messages/good/InOut-4G echo.wsdl,1.1,1.2

Update of /sources/public/2002/ws/desc/test-suite/messages/good/InOut-4G
In directory hutz:/tmp/cvs-serv11108/InOut-4G

Modified Files:
	echo.wsdl 
Log Message:
Missing trailing slash in SOAP MEP

Index: echo.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/messages/good/InOut-4G/echo.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** echo.wsdl	11 Jul 2006 03:00:52 -0000	1.1
--- echo.wsdl	23 Oct 2006 19:23:21 -0000	1.2
***************
*** 53,60 ****
  		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
  		<operation
! 			wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response"
  			ref="tns:echoString" />
  		<operation
! 			wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response"
  			ref="tns:echoXML" />
  	</binding>
--- 53,60 ----
  		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
  		<operation
! 			wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
  			ref="tns:echoString" />
  		<operation
! 			wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
  			ref="tns:echoXML" />
  	</binding>

Received on Monday, 23 October 2006 19:23:29 UTC