Hi, Is it possible to specify header parameters in a web service's WSDL ? Specifically, I want to ensure that a client sends the following elements in a SOAP header:
<authentication>
<username></username>
<password></password>
</authentication>
Can this be enforced in the WSDL?
Many thanks
Sam
