* updated to support latest OTP api

This commit is contained in:
Danyi Dávid
2020-09-07 19:10:51 +02:00
parent c05715e905
commit d60f6c5d1b
9 changed files with 252 additions and 120 deletions

View File

@@ -1,11 +0,0 @@
<?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>
</Variables>
</StartWorkflow>

View File

@@ -1,11 +0,0 @@
<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>

View File

@@ -0,0 +1,8 @@
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:java="java:hu.iqsoft.otp.mw.access">
<soapenv:Header/>
<soapenv:Body>
<java:getWorkflowState>
<arg0>%s</arg0>
</java:getWorkflowState>
</soapenv:Body>
</soapenv:Envelope>

View File

@@ -0,0 +1,9 @@
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:java="java:hu.iqsoft.otp.mw.access">
<soapenv:Header/>
<soapenv:Body>
<java:startWorkflowSynch>
<arg0>%s</arg0>
<arg1><![CDATA[%s]]></arg1>
</java:startWorkflowSynch>
</soapenv:Body>
</soapenv:Envelope>

View File

@@ -0,0 +1,9 @@
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:java="java:hu.iqsoft.otp.mw.access">
<soapenv:Header/>
<soapenv:Body>
<java:startWorkflowMobilalkalmazas>
<arg0>%s</arg0>
<arg1><![CDATA[%s]]></arg1>
</java:startWorkflowMobilalkalmazas>
</soapenv:Body>
</soapenv:Envelope>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<StartWorkflow>
<TemplateName>%s</TemplateName>
<Variables>%s</Variables>
</StartWorkflow>