vote up 0 vote down star

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

flag

4 Answers

vote up 0 vote down check

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

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.