Ha a válaszüzenetben a hiba szekció nincs kitöltve, akkor a <OFFERDATA> elemben találjuk az ajánlat adatait.
Lehetséges hibák:<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>
<Universal xmlns="WebService.GeneraliGroup.hu/Calculate">
<UserAccount>1</UserAccount>
<Request>
<UniversalDocument xmlns="Calculate/UniversalDocument">
<HEAD>
<PRODUCTNAME>KGFB</PRODUCTNAME>
<ERROR>
<CODE />
<SOURCEVARIABLEID />
<REFVARIABLEID />
<MESSAGE />
</ERROR>
</HEAD>
<INPUTS/>
<OFFERDATA>
<OFFERNUMBER>valodiajanlatszam</OFFERNUMBER>
<OFFERSTATUS />
</OFFERDATA>
<OUTPUTS/>
</UniversalDocument>
</Request>
</Universal>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<UniversalResponse xmlns="WebService.GeneraliGroup.hu/Calculate">
<Reply>
<OFFERDATA>
<OFFERNUMBER>valodiajanlatszam</OFFERNUMBER>
</OFFERDATA>
</Reply>
</UniversalResponse>
</soap:Body>
</soap:Envelope>