From 28f92c6fc62f3bc0637ac77681aabcc8c0b5e42c Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 11 Sep 2008 04:12:24 +0000 Subject: Renaming branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694107 13f79535-47bb-0310-9956-ffa450edef68 --- .../InvalidWsdlElementAttr/Calculator.composite | 58 ++++++++++++++ .../wsxml/MustUseWsdlBinding/Calculator.composite | 59 ++++++++++++++ .../wsxml/WsdlBindingDoesNotMatch/helloworld.wsdl | 92 ++++++++++++++++++++++ .../helloworldwsjms.composite | 34 ++++++++ .../wsxml/WsdlPortTypeDoesNotMatch/helloworld.wsdl | 92 ++++++++++++++++++++++ .../helloworldwsclient.composite | 45 +++++++++++ .../wsxml/WsdlServiceDoesNotMatch/helloworld.wsdl | 92 ++++++++++++++++++++++ .../helloworldwsjms.composite | 34 ++++++++ 8 files changed, 506 insertions(+) create mode 100644 branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/InvalidWsdlElementAttr/Calculator.composite create mode 100644 branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/MustUseWsdlBinding/Calculator.composite create mode 100644 branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlBindingDoesNotMatch/helloworld.wsdl create mode 100644 branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlBindingDoesNotMatch/helloworldwsjms.composite create mode 100644 branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlPortTypeDoesNotMatch/helloworld.wsdl create mode 100644 branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlPortTypeDoesNotMatch/helloworldwsclient.composite create mode 100644 branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlServiceDoesNotMatch/helloworld.wsdl create mode 100644 branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlServiceDoesNotMatch/helloworldwsjms.composite (limited to 'branches/sca-trunk-20080910/itest/validation/src/main/resources/binding') diff --git a/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/InvalidWsdlElementAttr/Calculator.composite b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/InvalidWsdlElementAttr/Calculator.composite new file mode 100644 index 0000000000..c34a160b61 --- /dev/null +++ b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/InvalidWsdlElementAttr/Calculator.composite @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/MustUseWsdlBinding/Calculator.composite b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/MustUseWsdlBinding/Calculator.composite new file mode 100644 index 0000000000..293c4d725d --- /dev/null +++ b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/MustUseWsdlBinding/Calculator.composite @@ -0,0 +1,59 @@ + + + + + + + + + http://localhost:8085/Calculator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlBindingDoesNotMatch/helloworld.wsdl b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlBindingDoesNotMatch/helloworld.wsdl new file mode 100644 index 0000000000..013a55b61e --- /dev/null +++ b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlBindingDoesNotMatch/helloworld.wsdl @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlBindingDoesNotMatch/helloworldwsjms.composite b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlBindingDoesNotMatch/helloworldwsjms.composite new file mode 100644 index 0000000000..b7ff1e304f --- /dev/null +++ b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlBindingDoesNotMatch/helloworldwsjms.composite @@ -0,0 +1,34 @@ + + + + + + + + + + + + + diff --git a/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlPortTypeDoesNotMatch/helloworld.wsdl b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlPortTypeDoesNotMatch/helloworld.wsdl new file mode 100644 index 0000000000..218dbc47c4 --- /dev/null +++ b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlPortTypeDoesNotMatch/helloworld.wsdl @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlPortTypeDoesNotMatch/helloworldwsclient.composite b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlPortTypeDoesNotMatch/helloworldwsclient.composite new file mode 100644 index 0000000000..5975c27663 --- /dev/null +++ b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlPortTypeDoesNotMatch/helloworldwsclient.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlServiceDoesNotMatch/helloworld.wsdl b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlServiceDoesNotMatch/helloworld.wsdl new file mode 100644 index 0000000000..013a55b61e --- /dev/null +++ b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlServiceDoesNotMatch/helloworld.wsdl @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlServiceDoesNotMatch/helloworldwsjms.composite b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlServiceDoesNotMatch/helloworldwsjms.composite new file mode 100644 index 0000000000..8cda0b007e --- /dev/null +++ b/branches/sca-trunk-20080910/itest/validation/src/main/resources/binding/wsxml/WsdlServiceDoesNotMatch/helloworldwsjms.composite @@ -0,0 +1,34 @@ + + + + + + + + + + + + + -- cgit v1.2.3