Adding SOAP implicit headers to WSDL
My question is similar to this. How To Pass Soap Header When WSDL Doesn't Define It? But is different. For a web service I use, all methods need authentication which is sent in cleartext inside a SOAP header. However, my WSDL doesn't include any soap header information. I have a custom platform tool which I must use to generate code from the WSDL. Since the header info is not available, am unable to use the generated class directly - I do not want to manually modify the code to accommodate the header. I tried specifying the SOAP header in the WSDL but I failed to get the correct namespaces.