The debug console is receiving exceptions for the Base Library

Asked By 0 points N/A Posted on -
qa-featured

The debug console is receiving exceptions for the Base Library.

What is the cause of this?

Error:

Failed to invoke the service.

SHARE
Answered By 0 points N/A #139319

The debug console is receiving exceptions for the Base Library

qa-featured

WCF Test Client won't be useful for web-based endpoints. If some standard for representing web-style endpoints emerges when WCF ships its next version, we'll likely update the test client to support it, but for now there's none widely adopted.

One alternative you can try is to create the test client yourself in code using the ChannelFactory<T> class (using the same contract / binding / behavior used in the service.

Related Questions