2002/ws/desc/test-suite/documents/good/HTTPBinding-1G Echo.wsdl,1.1,1.2

Update of /sources/public/2002/ws/desc/test-suite/documents/good/HTTPBinding-1G
In directory hutz:/tmp/cvs-serv10080/test-suite/documents/good/HTTPBinding-1G

Modified Files:
	Echo.wsdl 
Log Message:
Fixed case typo in Import-3B.
Renamed http:authentication[Type]Scheme in HTTPBinding-1G.
Removed operation-level soap headers, changed SOAP code to one defined in SOAP 1.2 for MessageTest-1G.

Index: Echo.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/HTTPBinding-1G/Echo.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** Echo.wsdl	1 Jun 2006 01:45:56 -0000	1.1
--- Echo.wsdl	14 Nov 2006 18:36:29 -0000	1.2
***************
*** 37,41 ****
  		<wsdl:documentation>The Echo service.</wsdl:documentation>
  		<wsdl:endpoint name="EchoHTTPEndpoint"
! 			binding="tns:EchoHTTPBinding" whttp:authenticationType="basic"
  			whttp:authenticationRealm="example.org Realm" />
  	</wsdl:service>
--- 37,41 ----
  		<wsdl:documentation>The Echo service.</wsdl:documentation>
  		<wsdl:endpoint name="EchoHTTPEndpoint"
! 			binding="tns:EchoHTTPBinding" whttp:authenticationScheme="basic"
  			whttp:authenticationRealm="example.org Realm" />
  	</wsdl:service>

Received on Tuesday, 14 November 2006 18:36:43 UTC