* updated to support latest OTP api
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
8
data/soap-xmls/pollMain_ws12.xml
Normal file
8
data/soap-xmls/pollMain_ws12.xml
Normal 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>
|
||||
9
data/soap-xmls/soapMainSync_ws12.xml
Normal file
9
data/soap-xmls/soapMainSync_ws12.xml
Normal 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>
|
||||
9
data/soap-xmls/soapMainWithMobilToken_ws12.xml
Normal file
9
data/soap-xmls/soapMainWithMobilToken_ws12.xml
Normal 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>
|
||||
5
data/soap-xmls/soapPayload.xml
Normal file
5
data/soap-xmls/soapPayload.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<StartWorkflow>
|
||||
<TemplateName>%s</TemplateName>
|
||||
<Variables>%s</Variables>
|
||||
</StartWorkflow>
|
||||
Reference in New Issue
Block a user