Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCapture
Commits
b47a33f1
Commit
b47a33f1
authored
Oct 03, 2019
by
Florian Azizian
Browse files
Update MaarchWSClient_standard_sample.xml.default
parent
c3d11f49
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/MaarchWSClient/samples/MaarchWSClient_standard_sample.xml.default
View file @
b47a33f1
<?xml version="1.0" encoding="UTF-8"?>
<MaarchWSClient>
<!-- REST FRONTAL -->
<WS
name=
"MaarchRestWS"
type=
"REST"
uri=
"http://superadmin:superadmin@127.0.0.1/rest/"
SSL=
"false"
cacheUse=
"0"
/>
<!-- SOAP FRONTAL -->
<WS
name=
"MaarchSoapWS"
type=
"SOAP"
uri=
"http://127.0.0.1/ws_server.php?WSDL"
SSL=
"false"
cacheUse=
"0"
>
<proxy>
<user>
superadmin
</user>
<pass>
superadmin
</pass>
<timeout>
600
</timeout>
</proxy>
</WS>
<!-- REST SAMPLES -->
<process
name=
"MaarchRestWSProcessFromScan"
>
<loop
xpath=
"/Batch/Documents/Document"
>
<call
name=
"/resources"
method=
"POST"
>
<argument
type=
"entity"
name=
"encodedFile"
eval=
"base64_encode(file_get_contents($Element->path))"
/>
<argument
type=
"entity"
name=
"type_id"
>
108
</argument>
<argument
type=
"entity"
name=
"destination"
>
COU
</argument>
<argument
type=
"entity"
name=
"priority"
>
2
</argument>
<argument
type=
"entity"
name=
"category_id"
>
incoming
</argument>
<argument
type=
"entity"
name=
"format"
attribute=
"extension"
/>
<argument
type=
"entity"
name=
"status"
>
INIT
</argument>
<return>
<resId
metadata=
"resId"
/>
</return>
</call>
</loop>
</process>
<process
name=
"MaarchRestWSProcessFromMail"
>
<loop
xpath=
"/Batch/Documents/Document"
>
<call
name=
"/resources"
method=
"POST"
>
<argument
type=
"entity"
name=
"encodedFile"
eval=
"base64_encode(file_get_contents($Element->path))"
/>
<argument
type=
"entity"
name=
"format"
attribute=
"extension"
/>
<argument
type=
"entity"
name=
"status"
>
INIT
</argument>
<argument
type=
"entity"
name=
"type_id"
metadata=
"type_id"
/>
<argument
type=
"entity"
name=
"category_id"
>
incoming
</argument>
<argument
type=
"entity"
name=
"subject"
metadata=
"subject"
/>
<argument
type=
"entity"
name=
"doc_date"
metadata=
"doc_date"
/>
<argument
type=
"entity"
name=
"destination"
metadata=
"destination"
/>
<argument
type=
"entity"
name=
"initiator"
metadata=
"destination"
/>
<argument
type=
"entity"
name=
"priority"
>
2
</argument>
<argument
type=
"entity"
name=
"custom_t10"
xvalue=
"./Metadata/fromaddress"
/>
<argument
type=
"entity"
name=
"custom_t11"
xvalue=
"./Metadata/toaddress"
/>
<argument
type=
"entity"
name=
"custom_t12"
xvalue=
"./Metadata/ccaddress"
/>
<argument
type=
"entity"
name=
"source"
xvalue=
"./Metadata/message_id"
/>
<argument
type=
"entity"
name=
"nature_id"
>
email
</argument>
<argument
type=
"entity"
name=
"exp_contact_id"
xvalue=
"./Metadata/fromaddress"
/>
<argument
type=
"entity"
name=
"address_id"
xvalue=
"./Metadata/fromaddress"
/>
<return>
<resId
metadata=
"resId"
/>
</return>
</call>
<loop
xpath=
"Attachments/Attachment"
>
<call
name=
"/res"
method=
"POST"
>
<argument
type=
"entity"
eval=
"base64_encode(file_get_contents($Element->path))"
name=
"encodedFile"
/>
<argument
type=
"entity"
name=
"data"
>
<column>
title
</column>
<value
metadata=
"filename"
/>
<type>
string
</type>
</argument>
<argument
type=
"entity"
name=
"data"
>
<column>
res_id_master
</column>
<value
xvalue=
"ancestor::Document/Metadata/resId"
/>
<type>
integer
</type>
</argument>
<argument
type=
"entity"
name=
"data"
>
<column>
coll_id
</column>
<value>
letterbox_coll
</value>
<type>
string
</type>
</argument>
<argument
type=
"entity"
name=
"data"
>
<column>
attachment_type
</column>
<value>
incoming_mail_attachment
</value>
<type>
string
</type>
</argument>
<argument
type=
"entity"
name=
"collId"
>
letterbox_coll
</argument>
<argument
type=
"entity"
name=
"table"
>
res_attachments
</argument>
<argument
type=
"entity"
name=
"fileFormat"
attribute=
"extension"
/>
<argument
type=
"entity"
name=
"status"
>
TRA
</argument>
<return>
<resId
metadata=
"resId"
/>
</return>
</call>
</loop>
</loop>
</process>
<!-- SOAP SAMPLES -->
<process
name=
"MaarchSoapWSProcessFromScan"
>
<loop
xpath=
"/Batch/Documents/Document"
>
<call
name=
"storeResource"
>
<argument
name=
"encodedContent"
eval=
"base64_encode(file_get_contents($Element->path))"
/>
<argument
name=
"data"
>
<column>
type_id
</column>
<value>
108
</value>
<type>
integer
</type>
</argument>
<argument
name=
"data"
>
<column>
destination
</column>
<value>
COU
</value>
<type>
string
</type>
</argument>
<argument
name=
"data"
>
<column>
priority
</column>
<value>
2
</value>
<type>
integer
</type>
</argument>
<argument
name=
"data"
>
<column>
scan_batch
</column>
<value>
SVE
</value>
<type>
string
</type>
</argument>
<argument
name=
"collId"
>
letterbox_coll
</argument>
<argument
name=
"table"
>
res_letterbox
</argument>
<argument
name=
"format"
attribute=
"extension"
/>
<argument
name=
"status"
>
INIT
</argument>
<return>
<returnCode
/>
<resId
metadata=
"resId"
/>
<error
/>
</return>
</call>
</loop>
</process>
<process
name=
"MaarchSoapWSProcessFromMail"
>
<loop
xpath=
"/Batch/Documents/Document"
>
<call
name=
"storeResource"
>
<argument
name=
"encodedContent"
eval=
"base64_encode(file_get_contents($Element->path))"
/>
<argument
name=
"data"
>
<column>
subject
</column>
<value
metadata=
"subject"
/>
<type>
string
</type>
</argument>
<argument
name=
"data"
>
<column>
doc_date
</column>
<value
metadata=
"doc_date"
/>
<type>
date
</type>
</argument>
<argument
name=
"data"
>
<column>
type_id
</column>
<value
metadata=
"type_id"
/>
<type>
integer
</type>
</argument>
<argument
name=
"data"
>
<column>
destination
</column>
<value
metadata=
"destination"
/>
<type>
string
</type>
</argument>
<argument
name=
"data"
>
<column>
initiator
</column>
<value
metadata=
"destination"
/>
<type>
string
</type>
</argument>
<argument
name=
"data"
>
<column>
priority
</column>
<value>
2
</value>
<type>
integer
</type>
</argument>
<argument
name=
"data"
>
<column>
custom_t10
</column>
<value
xvalue=
"./Metadata/fromaddress"
/>
<type>
string
</type>
</argument>
<argument
name=
"collId"
>
letterbox_coll
</argument>
<argument
name=
"table"
>
res_letterbox
</argument>
<argument
name=
"format"
attribute=
"extension"
/>
<argument
name=
"status"
>
INIT
</argument>
<return>
<returnCode
/>
<resId
metadata=
"resId"
/>
<error
/>
</return>
</call>
<call
name=
"storeExtResource"
>
<argument
name=
"res_id"
metadata=
"resId"
/>
<argument
name=
"data"
>
<column>
nature_id
</column>
<value>
email
</value>
<type>
string
</type>
</argument>
<argument
name=
"data"
>
<column>
category_id
</column>
<value>
incoming
</value>
<type>
string
</type>
</argument>
<argument
name=
"data"
>
<column>
exp_contact_id
</column>
<value
xvalue=
"./Metadata/fromaddress"
/>
<type>
integer
</type>
</argument>
<argument
name=
"data"
>
<column>
address_id
</column>
<value
xvalue=
"./Metadata/fromaddress"
/>
<type>
integer
</type>
</argument>
<argument
name=
"table"
>
mlb_coll_ext
</argument>
<return>
<returnCode
/>
<resId
metadata=
"resId"
/>
<error
/>
</return>
</call>
<loop
xpath=
"Attachments/Attachment"
>
<call
name=
"storeResource"
>
<argument
name=
"encodedContent"
eval=
"base64_encode(file_get_contents($Element->path))"
/>
<argument
name=
"data"
>
<column>
title
</column>
<value
metadata=
"filename"
/>
<type>
string
</type>
</argument>
<argument
name=
"data"
>
<column>
res_id_master
</column>
<value
xvalue=
"ancestor::Document/Metadata/resId"
/>
<type>
integer
</type>
</argument>
<argument
name=
"data"
>
<column>
coll_id
</column>
<value>
letterbox_coll
</value>
<type>
string
</type>
</argument>
<argument
name=
"data"
>
<column>
Attachment_type
</column>
<value>
incoming_mail_attachment
</value>
<type>
string
</type>
</argument>
<argument
name=
"data"
>
<column>
relation
</column>
<value>
1
</value>
<type>
string
</type>
</argument>
<argument
name=
"collId"
>
letterbox_coll
</argument>
<argument
name=
"table"
>
res_attachments
</argument>
<argument
name=
"format"
attribute=
"extension"
/>
<argument
name=
"status"
>
TRA
</argument>
<return>
<returnCode
/>
<resId
metadata=
"resId"
/>
<error
/>
</return>
</call>
</loop>
</loop>
</process>
</MaarchWSClient>
<?xml version="1.0" encoding="UTF-8"?>
<MaarchWSClient>
<!-- REST FRONTAL -->
<WS
name=
"MaarchRestWS"
type=
"REST"
uri=
"http://superadmin:superadmin@127.0.0.1/rest/"
SSL=
"false"
cacheUse=
"0"
/>
<!-- REST SAMPLES -->
<process
name=
"MaarchRestWSProcessFromScan"
>
<loop
xpath=
"/Batch/Documents/Document"
>
<call
name=
"/resources"
method=
"POST"
>
<argument
type=
"entity"
name=
"encodedFile"
eval=
"base64_encode(file_get_contents($Element->path))"
/>
<argument
type=
"entity"
name=
"type_id"
>
108
</argument>
<argument
type=
"entity"
name=
"destination"
>
COU
</argument>
<argument
type=
"entity"
name=
"priority"
>
2
</argument>
<argument
type=
"entity"
name=
"category_id"
>
incoming
</argument>
<argument
type=
"entity"
name=
"format"
attribute=
"extension"
/>
<argument
type=
"entity"
name=
"status"
>
INIT
</argument>
<return>
<resId
metadata=
"resId"
/>
</return>
</call>
</loop>
</process>
<process
name=
"MaarchRestWSProcessFromMail"
>
<loop
xpath=
"/Batch/Documents/Document"
>
<call
name=
"/resources"
method=
"POST"
>
<argument
type=
"entity"
name=
"encodedFile"
eval=
"base64_encode(file_get_contents($Element->path))"
/>
<argument
type=
"entity"
name=
"format"
attribute=
"extension"
/>
<argument
type=
"entity"
name=
"status"
>
INIT
</argument>
<argument
type=
"entity"
name=
"type_id"
metadata=
"type_id"
/>
<argument
type=
"entity"
name=
"category_id"
>
incoming
</argument>
<argument
type=
"entity"
name=
"subject"
metadata=
"subject"
/>
<argument
type=
"entity"
name=
"doc_date"
metadata=
"doc_date"
/>
<argument
type=
"entity"
name=
"destination"
metadata=
"destination"
/>
<argument
type=
"entity"
name=
"initiator"
metadata=
"destination"
/>
<argument
type=
"entity"
name=
"priority"
>
2
</argument>
<argument
type=
"entity"
name=
"custom_t10"
xvalue=
"./Metadata/fromaddress"
/>
<argument
type=
"entity"
name=
"custom_t11"
xvalue=
"./Metadata/toaddress"
/>
<argument
type=
"entity"
name=
"custom_t12"
xvalue=
"./Metadata/ccaddress"
/>
<argument
type=
"entity"
name=
"source"
xvalue=
"./Metadata/message_id"
/>
<argument
type=
"entity"
name=
"nature_id"
>
email
</argument>
<argument
type=
"entity"
name=
"exp_contact_id"
xvalue=
"./Metadata/fromaddress"
/>
<argument
type=
"entity"
name=
"address_id"
xvalue=
"./Metadata/fromaddress"
/>
<return>
<resId
metadata=
"resId"
/>
</return>
</call>
<loop
xpath=
"Attachments/Attachment"
>
<call
name=
"/attachments"
method=
"POST"
>
<argument
type=
"entity"
eval=
"base64_encode(file_get_contents($Element->path))"
name=
"encodedFile"
/>
<argument
type=
"entity"
name=
"data"
>
<column>
title
</column>
<value
metadata=
"filename"
/>
<type>
string
</type>
</argument>
<argument
type=
"entity"
name=
"data"
>
<column>
res_id_master
</column>
<value
xvalue=
"ancestor::Document/Metadata/resId"
/>
<type>
integer
</type>
</argument>
<argument
type=
"entity"
name=
"data"
>
<column>
coll_id
</column>
<value>
letterbox_coll
</value>
<type>
string
</type>
</argument>
<argument
type=
"entity"
name=
"data"
>
<column>
attachment_type
</column>
<value>
incoming_mail_attachment
</value>
<type>
string
</type>
</argument>
<argument
type=
"entity"
name=
"isVersion"
>
false
</argument>
<argument
type=
"entity"
name=
"fileFormat"
attribute=
"extension"
/>
<argument
type=
"entity"
name=
"status"
>
TRA
</argument>
<return>
<resId
metadata=
"resId"
/>
</return>
</call>
</loop>
</loop>
</process>
</MaarchWSClient>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment