* payload is no AES encrypted as in the mobile app
* async+poll query changed to sync+parse
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<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:getWorkflowState
|
||||
xmlns:m="urn:MWAccess"
|
||||
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
||||
<arg0 xsi:type="xsd:string">%s</arg0>
|
||||
</m:getWorkflowState>
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><StartWorkflow>
|
||||
<TemplateName>BANKKARTYASZAMLAEGYENLEGLEKERDEZES</TemplateName><Variables>
|
||||
<isClientCode>BANKKARTYASUGYFEL</isClientCode>
|
||||
<isIdentificationData>%s</isIdentificationData>
|
||||
<isSecretData>%s</isSecretData>
|
||||
<isStartDate>%s</isStartDate>
|
||||
<isEndDate>%s</isEndDate>
|
||||
<TemplateName>BANKKARTYASZAMLAEGYENLEGLEKERDEZES</TemplateName><Variables>
|
||||
<isClientCode>BANKKARTYASUGYFEL</isClientCode>
|
||||
<isIdentificationData>%s</isIdentificationData>
|
||||
<isSecretData>%s</isSecretData>
|
||||
<isStartDate>%s</isStartDate>
|
||||
<isEndDate>%s</isEndDate>
|
||||
</Variables></StartWorkflow>
|
||||
@@ -4,9 +4,9 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SOAP-ENV:Body>
|
||||
<m:startWorkflow xmlns:m="urn:MWAccess" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
||||
<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:startWorkflow>
|
||||
</m:startWorkflowSynch>
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
||||
Reference in New Issue
Block a user