ULTICAB_WS
Click here for a complete list of operations.
AddSavedQuery
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /devel/ulticab_ws.asmx HTTP/1.1
Host: www.ulticabinet.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.ulticabinet.com/AddSavedQuery"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AddSavedQuery xmlns="http://www.ulticabinet.com/">
<session_id>string</session_id>
<cabinet_id>int</cabinet_id>
<contact_id>int</contact_id>
<date_from>string</date_from>
<date_to>string</date_to>
<department_id>int</department_id>
<description>string</description>
<document_ext_id>string</document_ext_id>
<folder_id>int</folder_id>
<form_id>int</form_id>
<general_keyword>string</general_keyword>
<notes_keyword>string</notes_keyword>
<query_name>string</query_name>
<search_inside>boolean</search_inside>
<sec_level_from>int</sec_level_from>
<seclevel_to>int</seclevel_to>
<stamp_id>int</stamp_id>
<title>string</title>
<udf1_id>int</udf1_id>
<udf1_op>string</udf1_op>
<udf1_value>string</udf1_value>
<udf2_id>int</udf2_id>
<udf2_op>string</udf2_op>
<udf2_value>string</udf2_value>
<udf3_id>int</udf3_id>
<udf3_op>string</udf3_op>
<udf3_value>string</udf3_value>
<udf4_id>int</udf4_id>
<udf4_op>string</udf4_op>
<udf4_value>string</udf4_value>
<location_id>int</location_id>
</AddSavedQuery>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AddSavedQueryResponse xmlns="http://www.ulticabinet.com/">
<AddSavedQueryResult>int</AddSavedQueryResult>
</AddSavedQueryResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /devel/ulticab_ws.asmx HTTP/1.1
Host: www.ulticabinet.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<AddSavedQuery xmlns="http://www.ulticabinet.com/">
<session_id>string</session_id>
<cabinet_id>int</cabinet_id>
<contact_id>int</contact_id>
<date_from>string</date_from>
<date_to>string</date_to>
<department_id>int</department_id>
<description>string</description>
<document_ext_id>string</document_ext_id>
<folder_id>int</folder_id>
<form_id>int</form_id>
<general_keyword>string</general_keyword>
<notes_keyword>string</notes_keyword>
<query_name>string</query_name>
<search_inside>boolean</search_inside>
<sec_level_from>int</sec_level_from>
<seclevel_to>int</seclevel_to>
<stamp_id>int</stamp_id>
<title>string</title>
<udf1_id>int</udf1_id>
<udf1_op>string</udf1_op>
<udf1_value>string</udf1_value>
<udf2_id>int</udf2_id>
<udf2_op>string</udf2_op>
<udf2_value>string</udf2_value>
<udf3_id>int</udf3_id>
<udf3_op>string</udf3_op>
<udf3_value>string</udf3_value>
<udf4_id>int</udf4_id>
<udf4_op>string</udf4_op>
<udf4_value>string</udf4_value>
<location_id>int</location_id>
</AddSavedQuery>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<AddSavedQueryResponse xmlns="http://www.ulticabinet.com/">
<AddSavedQueryResult>int</AddSavedQueryResult>
</AddSavedQueryResponse>
</soap12:Body>
</soap12:Envelope>