* added missing xml files
* .gitignore fixes for data/
This commit is contained in:
parent
8b22f1d663
commit
b6ff7bae5c
4
data/.gitignore
vendored
4
data/.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
*
|
*.db
|
||||||
!soap-xmls/*
|
|
||||||
!.gitignore
|
|
||||||
|
|||||||
2
data/cache/.gitignore
vendored
Normal file
2
data/cache/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
13
data/soap-xmls/SZEP_getWorkflowState.xml
Normal file
13
data/soap-xmls/SZEP_getWorkflowState.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<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>
|
||||||
8
data/soap-xmls/SZEP_queryCard.xml
Normal file
8
data/soap-xmls/SZEP_queryCard.xml
Normal file
@ -0,0 +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>
|
||||||
|
</Variables></StartWorkflow>
|
||||||
12
data/soap-xmls/SZEP_startWorkflow.xml
Normal file
12
data/soap-xmls/SZEP_startWorkflow.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<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:startWorkflow 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>
|
||||||
|
</SOAP-ENV:Body>
|
||||||
|
</SOAP-ENV:Envelope>
|
||||||
@ -23,7 +23,7 @@ host('alfheim.ragnarok.yvan.hu')
|
|||||||
->stage('production')
|
->stage('production')
|
||||||
->user('yvan')
|
->user('yvan')
|
||||||
->forwardAgent()
|
->forwardAgent()
|
||||||
->set('php_service_name', 'php7.1-fpm')
|
->set('php_service_name', 'php7.2-fpm')
|
||||||
->set('deploy_path', '/mnt/apps/sms-store/api');
|
->set('deploy_path', '/mnt/apps/sms-store/api');
|
||||||
|
|
||||||
desc('Restart PHP-FPM service');
|
desc('Restart PHP-FPM service');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user