Vaccano
Vaccano

Reputation: 82291

How to get EF Objects to work in the WCFTestClient

I have a solution that has some EF objects. I want to pass them down to the client.

When I try to test this in the WCFTestClient.exe I get this error on my objects:

"This operation is not supported in the wcf test client"

Is there a way to set things up so I can pass my Entity objects down to the client or am I going to have to make a separate class that duplicates everything.

Vaccano

Upvotes: 1

Views: 1331

Answers (3)

Steve
Steve

Reputation: 12004

why not just create your own client? Its only 10-15 minutes of coding (if that)

Upvotes: 0

Clangon
Clangon

Reputation: 1408

Try out SOA Cleaner, can be found at http://xyrow.com, it might work.

Upvotes: 1

Vaccano
Vaccano

Reputation: 82291

This cannot be done with the WCFTestClient. I am researching some other clients to see if they will do it (ie WCFStorm)

Upvotes: 1

Related Questions