From a40db2bd9dbdbda6b726a6b36d5c14c9169e6c2d Mon Sep 17 00:00:00 2001 From: Alvaro Campos Date: Thu, 19 Jan 2012 17:56:34 -0400 Subject: [PATCH] =?UTF-8?q?BUG=208315=20a=C3=B1adido=20de=20los=20archivos?= =?UTF-8?q?=20nuevos=20para=20este=20webservice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/engine/methods/services/soap2.php | 1 + .../xmlform/setup/wsUnassignedCaseList.xml | 15 +++++++++++++++ .../xmlform/setup/wsrUnassignedCaseList.xml | 16 ++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 workflow/engine/xmlform/setup/wsUnassignedCaseList.xml create mode 100644 workflow/engine/xmlform/setup/wsrUnassignedCaseList.xml diff --git a/workflow/engine/methods/services/soap2.php b/workflow/engine/methods/services/soap2.php index 6616dfa42..635033318 100755 --- a/workflow/engine/methods/services/soap2.php +++ b/workflow/engine/methods/services/soap2.php @@ -836,6 +836,7 @@ $server = new SoapServer( $wsdl ); $server->addFunction("Login"); $server->addFunction("ProcessList"); $server->addFunction("CaseList"); +$server->addFunction("UnassignedCaseList"); $server->addFunction("RoleList"); $server->addFunction("GroupList"); $server->addFunction("DepartmentList"); diff --git a/workflow/engine/xmlform/setup/wsUnassignedCaseList.xml b/workflow/engine/xmlform/setup/wsUnassignedCaseList.xml new file mode 100644 index 000000000..1c86843b4 --- /dev/null +++ b/workflow/engine/xmlform/setup/wsUnassignedCaseList.xml @@ -0,0 +1,15 @@ + + + + + Session Id + + + + + + + UnassignedCaseList +Lista de casos + + \ No newline at end of file diff --git a/workflow/engine/xmlform/setup/wsrUnassignedCaseList.xml b/workflow/engine/xmlform/setup/wsrUnassignedCaseList.xml new file mode 100644 index 000000000..eafff347c --- /dev/null +++ b/workflow/engine/xmlform/setup/wsrUnassignedCaseList.xml @@ -0,0 +1,16 @@ + + + + + GUID + + + + Case Title + + + + Del Index + + + \ No newline at end of file