![]() |
#6 |
Участник
|
Поменял 2006 на 2007, остальное не менял, на сколько я понимаю все остальное тоже самое. В результате получаю вот такую ошибку:
Код: <?xml version="1.0"?> <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> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Server was unable to process request.</faultstring> <detail> <error> <code>0x80040203</code> <description>request</description> <type>Platform</type> </error> </detail> </soap:Fault> </soap:Body> </soap:Envelope> |
|