For a project I'm talking to a SOAP service. This service is using authorization HTTP headers: one static, one dynamic token.
The project is written in C#. I used the XML Schema Definition Tool (XSD.exe) to generate classes from the XSD's. I'm looking for a good way to add the autorization HTTP request headers to the endpoint url (System.ServiceModel.EndpointAddress). I want to keep using the already generated Schema.cs with XSD.exe.
I searched the internet, but I cannot find a solution fast. Does anyone know how to do this?
Thanks a lot.
Jordy