Hello,
I need to make a form that validates the fields with a web service with SOAP protocol. Validating the fields will give a true/false answer. If it is true you must send an email and fake a message on the screen.
These are the data sent to me from the web service for validation:
Access (WSDL):
http://www.carnetjove.cat/carnetjove/service/webService?wsdl
I need to make a form that validates the fields with a web service with SOAP protocol. Validating the fields will give a true/false answer. If it is true you must send an email and fake a message on the screen.
These are the data sent to me from the web service for validation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:web="http://webservice.carnetjove.acjoventut.com/">
<soapenv:Header/>
<soapenv:Body>
<web:usuariExistent>
<login>xxxxxxxxxxxxxxxxxxxx</login>
<password>xxxxxxxxxx</password>
<numeroDocument>12345678Z</numeroDocument>
<nom>NOM</nom>
<cognom1>COGNOM1</cognom1>
<cognom2>COGNOM2</cognom2>
<dataNaixement>19820526</dataNaixement>
<numCarnet>6033123412341234</numCarnet>
</web:usuariExistent>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:usuariExistentResponse
xmlns:ns1="http://webservice.carnetjove.acjoventut.com/">
<return>false</return>
</ns1:usuariExistentResponse>
</soap:Body>
</soap:Envelope>
Access (WSDL):
http://www.carnetjove.cat/carnetjove/service/webService?wsdl
Hi dquatre,
Sorry, your question is not clear?
If you need to run a SOAP check you can do so using Custom PHP.
Bob
Sorry, your question is not clear?
If you need to run a SOAP check you can do so using Custom PHP.
Bob
Hello Bob,
Thanks for your answer. I will try to explain myself better.
On the web where the form goes, discounts are given to users who have the CarnetJove card. This card is offered by a bank to all children under 30 years of age. With this card you can get discounts at establishments that accept this card. Our website offers discounts to users who have this card. Those of the bank have passed us their web service (the one that is in the first post) so that we can verify that the users have the CarnetJove card. We would like to integrate this in a form of chronoforms so that the user when entering their data will check whether or not they have CarnetJove. If you have it, I would send you an email with a discount code to use on the web and you have to show a message on the screen.
The problem is that I do not have programming knowledge and I do not know how to do this as you comment on php.
I do not mind paying someone who can do it
Could you do this? if you want send me a budget of what it would cost
Thanks for your answer. I will try to explain myself better.
On the web where the form goes, discounts are given to users who have the CarnetJove card. This card is offered by a bank to all children under 30 years of age. With this card you can get discounts at establishments that accept this card. Our website offers discounts to users who have this card. Those of the bank have passed us their web service (the one that is in the first post) so that we can verify that the users have the CarnetJove card. We would like to integrate this in a form of chronoforms so that the user when entering their data will check whether or not they have CarnetJove. If you have it, I would send you an email with a discount code to use on the web and you have to show a message on the screen.
The problem is that I do not have programming knowledge and I do not know how to do this as you comment on php.
I do not mind paying someone who can do it
Could you do this? if you want send me a budget of what it would cost
Hi dquatre,
I'm travelling at the moment and can't easily do custom coding. Max or healyhatman may be able to help you.
Bob
I'm travelling at the moment and can't easily do custom coding. Max or healyhatman may be able to help you.
Bob
Sorry Bob it's v5, I don't do v5.
Hello Bob,
Healyhatman tells me that he does not work with CFv5. Could you send me an MP?
Healyhatman tells me that he does not work with CFv5. Could you send me an MP?
if you are getting only one of the 2 responses above then you can do a check with php preg_match but you will need the correct regular expression code.
Best regards
Best regards
This topic is locked and no more replies can be posted.