2002/ws/desc/test-suite/documents/good/LocationTemplate-1G SOAPservice.wsdl,1.3,1.4

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

Modified Files:
	SOAPservice.wsdl 
Log Message:
1)	LocationTemplate-1G.  Removed the “#” characters from the whttp:location on the “Escape” binding.  These aren’t legal at this spot in a URI.  And there isn’t a requirement they be escaped during the templating algorithm, so they aren’t testing anything and preventing the wsdlcm from having a valid anyURI for the {http location} property.
2)	MessageTest-2G.  Augmented each whttp:location attribute to start with the name of the operation.  Without some kind of unique whttp:location, operation dispatch in Axis doesn’t work.  I’ll send a new issue describing the limitations of this shortly.  
3)	MessageTest-3G.  Added whttp:location attributes on each Binding Operation, with a value equal to the operation name.  Because unique whttp:location attributes are needed by Axis2, generic http bindings are not possible, so I added minimally-defined operations to the SafeEchoHTTPBinding.
4) Added Dashboard.html task to the build file.
5) Updated Baselines and regenerated results.

Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-1G/SOAPservice.wsdl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** SOAPservice.wsdl	21 Dec 2006 20:17:11 -0000	1.3
--- SOAPservice.wsdl	2 Jan 2007 18:53:50 -0000	1.4
***************
*** 109,113 ****
      </documentation>
      <operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
!       whttp:location="datespace/{year}.html?passphrase={{4(#^$@!}}4^@*#}}" whttp:ignoreUncited="true"/> 
    </binding>
  
--- 109,113 ----
      </documentation>
      <operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
!       whttp:location="datespace/{year}.html?passphrase={{4(^$@!}}4^@*}}" whttp:ignoreUncited="true"/> 
    </binding>
  

Received on Tuesday, 2 January 2007 18:55:16 UTC