Merhaba asp sitemde soap ile sorgu gönderdiğimde böyle bir xml geri dönüyor. Sebebi ne olabilir. Aynı bilgiyi iki kere de göndermiyorum.
<?xml version="1.0" encoding="utf-8" ?> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <soap:Fault> <soap:Code> <soap:Value>soap:Receiver</soap:Value> </soap:Code> <soap:Reason> Server was unable to process request. ---> The entry 'Database Trace Listener' has already been added. (C:\Web\connact\web.config line 14) </soap:Reason> <soap:Detail /> </soap:Fault> </soap:Body> </soap:Envelope>
Buda soap ile sorgu yaptığım kod. Aşağıda iki kere yaptığım birşey var mı ?