I m trying to send a complex HTTP POST request to a web service. The web service was created using VS2008, in which you can set VS to create HTTP POST and GET interfaces alongside the SOAP one.
Now the request is asking for both string parameters (username, file description, etc.) and the file itself, represented as Base64Binary.
When creating Web Services in VS (not asp.net web services) and setting them to accept HTTP POST request - is it possible to send HTTP POST requests containing both string parameters and binary data?