I have added a service reference to my UWP
app project.
I seems everything have been generated correctly, according to the WSDL
.
The problem is that I don't know how can I add a SOAP header to every message. The reference generated includes a CustomHeader object (a POCO), with all the fields needed according to the request descripcion but I don't know how to either include a soap header and to add this custom header to it, via the generated request (or the generated ClientBase
).
Thanks in advance!