tags:

views:

170

answers:

1

I am trying to create a wcf client for tinyUrl. However, the tinyUrl API returns a plain text response and the WCF webHttpBinding doesn't seem to understand it. Is there anyway to tell WCF I am expecting a plain text response from the server?

A: 

Have you figured this problem out by now? I'm having the exact same problemn but cant find a solution.

Ferdy