views:

731

answers:

4

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

A: 

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

Vaccano
+1  A: 

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

Clangon
+1  A: 

Does anyone know free tools that will allow me to do this? (WCFStorm is paid)

A: 

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

Steve