* added missing xml files

* .gitignore fixes for data/
This commit is contained in:
Danyi Dávid 2018-03-17 18:51:23 +01:00
parent 8b22f1d663
commit b6ff7bae5c
6 changed files with 37 additions and 4 deletions

4
data/.gitignore vendored
View File

@ -1,3 +1 @@
* *.db
!soap-xmls/*
!.gitignore

2
data/cache/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

View 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>

View 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>

View 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>

View File

@ -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');