2002/ws/desc/test-suite/documents/good/MessageTest-2G HTTPservice.wsdl,1.11,1.12

Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G
In directory hutz:/tmp/cvs-serv30289/test-suite/documents/good/MessageTest-2G

Modified Files:
	HTTPservice.wsdl 
Log Message:
Factored the multipart serialization into it's own testcase.

Index: HTTPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G/HTTPservice.wsdl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** HTTPservice.wsdl	16 Jan 2007 12:54:00 -0000	1.11
--- HTTPservice.wsdl	22 Jan 2007 09:15:10 -0000	1.12
***************
*** 134,173 ****
      </operation>
    </binding>
- 
-   <binding name="EchoMultipartHTTPBinding" interface="tns:Echo" type="http://www.w3.org/2006/01/wsdl/http"
-     whttp:queryParameterSeparatorDefault=";">
-     <documentation>
-       This binding tests inputSerialization="multipart/form-data" and 
-       [output|fault]Serialization="application/xml"
-     </documentation>
-     <fault ref="tns:EchoNameFault"/>
-     <operation ref="tns:EchoName" whttp:location="EchoName?first={FirstName};middle={MiddleName};last={LastName}"
-       whttp:ignoreUncited="true"
-       whttp:inputSerialization="multipart/form-data"
-       whttp:outputSerialization="application/xml"
-       whttp:faultSerialization="application/xml">
-       <input />
-       <output />
-       <outfault ref="tns:EchoNameFault" />
-     </operation>
-     <operation ref="tns:EchoNameExpectFault" whttp:location="EchoNameExpectFault"
-       whttp:inputSerialization="multipart/form-data"
-       whttp:outputSerialization="application/xml"
-       whttp:faultSerialization="application/xml">
-       <input />
-       <output />
-       <outfault ref="tns:EchoNameFault" />
-     </operation>
-     <operation ref="tns:Send" whttp:location="Send"
-       whttp:inputSerialization="application/xml">
-       <input />
-     </operation>
-     <operation ref="tns:GuaranteedFault" whttp:location="GuaranteedFault"
-       whttp:inputSerialization="multipart/form-data"
-       whttp:faultSerialization="application/xml">
-       <input />
-       <outfault ref="tns:EchoNameFault" />
-     </operation>
-   </binding>
    
    <service name="MessageTest2GService" interface="tns:Echo">
--- 134,137 ----
***************
*** 177,182 ****
      <endpoint name="MessageTestURLHTTP" binding="tns:EchoURLHTTPBinding"
        address="http://example.org/MessageTest-2G/endpoint-2/"/>
-     <endpoint name="MessageTestMultipartHTTP" binding="tns:EchoMultipartHTTPBinding"
-       address="http://example.org/MessageTest-2G/endpoint-3/"/>
    </service>
  </description>
--- 141,144 ----

Received on Monday, 22 January 2007 09:15:25 UTC