- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Jul 2006 20:40:49 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Multipart-2B In directory hutz:/tmp/cvs-serv25881/test-suite/documents/bad/Multipart-2B Added Files: TestMetadata.xml multipartstyleinonly.wsdl Log Message: Applied patch from Lawrence Mandel: test-suite-styletests.patch mailed 2006-07-11 --- NEW FILE: multipartstyleinonly.wsdl --- <?xml version="1.0" encoding="UTF-8"?> <wsdl:description targetNamespace="http://example.org/" xmlns:wsdl="http://www.w3.org/2006/01/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://example.org/"> <wsdl:documentation> This test shows aN INvalid use of a WSDL 2.0 interface with multipart style and in-only MEP. The interface message reference corresponding to the initial message is not #element. This test violates assertion MultipartStyle-5035. </wsdl:documentation> <wsdl:interface name="myInterface" styleDefault="http://www.w3.org/2006/01/wsdl/style/multipart"> <wsdl:operation name="myOperation" pattern="http://www.w3.org/2006/01/wsdl/in-only"> <wsdl:input messageLabel="In" element="#none" /> </wsdl:operation> </wsdl:interface> </wsdl:description> --- NEW FILE: TestMetadata.xml --- <?xml version="1.0"?> <TestMetadata xmlns="http://www.w3.org/2006/02/wsdl/TestMetadata"> <Identifier> http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/bad/Multipart-2B </Identifier> <Title>Bad Document Multipart-2B</Title> <Purpose></Purpose> <Description></Description> <Status>accepted</Status> <SpecRef></SpecRef> <Preconditions>none</Preconditions> <Inputs> <Input role="root">multipartstyleinonly.wsdl</Input> </Inputs> <ExpectedResults> <Successful>false</Successful> <ViolatesAssertion>MultipartStyle-5035</ViolatesAssertion> </ExpectedResults> <Version>1.0</Version> <Contributor> <Name>Lawrence Mandel</Name> <Affiliation>IBM</Affiliation> <EMail>lmandel@ca.ibm.com</EMail> </Contributor> <Rights>http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</Rights> <Grouping>/documents/bad</Grouping> <SeeAlso><Reference>http://www.w3.org/TR/wsdl20-adjuncts#MultipartStyle-5035</Reference></SeeAlso> </TestMetadata>
Received on Saturday, 29 July 2006 20:41:07 UTC