Posting an image and textual based data to a wcf service
        Posted  
        
            by James Hay
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by James Hay
        
        
        
        Published on 2010-05-05T11:59:36Z
        Indexed on 
            2010/05/07
            7:58 UTC
        
        
        Read the original article
        Hit count: 342
        
I have a requirement to write a web service that allows me to post an image to a server along with some additional information about that image.
I'm completely new to developing web services (normally client side dev) so I'm a little stumped as to what I need to look into and try.
How do you post binary data and plain text into a servic?
What RequestFormat should I use?
It looks like my options are xml or json. Can I use either of these?
Bit of a waffly question but I just need some direction rather than a solution as I can't seem to find much online.
© Stack Overflow or respective owner