I currently access a web service, but the "service providers" are altering the requirements and require me to add more information to the header of the request I send them.
My program is written in c# and I have done a lot of research to whether this is even possible, and for the most part have come up blank.
A similar question was asked here: How to add custom Http Header for C# Web Service Client consuming Axis 1.4 Web service but all this solution did was produce errors I could not solve.
The error is:
" 'object' does not contain a definition for 'getWebRequest' "
With base.getWebRequest(uri);