diff options
Diffstat (limited to 'tests/org.eclipse.wst.wsi.tests/testResources')
111 files changed, 0 insertions, 4587 deletions
diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-1/2012-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-1/2012-1.wsdl deleted file mode 100644 index 0db92bfa3..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-1/2012-1.wsdl +++ /dev/null @@ -1,82 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions name="Name" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> - <wsdl:types> - <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> - <xsd:element name="Report"> - <xsd:complexType> - <xsd:sequence> - <xsd:element ref="tns:Name" /> - <xsd:element ref="tns:Specimen" /> - <xsd:element ref="tns:Lot" /> - </xsd:sequence> - </xsd:complexType> - </xsd:element> - <xsd:element name="SampleList"> - <xsd:complexType> - <xsd:sequence> - <xsd:element maxOccurs="unbounded" minOccurs="1" ref="tns:Report" /> - </xsd:sequence> - </xsd:complexType> - </xsd:element> - <xsd:element name="Count" type="xsd:string" /> - <xsd:element name="LastModified" type="xsd:string" /> - <xsd:element name="Lot" type="xsd:string" /> - <xsd:element name="Name" type="xsd:string" /> - <xsd:element name="Number" type="xsd:string" /> - <xsd:element name="Specimen" type="xsd:string" /> - <xsd:element name="Sample"> - <xsd:complexType> - <xsd:sequence> - <xsd:element ref="tns:SampleName" /> - <xsd:element ref="tns:Count" /> - <xsd:element ref="tns:LastModified" /> - <xsd:element maxOccurs="unbounded" minOccurs="0" ref="tns:SampleProvider" /> - </xsd:sequence> - <xsd:attribute name="id" type="xsd:string" use="optional" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="SampleName" type="xsd:string" /> - <xsd:element name="SampleProvider"> - <xsd:complexType> - <xsd:sequence> - <xsd:element ref="tns:Name" /> - <xsd:element ref="tns:Number" /> - <xsd:element ref="tns:SampleList" /> - </xsd:sequence> - <xsd:attribute name="id" type="xsd:string" use="optional" /> - </xsd:complexType> - </xsd:element> - - - </xsd:schema> - </wsdl:types> - <wsdl:message name="getSampleRequest"> - <wsdl:part name="sampleId" type="xsd:string"></wsdl:part> - </wsdl:message> - <wsdl:message name="getSampleResponse"> - <wsdl:part name="report" element="tns:Sample"></wsdl:part> - </wsdl:message> - <wsdl:portType name="SamplePortType"> - <wsdl:operation name="getSample"> - <wsdl:input message="tns:getSampleRequest"></wsdl:input> - <wsdl:output message="tns:getSampleResponse"></wsdl:output> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="SampleBinding" type="tns:SamplePortType"> - <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> - <wsdl:operation name="getSample"> - <soap:operation soapAction="http://tempuri.org/getSample" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="SampleService"> - <wsdl:port name="SamplePort" binding="tns:SampleBinding"> - <soap:address location="http://tempuri.org/" /> - </wsdl:port> - </wsdl:service> -</wsdl:definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-1/testcase.xml deleted file mode 100644 index 119b7b08a..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-1/testcase.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2012-1"> - <description> - This is an example of a non-conformant wsdl that fails test assertion BP2012. - </description> - <expectedFailures> - <assertion id="BP2012" tadID="SSBP10"/> - <assertion id="BP2012" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-2/2012-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-2/2012-2.wsdl deleted file mode 100644 index 916108068..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-2/2012-2.wsdl +++ /dev/null @@ -1,109 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="intf:PhoneNumber"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-2/testcase.xml deleted file mode 100644 index ee8ad5c0d..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2012-2/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2012-2"> - <description> - This is an example of a non-conformant wsdl that fails test assertion BP2012. - - </description> - <expectedFailures> - <assertion id="BP2012" tadID="SSBP10"/> - <assertion id="BP2012" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2013-1/2013-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2013-1/2013-1.wsdl deleted file mode 100644 index a59124ef5..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2013-1/2013-1.wsdl +++ /dev/null @@ -1,99 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2013-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2013-1/testcase.xml deleted file mode 100644 index 1c388d77a..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2013-1/testcase.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2013-1"> - <description> - This is an example of a conformant wsdl used in the WS-I - interoperability demo. - </description> - <expectedFailures> - <assertion id="BP2013" tadID="SSBP10"/> - <assertion id="BP2013" tadID="AP10"/> - <assertion id="BP2112" tadID="SSBP10"/> - <assertion id="BP2112" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-1/2014-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-1/2014-1.wsdl deleted file mode 100644 index b6002580e..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-1/2014-1.wsdl +++ /dev/null @@ -1,42 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - - <message name="echoStringIn"> - <part name="parameters" type="s:string"/> - </message> - <message name="echoStringOut"> - <part name="parameters" type="s:string" /> - <part name="parameters1" type="s:string"/> - <part name="parameters2" type="s:string"/> - </message> - <portType name="EchoPortType"> - <operation name="echoString" parameterOrder="parameters parameters1 parameters2"> - <input message="s0:echoStringIn" /> - <output message="s0:echoStringOut" /> - </operation> - </portType> - <binding name="EchoBinding" type="s0:EchoPortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> - <operation name="echoString"> - <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" /> - <input> - <soap:body use="literal" namespace="htp://org.org"/> - </input> - <output> - <soap:body use="literal" namespace="htp://org.org" /> - </output> - </operation> - </binding> - <service name="EchoService"> - <port name="EchoPort" binding="s0:EchoBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-1/testcase.xml deleted file mode 100644 index d6675f962..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-1/testcase.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2014-1"> - <description> - This is an example of a conformant wsdl containing a wsdl:operation - with a parameterOrder attribute. - </description> - <expectedFailures/> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/2014-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/2014-2.wsdl deleted file mode 100644 index 0653069b4..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/2014-2.wsdl +++ /dev/null @@ -1,42 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - - <message name="echoStringIn"> - <part name="parameters" type="s:string"/> - </message> - <message name="echoStringOut"> - <part name="parameters" type="s:string" /> - <part name="parameters1" type="s:string"/> - <part name="parameters2" type="s:string"/> - </message> - <portType name="EchoPortType"> - <operation name="echoString" parameterOrder="parameters parameters1"> - <input message="s0:echoStringIn" /> - <output message="s0:echoStringOut" /> - </operation> - </portType> - <binding name="EchoBinding" type="s0:EchoPortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> - <operation name="echoString"> - <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" /> - <input> - <soap:body use="literal" namespace="htp://org.org"/> - </input> - <output> - <soap:body use="literal" namespace="htp://org.org" /> - </output> - </operation> - </binding> - <service name="EchoService"> - <port name="EchoPort" binding="s0:EchoBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/testcase.xml deleted file mode 100644 index 755b404b6..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/testcase.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2014-2"> - <description> - This is an example of a conformant wsdl containing a wsdl:operation - with a parameterOrder attribute. - </description> - <expectedFailures/> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-3/2014-3.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-3/2014-3.wsdl deleted file mode 100644 index abe792acc..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-3/2014-3.wsdl +++ /dev/null @@ -1,42 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - - <message name="echoStringIn"> - <part name="parameters" type="s:string"/> - </message> - <message name="echoStringOut"> - <part name="parameters" type="s:string" /> - <part name="parameters1" type="s:string"/> - <part name="parameters2" type="s:string"/> - </message> - <portType name="EchoPortType"> - <operation name="echoString" parameterOrder="parameters"> - <input message="s0:echoStringIn" /> - <output message="s0:echoStringOut" /> - </operation> - </portType> - <binding name="EchoBinding" type="s0:EchoPortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> - <operation name="echoString"> - <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" /> - <input> - <soap:body use="literal" namespace="htp://org.org"/> - </input> - <output> - <soap:body use="literal" namespace="htp://org.org" /> - </output> - </operation> - </binding> - <service name="EchoService"> - <port name="EchoPort" binding="s0:EchoBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-3/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-3/testcase.xml deleted file mode 100644 index 3c72c7376..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-3/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2014-1"> - <description> - This is an example of a conformant wsdl containing a wsdl:operation - with a parameterOrder attribute. - </description> - <expectedFailures> - <assertion id="BP2014" tadID="SSBP10"/> - <assertion id="BP2014" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-1/2017-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-1/2017-1.wsdl deleted file mode 100644 index 76c5d756c..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-1/2017-1.wsdl +++ /dev/null @@ -1,105 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation style="document" soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation style="rpc" soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-1/testcase.xml deleted file mode 100644 index 65da9404a..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-1/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2017-1"> - <description> - This is an example of a non-conformant wsdl containing - multiple style values within the same binding. - </description> - <expectedFailures> - <assertion id="BP2017" tadID="SSBP10"/> - <assertion id="BP2017" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-2/2017-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-2/2017-2.wsdl deleted file mode 100644 index ab90ed5ce..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-2/2017-2.wsdl +++ /dev/null @@ -1,110 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:portType name="AddressBook2"> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation style="document" soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="AddressBookSoapBinding2" type="intf:AddressBook2"> - <wsdlsoap:binding transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation style="rpc" soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-2/testcase.xml deleted file mode 100644 index d26e30bb7..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2017-2/testcase.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2017-2"> - <description> - This is an example of a conformant wsdl containing - multiple style values but in different bindings. - </description> - <expectedFailures/> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-1/2018-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-1/2018-1.wsdl deleted file mode 100644 index 4f2af9b67..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-1/2018-1.wsdl +++ /dev/null @@ -1,42 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <documentation> - </documentation> - <types/> - <message name="echoStringIn"> - <part name="parameters" type="s:string"/> - </message> - <message name="echoStringOut"> - <part name="parameters" type="s:string" /> - </message> - <portType name="EchoPortType"> - <operation name="echoString" parameterOrder="parameters"> - <input message="s0:echoStringIn" /> - <output message="s0:echoStringOut" /> - </operation> - </portType> - <binding name="EchoBinding" type="s0:EchoPortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> - <operation name="echoString"> - <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" /> - <input> - <soap:body use="literal" namespace="htp://org.org"/> - </input> - <output> - <soap:body use="literal" namespace="htp://org.org" /> - </output> - </operation> - </binding> - <service name="EchoService"> - <port name="EchoPort" binding="s0:EchoBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-1/testcase.xml deleted file mode 100644 index b4f65368d..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-1/testcase.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2018-1"> - <description> - This is an example of a conformant wsdl containing a documentation - element preceding the types element. - </description> - <expectedFailures/> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/2018-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/2018-2.wsdl deleted file mode 100644 index e47b96661..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/2018-2.wsdl +++ /dev/null @@ -1,45 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <documentation> - </documentation> - <import namespace="http://tempuri.org/2018a" location="2018a.wsdl"/> - <import namespace="http://tempuri.org/2018b" location="2018b.wsdl"/> - <types/> - - <message name="echoStringIn"> - <part name="parameters" type="s:string"/> - </message> - <message name="echoStringOut"> - <part name="parameters" type="s:string" /> - </message> - <portType name="EchoPortType"> - <operation name="echoString" parameterOrder="parameters"> - <input message="s0:echoStringIn" /> - <output message="s0:echoStringOut" /> - </operation> - </portType> - <binding name="EchoBinding" type="s0:EchoPortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> - <operation name="echoString"> - <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" /> - <input> - <soap:body use="literal" namespace="htp://org.org"/> - </input> - <output> - <soap:body use="literal" namespace="htp://org.org" /> - </output> - </operation> - </binding> - <service name="EchoService"> - <port name="EchoPort" binding="s0:EchoBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/2018a.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/2018a.wsdl deleted file mode 100644 index 558d96ba5..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/2018a.wsdl +++ /dev/null @@ -1,10 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/2018a" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/2018a" xmlns="http://schemas.xmlsoap.org/wsdl/"> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/2018b.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/2018b.wsdl deleted file mode 100644 index 7432ec41c..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/2018b.wsdl +++ /dev/null @@ -1,10 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/2018b" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/2018b" xmlns="http://schemas.xmlsoap.org/wsdl/"> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/testcase.xml deleted file mode 100644 index 666c545d2..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-2/testcase.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2018-1"> - <description> - This is an example of a conformant wsdl containing a documentation - element and 2 import elements preceding the types element. - </description> - <expectedFailures/> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-3/2018-3.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-3/2018-3.wsdl deleted file mode 100644 index 340d85b5b..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-3/2018-3.wsdl +++ /dev/null @@ -1,42 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <documentation> - </documentation> - <message name="echoStringIn"> - <part name="parameters" type="s:string"/> - </message> - <types/> - <message name="echoStringOut"> - <part name="parameters" type="s:string" /> - </message> - <portType name="EchoPortType"> - <operation name="echoString" parameterOrder="parameters"> - <input message="s0:echoStringIn" /> - <output message="s0:echoStringOut" /> - </operation> - </portType> - <binding name="EchoBinding" type="s0:EchoPortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> - <operation name="echoString"> - <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" /> - <input> - <soap:body use="literal" namespace="htp://org.org"/> - </input> - <output> - <soap:body use="literal" namespace="htp://org.org" /> - </output> - </operation> - </binding> - <service name="EchoService"> - <port name="EchoPort" binding="s0:EchoBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-3/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-3/testcase.xml deleted file mode 100644 index b53464f67..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-3/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2018-3"> - <description> - This is an example of a non conformant wsdl containing a message - element preceding the types element. - </description> - <expectedFailures> - <assertion id="BP2018" tadID="SSBP10"/> - <assertion id="BP2018" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018-4.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018-4.wsdl deleted file mode 100644 index b40589165..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018-4.wsdl +++ /dev/null @@ -1,44 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <documentation> - </documentation> - <import namespace="http://tempuri.org/2018a" location="2018a.wsdl"/> - <import namespace="http://tempuri.org/2018b" location="2018b.wsdl"/> - <message name="echoStringIn"> - <part name="parameters" type="s:string"/> - </message> - <types/> - <message name="echoStringOut"> - <part name="parameters" type="s:string" /> - </message> - <portType name="EchoPortType"> - <operation name="echoString" parameterOrder="parameters"> - <input message="s0:echoStringIn" /> - <output message="s0:echoStringOut" /> - </operation> - </portType> - <binding name="EchoBinding" type="s0:EchoPortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> - <operation name="echoString"> - <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" /> - <input> - <soap:body use="literal" namespace="htp://org.org"/> - </input> - <output> - <soap:body use="literal" namespace="htp://org.org" /> - </output> - </operation> - </binding> - <service name="EchoService"> - <port name="EchoPort" binding="s0:EchoBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018a.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018a.wsdl deleted file mode 100644 index 558d96ba5..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018a.wsdl +++ /dev/null @@ -1,10 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/2018a" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/2018a" xmlns="http://schemas.xmlsoap.org/wsdl/"> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018b.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018b.wsdl deleted file mode 100644 index 7432ec41c..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018b.wsdl +++ /dev/null @@ -1,10 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/2018b" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/2018b" xmlns="http://schemas.xmlsoap.org/wsdl/"> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/testcase.xml deleted file mode 100644 index 853591bf6..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2018-4"> - <description> - This is an example of a non conformant wsdl containing a message - element preceding the types element. - </description> - <expectedFailures> - <assertion id="BP2018" tadID="SSBP10"/> - <assertion id="BP2018" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/2018-5.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/2018-5.wsdl deleted file mode 100644 index 81b9a6304..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/2018-5.wsdl +++ /dev/null @@ -1,13 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <documentation> - </documentation> - <import namespace="http://tempuri.org/2018a" location="2018a.wsdl"/> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/2018a.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/2018a.wsdl deleted file mode 100644 index adaf55ae5..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/2018a.wsdl +++ /dev/null @@ -1,43 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/2018a" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/2018a" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <documentation> - </documentation> - <import namespace="http://tempuri.org/2018b" location="2018b.wsdl"/> - <message name="echoStringIn"> - <part name="parameters" type="s:string"/> - </message> - <types/> - <message name="echoStringOut"> - <part name="parameters" type="s:string" /> - </message> - <portType name="EchoPortType"> - <operation name="echoString" parameterOrder="parameters"> - <input message="s0:echoStringIn" /> - <output message="s0:echoStringOut" /> - </operation> - </portType> - <binding name="EchoBinding" type="s0:EchoPortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> - <operation name="echoString"> - <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" /> - <input> - <soap:body use="literal" namespace="htp://org.org"/> - </input> - <output> - <soap:body use="literal" namespace="htp://org.org" /> - </output> - </operation> - </binding> - <service name="EchoService"> - <port name="EchoPort" binding="s0:EchoBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/2018b.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/2018b.wsdl deleted file mode 100644 index 7432ec41c..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/2018b.wsdl +++ /dev/null @@ -1,10 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/2018b" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/2018b" xmlns="http://schemas.xmlsoap.org/wsdl/"> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/testcase.xml deleted file mode 100644 index 853591bf6..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-5/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2018-4"> - <description> - This is an example of a non conformant wsdl containing a message - element preceding the types element. - </description> - <expectedFailures> - <assertion id="BP2018" tadID="SSBP10"/> - <assertion id="BP2018" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-1/2019-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-1/2019-1.wsdl deleted file mode 100644 index 40752df48..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-1/2019-1.wsdl +++ /dev/null @@ -1,109 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal" namespace="http://tempuri.org/nowhere"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-1/testcase.xml deleted file mode 100644 index 8bad607b2..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-1/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2019-1"> - <description> - This is an example of a non conformant wsdl containing a document literal binding - wih a nampace attribute specified the soapbind:header element. - </description> - <expectedFailures> - <assertion id="BP2019" tadID="SSBP10"/> - <assertion id="BP2019" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-2/2019-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-2/2019-2.wsdl deleted file mode 100644 index ef200e2f6..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-2/2019-2.wsdl +++ /dev/null @@ -1,109 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/nowhere"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-2/testcase.xml deleted file mode 100644 index 5e9ae01f1..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-2/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2019-2"> - <description> - This is an example of a non conformant wsdl containing a document literal binding - wih a nampace attribute specified the soapbind:body element. - </description> - <expectedFailures> - <assertion id="BP2019" tadID="SSBP10"/> - <assertion id="BP2019" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-3/2019-3.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-3/2019-3.wsdl deleted file mode 100644 index 6a6399403..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-3/2019-3.wsdl +++ /dev/null @@ -1,116 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:findAddress" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal" name="f1" namespace="http://tempuri.org/nowhere"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-3/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-3/testcase.xml deleted file mode 100644 index 53ec03db1..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-3/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2019-3"> - <description> - This is an example of a non conformant wsdl containing a document literal binding - wih a nampace attribute specified the soapbind:fault element. - </description> - <expectedFailures> - <assertion id="BP2019" tadID="SSBP10"/> - <assertion id="BP2019" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-4/2019-4.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-4/2019-4.wsdl deleted file mode 100644 index 78281e2ae..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-4/2019-4.wsdl +++ /dev/null @@ -1,117 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:findAddress" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" part="AddressHeader" use="literal" namespace="http://tempuri.org/"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal" name="f1" namespace="http://tempuri.org/nowhere"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-4/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-4/testcase.xml deleted file mode 100644 index 1949a53f3..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2019-4/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2019-4"> - <description> - This is an example of a non conformant wsdl containing a document literal binding - wih a nampace attribute specified the soapbind:headerfault element. - </description> - <expectedFailures> - <assertion id="BP2019" tadID="SSBP10"/> - <assertion id="BP2019" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-1/2020-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-1/2020-1.wsdl deleted file mode 100644 index 0290459ca..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-1/2020-1.wsdl +++ /dev/null @@ -1,97 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-1/testcase.xml deleted file mode 100644 index 6bcccb3d6..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-1/testcase.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2020-1"> - <description> - This is an example of a non conformant wsdl containing a rpc literal binding - wih a nampace attribute missing from a soapbind:body element. - </description> - <expectedFailures> - <assertion id="BP2020" tadID="SSBP10"/> - <assertion id="BP2020" tadID="AP10"/> - </expectedFailures> - -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-2/2020-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-2/2020-2.wsdl deleted file mode 100644 index 93ff63703..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-2/2020-2.wsdl +++ /dev/null @@ -1,97 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="2020.xsd"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-2/testcase.xml deleted file mode 100644 index 09741808d..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2020-2/testcase.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2020-2"> - <description> - This is an example of a non conformant wsdl containing a rpc literal binding - wih a nampace attribute specified in the soapbind:body element that has a - value that is not an absolute URI. - </description> - <expectedFailures> - <assertion id="BP2020" tadID="SSBP10"/> - <assertion id="BP2020" tadID="AP10"/> - </expectedFailures> - -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/2105-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/2105-1.wsdl deleted file mode 100644 index d4415cb49..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/2105-1.wsdl +++ /dev/null @@ -1,45 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <documentation> - </documentation> - <types/> - <import namespace="http://tempuri.org/2105a" location="2105a.wsdl"/> - <import namespace="http://tempuri.org/2105b" location="2105b.wsdl"/> - - <message name="echoStringIn"> - <part name="parameters" type="s:string"/> - </message> - <message name="echoStringOut"> - <part name="parameters" type="s:string" /> - </message> - <portType name="EchoPortType"> - <operation name="echoString" parameterOrder="parameters"> - <input message="s0:echoStringIn" /> - <output message="s0:echoStringOut" /> - </operation> - </portType> - <binding name="EchoBinding" type="s0:EchoPortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> - <operation name="echoString"> - <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" /> - <input> - <soap:body use="literal" namespace="htp://org.org"/> - </input> - <output> - <soap:body use="literal" namespace="htp://org.org" /> - </output> - </operation> - </binding> - <service name="EchoService"> - <port name="EchoPort" binding="s0:EchoBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/2105a.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/2105a.wsdl deleted file mode 100644 index 831e79a53..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/2105a.wsdl +++ /dev/null @@ -1,10 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/2105a" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/2105a" xmlns="http://schemas.xmlsoap.org/wsdl/"> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/2105b.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/2105b.wsdl deleted file mode 100644 index 27079b325..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/2105b.wsdl +++ /dev/null @@ -1,10 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/2105b" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/2105b" xmlns="http://schemas.xmlsoap.org/wsdl/"> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/testcase.xml deleted file mode 100644 index 267fc0b61..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-1/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2105-1"> - <description> - This is an example of a non conformant wsdl containing a types - element preceding the 2 import elements. - </description> - <expectedFailures> - <assertion id="BP2105" tadID="SSBP10"/> - <assertion id="BP2105" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/2105-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/2105-2.wsdl deleted file mode 100644 index d41147f7c..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/2105-2.wsdl +++ /dev/null @@ -1,45 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <documentation> - </documentation> - <import namespace="http://tempuri.org/2105a" location="2105a.wsdl"/> - <types/> - <import namespace="http://tempuri.org/2105b" location="2105b.wsdl"/> - - <message name="echoStringIn"> - <part name="parameters" type="s:string"/> - </message> - <message name="echoStringOut"> - <part name="parameters" type="s:string" /> - </message> - <portType name="EchoPortType"> - <operation name="echoString" parameterOrder="parameters"> - <input message="s0:echoStringIn" /> - <output message="s0:echoStringOut" /> - </operation> - </portType> - <binding name="EchoBinding" type="s0:EchoPortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> - <operation name="echoString"> - <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" /> - <input> - <soap:body use="literal" namespace="htp://org.org"/> - </input> - <output> - <soap:body use="literal" namespace="htp://org.org" /> - </output> - </operation> - </binding> - <service name="EchoService"> - <port name="EchoPort" binding="s0:EchoBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/2105a.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/2105a.wsdl deleted file mode 100644 index 831e79a53..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/2105a.wsdl +++ /dev/null @@ -1,10 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/2105a" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/2105a" xmlns="http://schemas.xmlsoap.org/wsdl/"> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/2105b.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/2105b.wsdl deleted file mode 100644 index 27079b325..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/2105b.wsdl +++ /dev/null @@ -1,10 +0,0 @@ -<definitions - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:s="http://www.w3.org/2001/XMLSchema" - xmlns:s0="http://tempuri.org/2105b" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - targetNamespace="http://tempuri.org/2105b" xmlns="http://schemas.xmlsoap.org/wsdl/"> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/testcase.xml deleted file mode 100644 index 9a599f920..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2105-2/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2105-2"> - <description> - This is an example of a non conformant wsdl containing a types - element between the 2 import elements. - </description> - <expectedFailures> - <assertion id="BP2105" tadID="SSBP10"/> - <assertion id="BP2105" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-1/2117-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-1/2117-1.wsdl deleted file mode 100644 index 6cb8fef79..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-1/2117-1.wsdl +++ /dev/null @@ -1,97 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal" namespace="http://tempuri.org/"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-1/testcase.xml deleted file mode 100644 index 6137ac315..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-1/testcase.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2117-1"> - <description> - This is an example of a non conformant wsdl containing a rpc literal binding - wih a nampace attribute specified the soapbind:fault element. - </description> - <expectedFailures> - <assertion id="BP2117" tadID="SSBP10"/> - <assertion id="BP2117" tadID="AP10"/> - </expectedFailures> - -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-2/2117-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-2/2117-2.wsdl deleted file mode 100644 index 1f822a71d..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-2/2117-2.wsdl +++ /dev/null @@ -1,104 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" type="xsd:string" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal" name="f1" namespace="http://tempuri.org/"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-2/testcase.xml deleted file mode 100644 index 11401e2c9..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-2/testcase.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2117-2"> - <description> - This is an example of a non conformant wsdl containing a rpc literal binding - wih a nampace attribute specified the soapbind:fault element. - </description> - <expectedFailures> - <assertion id="BP2117" tadID="SSBP10"/> - <assertion id="BP2117" tadID="AP10"/> - <assertion id="BP2113" tadID="SSBP10"/> - <assertion id="BP2113" tadID="AP10"/> - </expectedFailures> - -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-3/2117-3.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-3/2117-3.wsdl deleted file mode 100644 index 0288f6026..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-3/2117-3.wsdl +++ /dev/null @@ -1,105 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" type="xsd:string" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" part="AddressHeader" use="literal" namespace="http://tempuri.org/"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal" name="f1"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-3/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-3/testcase.xml deleted file mode 100644 index b7d072e90..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2117-3/testcase.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2117-3"> - <description> - This is an example of a non conformant wsdl containing a rpc literal binding - wih a nampace attribute specified the soapbind:headerfault element. - </description> - <expectedFailures> - <assertion id="BP2117" tadID="SSBP10"/> - <assertion id="BP2117" tadID="AP10"/> - <assertion id="BP2113" tadID="SSBP10"/> - <assertion id="BP2113" tadID="AP10"/> - </expectedFailures> - -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2406-1/2406-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2406-1/2406-1.wsdl deleted file mode 100644 index ae24860a1..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2406-1/2406-1.wsdl +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0"?> -<definitions name="SampleService" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <message name="getSampleRequest"> - <part name="zipcode" type="xsd:string"/> - </message> - <message name="getSampleResponse"> - <part name="return" type="xsd:float"/> - </message> - <portType name="SamplePortType"> - <operation name="getSample"> - <input message="tns:getSampleRequest"/> - <output message="tns:getSampleResponse"/> - </operation> - </portType> - <binding name="SampleBinding" type="tns:SamplePortType"> - <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <operation name="getSample"> - <soap:operation soapAction=""/> - <input> - <soap:body use="encoded" namespace="http://tempuri.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> - </input> - <output> - <soap:body use="encoded" namespace="http://tempuri.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> - </output> - </operation> - </binding> - <service name="SampleService"> - <documentation></documentation> - <port name="SamplePort" binding="tns:SampleBinding"> - <soap:address location="http://tempuri.org/"/> - </port> - </service> -</definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2406-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2406-1/testcase.xml deleted file mode 100644 index 73a287d0f..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2406-1/testcase.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2406-1"> - <description> - This is an example of a non-conformant wsdl that fails test assertion BP2406. - </description> - <expectedFailures> - <assertion id="BP2406" tadID="SSBP10"/> - <assertion id="BP2406" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bugzilla/emptySoapBody/emptySoapBody.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bugzilla/emptySoapBody/emptySoapBody.wsdl deleted file mode 100644 index 402029653..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bugzilla/emptySoapBody/emptySoapBody.wsdl +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://tempuri.org/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <types> - <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> - <s:element name="echoString"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="arg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - </s:schema> - </types> - <message name="setMessageRequest"> - <part name="parameters" element="s0:echoString" /> - </message> - <message name="setMessageResponse"/> - - <portType name="Service1Soap"> - <operation name="setMessage"> - <input message="s0:setMessageRequest" /> - <output message="s0:setMessageResponse" /> - </operation> - </portType> - - <binding name="Service1Soap" type="s0:Service1Soap"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> - <operation name="setMessage"> - <soap:operation soapAction="" style="document" /> - <input> - <soap:body use="literal" /> - </input> - <output> - <soap:body use="literal" /> - </output> - </operation> - </binding> - - <service name="Service1"> - <port name="Service1Soap" binding="s0:Service1Soap"> - <soap:address location="http://localhost/WSIService/Service1.asmx" /> - </port> - </service> -</definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2010-1/2010-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2010-1/2010-1.wsdl deleted file mode 100644 index 8b13da096..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2010-1/2010-1.wsdl +++ /dev/null @@ -1,87 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:service name="AddressBookService"> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2010-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2010-1/testcase.xml deleted file mode 100644 index 359bafcd4..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2010-1/testcase.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2010-1"> - <description> - This is an example of a non-conformant wsdl that fails test assertion BP2010. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2010" tadID="SSBP10"/> - <assertion id="BP2010" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/2011-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/2011-1.wsdl deleted file mode 100644 index c4308cd74..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/2011-1.wsdl +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <import namespace="2011.xsd" schemaLocation="2011.xsd"/> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:service name="AddressBookService"> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/2011.xsd b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/2011.xsd deleted file mode 100644 index 8857f7cf6..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/2011.xsd +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - <schema elementFormDefault="qualified" - targetNamespace="2011.xsd" - xmlns="http://www.w3.org/2001/XMLSchema" - xmlns:apachesoap="http://xml.apache.org/xml-soap" - xmlns:intf="2011-1.xsd" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <import namespace="next.xsd" schemaLocation="next.xsd"/> - </schema>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/next.xsd b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/next.xsd deleted file mode 100644 index 1a684212d..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/next.xsd +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<xs:schema - targetNamespace="next.xsd" - xmlns:xs="http://www.w3.org/2001/XMLSchema" - xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" - elementFormDefault="qualified"> - <xs:annotation> - <xs:documentation> - </xs:documentation> - </xs:annotation> -</xs:schema> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/testcase.xml deleted file mode 100644 index 1fb670c89..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-1/testcase.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2011-1"> - <description> - This is an example of a onformant wsdl. - </description> - <expectedFailures/> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-2/2011-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-2/2011-2.wsdl deleted file mode 100644 index c4308cd74..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-2/2011-2.wsdl +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <import namespace="2011.xsd" schemaLocation="2011.xsd"/> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:service name="AddressBookService"> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-2/2011.xsd b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-2/2011.xsd deleted file mode 100644 index 33216d741..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-2/2011.xsd +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.1" encoding="UTF-8"?> - <schema elementFormDefault="qualified" - targetNamespace="2011.xsd" - xmlns="http://www.w3.org/2001/XMLSchema" - xmlns:apachesoap="http://xml.apache.org/xml-soap" - xmlns:intf="2011-1.xsd" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - </schema>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-2/testcase.xml deleted file mode 100644 index 0fb70d569..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-2/testcase.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2011-2"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2011. - However the prerequisite BP2102 fails before we actually can execute the test assertion. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2102" tadID="SSBP10"/> - <assertion id="BP2122" tadID="SSBP10"/> - <assertion id="BP2202" tadID="SSBP10"/> - <assertion id="BP2102" tadID="AP10"/> - <assertion id="BP2122" tadID="AP10"/> - <assertion id="BP2202" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/2011-3.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/2011-3.wsdl deleted file mode 100644 index c4308cd74..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/2011-3.wsdl +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <import namespace="2011.xsd" schemaLocation="2011.xsd"/> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:service name="AddressBookService"> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/2011.xsd b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/2011.xsd deleted file mode 100644 index 8857f7cf6..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/2011.xsd +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - <schema elementFormDefault="qualified" - targetNamespace="2011.xsd" - xmlns="http://www.w3.org/2001/XMLSchema" - xmlns:apachesoap="http://xml.apache.org/xml-soap" - xmlns:intf="2011-1.xsd" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <import namespace="next.xsd" schemaLocation="next.xsd"/> - </schema>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/next.xsd b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/next.xsd deleted file mode 100644 index 960a77f6b..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/next.xsd +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.1" encoding="utf-8"?> -<xs:schema - targetNamespace="next.xsd" - xmlns:xs="http://www.w3.org/2001/XMLSchema" - xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" - elementFormDefault="qualified"> - <xs:annotation> - <xs:documentation> - </xs:documentation> - </xs:annotation> -</xs:schema> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/testcase.xml deleted file mode 100644 index 5fca1e425..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-3/testcase.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2011-3"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2011. - However the prerequisite BP2102 fails before we actually can execute the test assertion. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2102" tadID="SSBP10"/> - <assertion id="BP2122" tadID="SSBP10"/> - <assertion id="BP2202" tadID="SSBP10"/> - <assertion id="BP2102" tadID="AP10"/> - <assertion id="BP2122" tadID="AP10"/> - <assertion id="BP2202" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-4/2011-4.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-4/2011-4.wsdl deleted file mode 100644 index c4308cd74..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-4/2011-4.wsdl +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <import namespace="2011.xsd" schemaLocation="2011.xsd"/> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:service name="AddressBookService"> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-4/2011.xsd b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-4/2011.xsd deleted file mode 100644 index 12c87bf7f..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-4/2011.xsd +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - <schema elementFormDefault="qualified" - targetNamespace="2011.xsd" - xmlns="http://www.w3.org/2001/XMLSchema" - xmlns:apachesoap="http://xml.apache.org/xml-soap" - xmlns:intf="2011-1.xsd" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <xs:annotation> - </schema>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-4/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-4/testcase.xml deleted file mode 100644 index 926b2a915..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-4/testcase.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2011-4"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2011. - However the prerequisite BP2102 fails before we actually can execute the test assertion. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2102" tadID="SSBP10"/> - <assertion id="BP2122" tadID="SSBP10"/> - <assertion id="BP2102" tadID="AP10"/> - <assertion id="BP2122" tadID="AP10"/> - </expectedFailures> - -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/2011-5.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/2011-5.wsdl deleted file mode 100644 index 3b4583753..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/2011-5.wsdl +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <import namespace="2011-1.xsd" schemaLocation="2011-1.xsd"/> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:service name="AddressBookService"> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/2011.xsd b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/2011.xsd deleted file mode 100644 index 8857f7cf6..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/2011.xsd +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - <schema elementFormDefault="qualified" - targetNamespace="2011.xsd" - xmlns="http://www.w3.org/2001/XMLSchema" - xmlns:apachesoap="http://xml.apache.org/xml-soap" - xmlns:intf="2011-1.xsd" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <import namespace="next.xsd" schemaLocation="next.xsd"/> - </schema>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/next.xsd b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/next.xsd deleted file mode 100644 index 543c45522..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/next.xsd +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<xs:schema - targetNamespace="next.xsd" - xmlns:xs="http://www.w3.org/2001/XMLSchema" - xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" - elementFormDefault="qualified"> - <xs:annotation> -</xs:schema> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/testcase.xml deleted file mode 100644 index a49cb2715..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2011-5/testcase.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2011-5"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2011. - However the prerequisite BP2102 fails before we actually can execute the test assertion. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2102" tadID="SSBP10"/> - <assertion id="BP2122" tadID="SSBP10"/> - <assertion id="BP2202" tadID="SSBP10"/> - <assertion id="BP2102" tadID="AP10"/> - <assertion id="BP2122" tadID="AP10"/> - <assertion id="BP2202" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-1/2021-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-1/2021-1.wsdl deleted file mode 100644 index 5d3684d7c..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-1/2021-1.wsdl +++ /dev/null @@ -1,106 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - <element name="Address" type="string"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:Address" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" parts="AddressHeader" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" part="AddressHeader" use="literal"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal" name="f1"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-1/testcase.xml deleted file mode 100644 index 50667b47b..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-1/testcase.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2021-1"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2021. - Soapbind:header element uses parts attribute. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2021" tadID="SSBP10"/> - <assertion id="BP2021" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-2/2021-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-2/2021-2.wsdl deleted file mode 100644 index 664f5238f..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-2/2021-2.wsdl +++ /dev/null @@ -1,106 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - <element name="Address" type="string"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:Address" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" part="AddressHeader" use="literal"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal" name="f1"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-2/testcase.xml deleted file mode 100644 index 867b6afef..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-2/testcase.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2021-2"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2021. - Soapbind:header element does not have a part attribute. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2021" tadID="SSBP10"/> - <assertion id="BP2021" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-3/2021-3.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-3/2021-3.wsdl deleted file mode 100644 index 1f7cedf49..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-3/2021-3.wsdl +++ /dev/null @@ -1,106 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - <element name="Address" type="string"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:Address" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" use="literal"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal" name="f1"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-3/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-3/testcase.xml deleted file mode 100644 index f9b015f7e..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-3/testcase.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2021-3"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2021. - Soapbind:headerfault element does not have a part attribute. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2021" tadID="SSBP10"/> - <assertion id="BP2021" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-4/2021-4.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-4/2021-4.wsdl deleted file mode 100644 index d44ab7b9c..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-4/2021-4.wsdl +++ /dev/null @@ -1,117 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:findAddress" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" parts="AddressHeader" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" part="AddressHeader" use="literal"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal" name="f1"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-4/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-4/testcase.xml deleted file mode 100644 index 8d5cc4314..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-4/testcase.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2021-4"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2021. - Soapbind:header element uses parts attribute. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2021" tadID="SSBP10"/> - <assertion id="BP2021" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-5/2021-5.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-5/2021-5.wsdl deleted file mode 100644 index 7b5d7f35d..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-5/2021-5.wsdl +++ /dev/null @@ -1,117 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:findAddress" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" part="AddressHeader" use="literal"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal" name="f1"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-5/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-5/testcase.xml deleted file mode 100644 index f7c928cd2..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-5/testcase.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2021-5"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2021. - Soapbind:header element does not have a part attribute. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2021" tadID="SSBP10"/> - <assertion id="BP2021" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-6/2021-6.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-6/2021-6.wsdl deleted file mode 100644 index 87a855360..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-6/2021-6.wsdl +++ /dev/null @@ -1,117 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:findAddress" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" use="literal"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal" name="f1"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-6/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-6/testcase.xml deleted file mode 100644 index d7f15092f..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2021-6/testcase.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2021-6"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2021. - Soapbind:headerfault element does not have a part attribute. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2021" tadID="SSBP10"/> - <assertion id="BP2021" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-1/2022-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-1/2022-1.wsdl deleted file mode 100644 index 0a380c0d9..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-1/2022-1.wsdl +++ /dev/null @@ -1,106 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - <element name="Address" type="string"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:Address" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" part="AddressHeader" use="literal"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-1/testcase.xml deleted file mode 100644 index facc02c05..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-1/testcase.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2022-1"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2022. - Soapbind:fault element does not have a name attribute. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2022" tadID="SSBP10"/> - <assertion id="BP2022" tadID="AP10"/> - <assertion id="BP2032" tadID="SSBP10"/> - <assertion id="BP2032" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-2/2022-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-2/2022-2.wsdl deleted file mode 100644 index c2de1df89..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-2/2022-2.wsdl +++ /dev/null @@ -1,117 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:findAddress" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" part="AddressHeader" use="literal"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault use="literal"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-2/testcase.xml deleted file mode 100644 index 0ba892a4a..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2022-2/testcase.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2022-2"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2022. - Soapbind:fault element does not have a name attribute. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2022" tadID="SSBP10"/> - <assertion id="BP2022" tadID="AP10"/> - <assertion id="BP2032" tadID="SSBP10"/> - <assertion id="BP2032" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-1/2032-1.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-1/2032-1.wsdl deleted file mode 100644 index aa2235e75..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-1/2032-1.wsdl +++ /dev/null @@ -1,106 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - <element name="Address" type="string"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:Address" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" part="AddressHeader" use="literal"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault name="fault1" use="literal"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-1/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-1/testcase.xml deleted file mode 100644 index 218b32784..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-1/testcase.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2032-1"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2022. - The name attribute value on the Soapbind:fault element does not match the name - attribute value specified on the parent element wsdl:fault element. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2032" tadID="SSBP10"/> - <assertion id="BP2032" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-2/2032-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-2/2032-2.wsdl deleted file mode 100644 index 852fadfd6..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-2/2032-2.wsdl +++ /dev/null @@ -1,117 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:message name="parameterfault"> - <part name="part3" element="intf:findAddress" /> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - <wsdl:fault name="f1" message="intf:parameterfault"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - <wsdlsoap:headerfault message="intf:findAddressRequest" part="AddressHeader" use="literal"/> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="f1"> - <wsdlsoap:fault name="fault1" use="literal"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-2/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-2/testcase.xml deleted file mode 100644 index dc3459392..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/redundant/2032-2/testcase.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="2032-2"> - <description> - This is an example of a non-conformant wsdl that should fail test assertion BP2022. - The name attribute value on the Soapbind:fault element does not match the name - attribute value specified on the parent element wsdl:fault element. - Note this assertion is caught by the base WSDL validator. - So this assertion should be disabled when running in conjunction with the - base validator. - </description> - <expectedFailures> - <assertion id="BP2032" tadID="SSBP10"/> - <assertion id="BP2032" tadID="AP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook-rpc/addressBook-rpc.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook-rpc/addressBook-rpc.wsdl deleted file mode 100644 index 6777c12c7..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook-rpc/addressBook-rpc.wsdl +++ /dev/null @@ -1,97 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <complexType name="findAddressResponse"> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddress"> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - <complexType name="saveAddressResponse"> - <sequence/> - </complexType> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" type="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" type="xsd:string"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" type="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" type="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal" namespace="http://tempuri.org/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook-rpc/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook-rpc/testcase.xml deleted file mode 100644 index 15a2f8da2..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook-rpc/testcase.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="addressBook-rpc"> - <description> - This is an example of a conformant wsdl used in the WS-I - interoperability demo. - </description> - <expectedFailures/> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook/addressBook.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook/addressBook.wsdl deleted file mode 100644 index 01482d836..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook/addressBook.wsdl +++ /dev/null @@ -1,109 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://tempuri.org/" xmlns:impl="http://tempuri.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:intf="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <element name="findAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - </sequence> - </complexType> - </element> - <complexType name="Address"> - <sequence> - <element name="province" nillable="true" type="xsd:string"/> - <element name="city" nillable="true" type="xsd:string"/> - <element name="street" nillable="true" type="xsd:string"/> - <element name="postalCode" nillable="true" type="xsd:string"/> - <element name="phoneNumber" nillable="true" type="impl:PhoneNumber"/> - </sequence> - </complexType> - <complexType name="PhoneNumber"> - <sequence> - <element name="area" type="xsd:int"/> - <element name="prefix" type="xsd:int"/> - <element name="number" type="xsd:int"/> - </sequence> - </complexType> - <element name="findAddressResponse"> - <complexType> - <sequence> - <element name="findAddressReturn" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddress"> - <complexType> - <sequence> - <element name="name" nillable="true" type="xsd:string"/> - <element name="address" nillable="true" type="impl:Address"/> - </sequence> - </complexType> - </element> - <element name="saveAddressResponse"> - <complexType> - <sequence/> - </complexType> - </element> - <complexType name="AddressHeaderType"> - <all> - <element name="a" type="int"/> - <element name="b" type="boolean"/> - <element name="s" nillable="true" type="string"/> - </all> - </complexType> - <element name="AddressHeader" nillable="true" type="impl:AddressHeaderType"/> - </schema> - </wsdl:types> - <wsdl:message name="saveAddressRequest"> - <wsdl:part name="parameters" element="intf:saveAddress"/> - </wsdl:message> - <wsdl:message name="findAddressRequest"> - <wsdl:part name="parameters" element="intf:findAddress"/> - <wsdl:part name="AddressHeader" element="intf:AddressHeader"/> - </wsdl:message> - <wsdl:message name="findAddressResponse"> - <wsdl:part name="parameters" element="intf:findAddressResponse"/> - </wsdl:message> - <wsdl:message name="saveAddressResponse"> - <wsdl:part name="parameters" element="intf:saveAddressResponse"/> - </wsdl:message> - <wsdl:portType name="AddressBook"> - <wsdl:operation name="findAddress"> - <wsdl:input name="findAddressRequest" message="intf:findAddressRequest"/> - <wsdl:output name="findAddressResponse" message="intf:findAddressResponse"/> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdl:input name="saveAddressRequest" message="intf:saveAddressRequest"/> - <wsdl:output name="saveAddressResponse" message="intf:saveAddressResponse"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="AddressBookSoapBinding" type="intf:AddressBook"> - <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="findAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="findAddressRequest"> - <wsdlsoap:header message="intf:findAddressRequest" part="AddressHeader" use="literal"> - </wsdlsoap:header> - <wsdlsoap:body parts="parameters" use="literal"/> - </wsdl:input> - <wsdl:output name="findAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="saveAddress"> - <wsdlsoap:operation soapAction=""/> - <wsdl:input name="saveAddressRequest"> - <wsdlsoap:body use="literal"/> - </wsdl:input> - <wsdl:output name="saveAddressResponse"> - <wsdlsoap:body use="literal"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="AddressBookService"> - <wsdl:port name="AddressBook" binding="intf:AddressBookSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/AddressBook"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook/testcase.xml deleted file mode 100644 index e4c68a7f2..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/addressBook/testcase.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="addressBook"> - <description> - This is an example of a conformant wsdl used in the WS-I - interoperability demo. - </description> - <expectedFailures/> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppCatalog/sampleAppCatalog.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppCatalog/sampleAppCatalog.wsdl deleted file mode 100644 index 8dc297345..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppCatalog/sampleAppCatalog.wsdl +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions targetNamespace="http://tempuri.org/" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns:xsd="http://www.w3.org/2001/XMLSchema" - xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:intf="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2003-07/Catalog.wsdl" - xmlns:impl="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2003-07/Catalog_Impl.wsdl" - xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" - xmlns="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2003-07/Catalog.wsdl" - location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2003-07/Catalog.wsdl"/> - <wsdl:service name="CatalogService"> - <wsdl:port name="Catalog" binding="intf:CatalogSoapBinding"> - <wsdlsoap:address location="http://tempuri.org/CatalogService"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppCatalog/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppCatalog/testcase.xml deleted file mode 100644 index 7c053a245..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppCatalog/testcase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="sampleAppCatalog"> - <description> - This is the WS-I Sample Application demonstrating attachment support. - This should validate against the WS-I Attachments Profile. - However, this should fail to conform to the WS-I Simple Soap Binding Profile. - </description> - <expectedFailures> - <assertion id="SSBP2403" tadID="SSBP10"/> - </expectedFailures> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppManufacturer/sampleAppManufacturer.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppManufacturer/sampleAppManufacturer.wsdl deleted file mode 100644 index fed06795b..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppManufacturer/sampleAppManufacturer.wsdl +++ /dev/null @@ -1,26 +0,0 @@ -<wsdl:definitions - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns="http://schemas.xmlsoap.org/wsdl/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:impl="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer_Impl.wsdl" - xmlns:intf="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl" - xmlns:ct="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" - xmlns:cfg="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.wsdl" - xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:xsd="http://www.w3.org/2001/XMLSchema" - xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl" - targetNamespace="http://tempuri.org/"> - - <wsdl:import location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl" - namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl"/> - <wsdl:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.wsdl" - location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.wsdl"/> - - <wsdl:service name="TestService"> - <wsdl:port binding="intf:ManufacturerSoapBinding" name="TestPort"> - <wsdlsoap:address location="http://tempuri.org/TestService"/> - </wsdl:port> - </wsdl:service> - -</wsdl:definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppManufacturer/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppManufacturer/testcase.xml deleted file mode 100644 index f5c9f0618..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppManufacturer/testcase.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="sampleAppManufacturer"> - <description> - This is the WS-I Sample Application exercising the Manufacturer wsdl - in the WS-I Basic Profile. - This should validate against the WS-I Simple Soap Binding Profile. - This should also validate against the WS-I Attachments Profile. - </description> - <expectedFailures/> -</testcase>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppWarehouse/sampleAppWarehouse.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppWarehouse/sampleAppWarehouse.wsdl deleted file mode 100644 index ebe0d22c4..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppWarehouse/sampleAppWarehouse.wsdl +++ /dev/null @@ -1,20 +0,0 @@ -<wsdl:definitions - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns="http://schemas.xmlsoap.org/wsdl/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:intf="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" - xmlns:man="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl" - xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" - targetNamespace="http://tempuri.org/"> - - <wsdl:import location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl" - namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl"/> - <wsdl:import location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" - namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl"/> - - <wsdl:service name="TestService"> - <wsdl:port binding="intf:WarehouseSoapBinding" name="TestPort"> - <wsdlsoap:address location="http://tempuri.org/TestService"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions>
\ No newline at end of file diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppWarehouse/testcase.xml b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppWarehouse/testcase.xml deleted file mode 100644 index bc0dc51f0..000000000 --- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/wsi/sampleAppWarehouse/testcase.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<testcase name="sampleAppWarehouse"> - <description> - This is the WS-I Sample Application exercising the Warehouse wsdl - in the WS-I Basic Profile. - This should validate against the WS-I Simple Soap Binding Profile. - This should also validate against the WS-I Attachments Profile. - </description> - <expectedFailures/> -</testcase>
\ No newline at end of file |