Logique
Click here for a complete list of operations.
Validation
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Logique.asmx HTTP/1.1
Host: serviceaorta.solidbyte.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Validation"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Validation xmlns="http://tempuri.org/">
<q>
<aorticsize>string</aorticsize>
<aorticsizelastyear>string</aorticsizelastyear>
<patientsize>string</patientsize>
<patientsizeunit>string</patientsizeunit>
<preg>boolean</preg>
<bicuspidvalve>boolean</bicuspidvalve>
<valvesurgery>boolean</valvesurgery>
<famdissection>boolean</famdissection>
<famsuddendeath>boolean</famsuddendeath>
<famaneurysm>boolean</famaneurysm>
<marfan>boolean</marfan>
<loeys>boolean</loeys>
<genetic>boolean</genetic>
<ehlers>boolean</ehlers>
<turner>boolean</turner>
<patientweight>string</patientweight>
<patientweightunit>string</patientweightunit>
<growth>int</growth>
<ratio>double</ratio>
<diameter>int</diameter>
<lastyeardiameter>int</lastyeardiameter>
<height>int</height>
<psize>double</psize>
<pweight>double</pweight>
<aindex>double</aindex>
</q>
</Validation>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ValidationResponse xmlns="http://tempuri.org/">
<ValidationResult>
<Resultat>
<resultid>int</resultid>
<description>string</description>
<classification>string</classification>
<recommendation>string</recommendation>
<recommendationC>string</recommendationC>
<class2014>string</class2014>
<rec2014>string</rec2014>
</Resultat>
<Resultat>
<resultid>int</resultid>
<description>string</description>
<classification>string</classification>
<recommendation>string</recommendation>
<recommendationC>string</recommendationC>
<class2014>string</class2014>
<rec2014>string</rec2014>
</Resultat>
</ValidationResult>
</ValidationResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Logique.asmx HTTP/1.1
Host: serviceaorta.solidbyte.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Validation xmlns="http://tempuri.org/">
<q>
<aorticsize>string</aorticsize>
<aorticsizelastyear>string</aorticsizelastyear>
<patientsize>string</patientsize>
<patientsizeunit>string</patientsizeunit>
<preg>boolean</preg>
<bicuspidvalve>boolean</bicuspidvalve>
<valvesurgery>boolean</valvesurgery>
<famdissection>boolean</famdissection>
<famsuddendeath>boolean</famsuddendeath>
<famaneurysm>boolean</famaneurysm>
<marfan>boolean</marfan>
<loeys>boolean</loeys>
<genetic>boolean</genetic>
<ehlers>boolean</ehlers>
<turner>boolean</turner>
<patientweight>string</patientweight>
<patientweightunit>string</patientweightunit>
<growth>int</growth>
<ratio>double</ratio>
<diameter>int</diameter>
<lastyeardiameter>int</lastyeardiameter>
<height>int</height>
<psize>double</psize>
<pweight>double</pweight>
<aindex>double</aindex>
</q>
</Validation>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ValidationResponse xmlns="http://tempuri.org/">
<ValidationResult>
<Resultat>
<resultid>int</resultid>
<description>string</description>
<classification>string</classification>
<recommendation>string</recommendation>
<recommendationC>string</recommendationC>
<class2014>string</class2014>
<rec2014>string</rec2014>
</Resultat>
<Resultat>
<resultid>int</resultid>
<description>string</description>
<classification>string</classification>
<recommendation>string</recommendation>
<recommendationC>string</recommendationC>
<class2014>string</class2014>
<rec2014>string</rec2014>
</Resultat>
</ValidationResult>
</ValidationResponse>
</soap12:Body>
</soap12:Envelope>