Afin de recevoir des informations sur la compagnie, le schéma suivant doit être passé. Lors de l’appel, le nœud <Result> n’est pas requis. Le schéma retourné sera le même avec le nœud <Result> ainsi que le nœud <ViaVersionRestriction>.
<?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>
<cApiCieInfo>
<Result>
<ResultState></ResultState>
<ResultDetail></ResultDetail>
</Result>
<ApiID></ApiID>
<CieID></CieID>
</cApiCieInfo>
</soap:Body>
</soap:Envelope>
Schéma retourné :
<?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>
<cApiCieInfo>
<Result>
<ResultState></ResultState>
<ResultDetail></ResultDetail>
</Result>
<ApiID></ApiID>
<CieID></CieID>
<ViaVersionRestriction></ViaVersionRestriction>
</cApiCieInfo>
</soap:Body>
</soap:Envelope>