12 lines
551 B
XML
12 lines
551 B
XML
<SOAP-ENV:Envelope
|
|
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
|
|
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>
|