diff options
author | kchong | 2010-01-15 18:54:18 +0000 |
---|---|---|
committer | kchong | 2010-01-15 18:54:18 +0000 |
commit | 0dea87525a0cba79f185792ee59834378cf436d8 (patch) | |
tree | 1a420151d17ca69395d244795491ec0b2ef10268 /tests/org.eclipse.wst.wsdl.tests.performance/data/1000WSDLsNoDepends/sample396.wsdl | |
parent | 096df8ac51c080c27217e4b6bc0882fae79b03b8 (diff) | |
download | webtools.webservices-201001151856.tar.gz webtools.webservices-201001151856.tar.xz webtools.webservices-201001151856.zip |
This commit was manufactured by cvs2svn to create tag 'v201001151856'.v201001151856
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.tests.performance/data/1000WSDLsNoDepends/sample396.wsdl')
-rw-r--r-- | tests/org.eclipse.wst.wsdl.tests.performance/data/1000WSDLsNoDepends/sample396.wsdl | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/tests/org.eclipse.wst.wsdl.tests.performance/data/1000WSDLsNoDepends/sample396.wsdl b/tests/org.eclipse.wst.wsdl.tests.performance/data/1000WSDLsNoDepends/sample396.wsdl deleted file mode 100644 index 4270fae18..000000000 --- a/tests/org.eclipse.wst.wsdl.tests.performance/data/1000WSDLsNoDepends/sample396.wsdl +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions name="sample" targetNamespace="http://www.example.org/sample396" xmlns:tns="http://www.example.org/sample396" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> -<wsdl:types> -<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/sample396"> -<xsd:element name="NewOperationResponse" type="xsd:string"/><xsd:element name="NewOperationRequest" type="xsd:string"/></xsd:schema> -</wsdl:types> -<wsdl:message name="NewOperationResponse"> -<wsdl:part name="NewOperationResponse" element="tns:NewOperationResponse"/> -</wsdl:message> -<wsdl:message name="NewOperationRequest"> -<wsdl:part name="NewOperationRequest" element="tns:NewOperationRequest"/> -</wsdl:message> -<wsdl:portType name="sample"> -<wsdl:operation name="NewOperation"> -<wsdl:input message="tns:NewOperationRequest"/> -<wsdl:output message="tns:NewOperationResponse"/> -</wsdl:operation> -</wsdl:portType> -<wsdl:binding name="sampleSOAP" type="tns:sample"> -<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> -<wsdl:operation name="NewOperation"> -<soap:operation soapAction="http://www.example.org/sample/NewOperation"/> -<wsdl:input> -<soap:body use="literal" parts=" NewOperationRequest"/> -</wsdl:input> -<wsdl:output> -<soap:body use="literal" parts=" NewOperationResponse"/> -</wsdl:output> -</wsdl:operation> -</wsdl:binding> -<wsdl:service name="sample"> -<wsdl:port name="sampleSOAP" binding="tns:sampleSOAP"> -<soap:address location="http://www.example.org/"/> -</wsdl:port> -</wsdl:service> -</wsdl:definitions>
\ No newline at end of file |