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