Thanks in advance everyone!
Background:
I have a WCF web service running that is communicating with an iPhone app over SOAP.
The WCF web service method is expecting a byte[].
Problem:
Now I need to transfer images to and from the the iPhone app to the web service. I have been manually creating the SOAP request and sending it to the web service using the NSURLConnection class.
How do I create the SOAP request to include the PNG image data that is to be received by the web service method as a byte[]?
Please feel free to post any questions you have, I know I have not included all the details.
Thanks!