summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/dynamic/src/test/resources
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-08-17 11:39:29 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-08-17 11:39:29 +0000
commit6adb50f1e762044f947036c14304eedc31f0d9d0 (patch)
tree1a1aaa961b4386542cfe2940b3907201ec0f1f17 /sca-java-2.x/trunk/testing/itest/dynamic/src/test/resources
parent0311cb3720748d4481d1122db551ca084629e230 (diff)
Change the dynamically added endpoint tests to use wsdl resource from a contribution and simplify the endpoint creation helper
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1374206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/dynamic/src/test/resources/helloworld.wsdl44
-rw-r--r--sca-java-2.x/trunk/testing/itest/dynamic/src/test/resources/resources.zipbin0 -> 742 bytes
2 files changed, 0 insertions, 44 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/dynamic/src/test/resources/helloworld.wsdl b/sca-java-2.x/trunk/testing/itest/dynamic/src/test/resources/helloworld.wsdl
deleted file mode 100644
index fb260fe853..0000000000
--- a/sca-java-2.x/trunk/testing/itest/dynamic/src/test/resources/helloworld.wsdl
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions name="HelloworldService" targetNamespace="http://sample/" xmlns="http://sample/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:SOAP11="http://schemas.xmlsoap.org/wsdl/soap/">
- <wsdl:types>
- <xs:schema targetNamespace="http://sample/" version="1.0" xmlns:tns="http://sample/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-<xs:element name="sayHello" type="tns:sayHello"/>
-<xs:element name="sayHelloResponse" type="tns:sayHelloResponse"/>
-<xs:complexType name="sayHelloResponse"><xs:sequence><xs:element minOccurs="0" name="return" type="xs:string"/></xs:sequence></xs:complexType>
-<xs:complexType name="sayHello"><xs:sequence><xs:element minOccurs="0" name="arg0" type="xs:string"/></xs:sequence></xs:complexType>
-</xs:schema>
- </wsdl:types>
- <wsdl:message name="sayHelloResponse">
- <wsdl:part name="sayHelloResponse" element="sayHelloResponse">
- </wsdl:part>
- </wsdl:message>
- <wsdl:message name="sayHello">
- <wsdl:part name="sayHello" element="sayHello">
- </wsdl:part>
- </wsdl:message>
- <wsdl:portType name="Helloworld">
- <wsdl:operation name="sayHello">
- <wsdl:input message="sayHello">
- </wsdl:input>
- <wsdl:output message="sayHelloResponse">
- </wsdl:output>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="HelloworldBinding" type="Helloworld">
- <SOAP:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="sayHello">
- <SOAP:operation soapAction=""/>
- <wsdl:input>
- <SOAP:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <SOAP:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="HelloworldComponent_Helloworld">
- <wsdl:port name="HelloworldSOAP11Port" binding="HelloworldBinding">
- <SOAP:address location="http://9.167.203.149:8080/HelloworldComponent/Helloworld"/>
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions> \ No newline at end of file
diff --git a/sca-java-2.x/trunk/testing/itest/dynamic/src/test/resources/resources.zip b/sca-java-2.x/trunk/testing/itest/dynamic/src/test/resources/resources.zip
new file mode 100644
index 0000000000..9983c454b4
--- /dev/null
+++ b/sca-java-2.x/trunk/testing/itest/dynamic/src/test/resources/resources.zip
Binary files differ