ctk05851
День добрый!
может кодировка бывает когда указано UTF-8, а внутри Windows-1251
Fiddler
по другому методу Status
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<m:Status xmlns:m="PayService.Service">
<m:partnerID xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">4L4D052A16WKWZG0</m:partnerID>
</m:Status>
</soap:Body>
</soap:Envelope>
ответ
<?xml version="1.0" encoding="UTF-8"?>
-<soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
-<soap:Body>
-<StatusResponse xmlns="PayService.Service">
<StatusResult>OK</StatusResult>
</StatusResponse>
</soap:Body>
</soap:Envelope>