Reques
<?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>
<GetDataCache xmlns="http://tempuri.org/">
<strAuthenData>string</strAuthenData>
<strGUID>string</strGUID>
</GetDataCache>
</soap:Body>
</soap:Envelope>
Response
<?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>
<GetDataCacheResponse xmlns="http://tempuri.org/">
<GetDataCacheResult>xmlxml</GetDataCacheResult>
<objResultMessage>
<IsError>boolean</IsError>
<ErrorType>No_Error or LoadInfo or Insert or Update or Delete or SearchData or GetData or InvalidIV or TokenNotExist or TokenInvalid or CheckData or Others or UserDefine</ErrorType>
<Message>string</Message>
<MessageDetail>string</MessageDetail>
</objResultMessage>
</GetDataCacheResponse>
</soap:Body>
</soap:Envelope>
in: please help me get Result from webservice.thanks.
Original issue reported on code.google.com by dinhhieuac@gmail.com on 14 Nov 2011 at 4:00
Original issue reported on code.google.com by
dinhhieuac@gmail.com
on 14 Nov 2011 at 4:00