That won't work, you are just setting a %Net.HttpRequest object in a (private) variable called HttpRequest that is destroyed when the method ends.
You need to set/change the %Net.HttpRequest instance contained in the ..%Client property of the adapted AFTER the web service client class is set/instantiated in ..%Client.
Did you had a chance to test the modified adapter I've posted? Maybe tomorrow I'll have time to test it.
- Log in to post comments