From 46a16cfdd87f52d80ef0886d189ac4d6f381914d Mon Sep 17 00:00:00 2001 From: inoussa Date: Wed, 10 Sep 2008 01:48:30 +0000 Subject: [PATCH] part 2 wsdl function "result" part is determined now as ( in order and stops when ok ) : * "result" part * "return" part * "_result" part * "result_" part * "_return" part * "return_" part * the last part git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@547 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../files/complex_array_soaparray.wsdl | 26 ++++++ .../files/complex_array_soaparray.xsd | 16 ++++ .../test_suite/files/signature_last.wsdl | 39 +++++++++ .../test_suite/files/signature_result.wsdl | 83 +++++++++++++++++++ .../test_suite/files/signature_return.wsdl | 83 +++++++++++++++++++ 5 files changed, 247 insertions(+) create mode 100644 wst/trunk/tests/test_suite/files/complex_array_soaparray.wsdl create mode 100644 wst/trunk/tests/test_suite/files/complex_array_soaparray.xsd create mode 100644 wst/trunk/tests/test_suite/files/signature_last.wsdl create mode 100644 wst/trunk/tests/test_suite/files/signature_result.wsdl create mode 100644 wst/trunk/tests/test_suite/files/signature_return.wsdl diff --git a/wst/trunk/tests/test_suite/files/complex_array_soaparray.wsdl b/wst/trunk/tests/test_suite/files/complex_array_soaparray.wsdl new file mode 100644 index 000000000..58da9b0bf --- /dev/null +++ b/wst/trunk/tests/test_suite/files/complex_array_soaparray.wsdl @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/wst/trunk/tests/test_suite/files/complex_array_soaparray.xsd b/wst/trunk/tests/test_suite/files/complex_array_soaparray.xsd new file mode 100644 index 000000000..7ccf9c259 --- /dev/null +++ b/wst/trunk/tests/test_suite/files/complex_array_soaparray.xsd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/wst/trunk/tests/test_suite/files/signature_last.wsdl b/wst/trunk/tests/test_suite/files/signature_last.wsdl new file mode 100644 index 000000000..4c83c56fb --- /dev/null +++ b/wst/trunk/tests/test_suite/files/signature_last.wsdl @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wst/trunk/tests/test_suite/files/signature_result.wsdl b/wst/trunk/tests/test_suite/files/signature_result.wsdl new file mode 100644 index 000000000..bb2530b8d --- /dev/null +++ b/wst/trunk/tests/test_suite/files/signature_result.wsdl @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wst/trunk/tests/test_suite/files/signature_return.wsdl b/wst/trunk/tests/test_suite/files/signature_return.wsdl new file mode 100644 index 000000000..3a5050154 --- /dev/null +++ b/wst/trunk/tests/test_suite/files/signature_return.wsdl @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +