BUG 8315 añadido de los archivos nuevos para este webservice
This commit is contained in:
@@ -836,6 +836,7 @@ $server = new SoapServer( $wsdl );
|
|||||||
$server->addFunction("Login");
|
$server->addFunction("Login");
|
||||||
$server->addFunction("ProcessList");
|
$server->addFunction("ProcessList");
|
||||||
$server->addFunction("CaseList");
|
$server->addFunction("CaseList");
|
||||||
|
$server->addFunction("UnassignedCaseList");
|
||||||
$server->addFunction("RoleList");
|
$server->addFunction("RoleList");
|
||||||
$server->addFunction("GroupList");
|
$server->addFunction("GroupList");
|
||||||
$server->addFunction("DepartmentList");
|
$server->addFunction("DepartmentList");
|
||||||
|
|||||||
15
workflow/engine/xmlform/setup/wsUnassignedCaseList.xml
Normal file
15
workflow/engine/xmlform/setup/wsUnassignedCaseList.xml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<dynaForm name="UnassignedCaseList" width="500" mode="edit" border="0" enableTemplate="0" height="85px">
|
||||||
|
|
||||||
|
<SESSION_ID type="text" size="36" maxlength="32">
|
||||||
|
<en>Session Id</en>
|
||||||
|
<es><![CDATA[Id de Sesión]]></es></SESSION_ID>
|
||||||
|
|
||||||
|
<ACTION type="hidden">
|
||||||
|
</ACTION>
|
||||||
|
|
||||||
|
<ACTIONB type="button" onclick="submitThisForm(this.form);">
|
||||||
|
<en>UnassignedCaseList</en>
|
||||||
|
<es>Lista de casos</es></ACTIONB>
|
||||||
|
|
||||||
|
</dynaForm>
|
||||||
16
workflow/engine/xmlform/setup/wsrUnassignedCaseList.xml
Normal file
16
workflow/engine/xmlform/setup/wsrUnassignedCaseList.xml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<dynaForm rowsPerPage="24">
|
||||||
|
|
||||||
|
<guid type="text" colWidth="200" align="left" titleAlign="left">
|
||||||
|
<en>GUID</en>
|
||||||
|
</guid>
|
||||||
|
|
||||||
|
<name type="text" colWidth="280" align="left" titleAlign="left">
|
||||||
|
<en>Case Title</en>
|
||||||
|
</name>
|
||||||
|
|
||||||
|
<delIndex type="text" colWidth="70" align="left" titleAlign="left">
|
||||||
|
<en>Del Index</en>
|
||||||
|
</delIndex>
|
||||||
|
|
||||||
|
</dynaForm>
|
||||||
Reference in New Issue
Block a user