Forum Discussion

malbaw's avatar
13 years ago

Getting error in response.

Dear All,

hope you are doing fine,

actually i'm beginner in soapui pro, while sending request i'm getting the following error in response :

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
<faultstring xml:lang="en-US">The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
</s:Fault>
</s:Body>
</s:Envelope>

3 Replies

  • al0's avatar
    al0
    Occasional Contributor
    This is unlikely to be the SoapUI's bug - it looks as if your service failed processing request.
      • SiKing's avatar
        SiKing
        Community Expert

        I think the error tells you what the problem is, and how to solve it:

         

        The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.

         

        What other suggestion would like?

         

        The problem is on the server, look in the server logs!