I'm attempting to retrieve some data using an SSIS web service task. Unfortunately, it appears the request is being passed in UFT-16 when the service is expecting UFT-8. We've confirmed that this is the issue using php (i.e. we hardcode UFT-8 into the php call and it works), so I just need to figure out how to change the default encoding of my web service task to UFT-8. Please note: I don't know the first thing about the encoding stuff, so I hope I've made the problem clear because I'm starting to pull my hair out. :w00t:
Cheers,
Ben