sms-store/data/soap-xmls/SZEP_startWorkflowSynch.xml
Danyi Dávid a7b2bd4e50 * payload is no AES encrypted as in the mobile app
* async+poll query changed to sync+parse
2018-03-18 15:57:29 +01:00

13 lines
618 B
XML

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<m:startWorkflowSynch xmlns:m="urn:MWAccess" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<arg0 xsi:type="xsd:string">SZEPKARTYASZAMLATORTENET</arg0>
<arg1 xsi:type="xsd:string"><![CDATA[%s]]></arg1>
</m:startWorkflowSynch>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>