Forum Discussion
I check operating system and IIS version - we have Windows Server 2008 R2 Enterprise and IIS 7.5.
I also check this problematic response, and I get this (it is SOAP response):
<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>
<soap:Text xml:lang="de">System.Web.Services.Protocols.SoapException: Could not find stored procedure 'sp_name'.</soap:Text>
</soap:Reason>
<soap:Node>Url to WbeService</soap:Node>
<detail>
<message>Could not find stored procedure 'sp_name'.</message>
<baseExceptionClass>System.Data.SqlClient.SqlException</baseExceptionClass>
<code>2812</code>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>
And I would like to get the same in TC, because now I can tell developers where is bug. I hope it is possible.
Related Content
- 10 years ago
- 2 years ago
- 4 years ago
- 7 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago