How to create a header section to authenticate a request from classes generated from an xsd file?
For a SOAP request, I have some xsd files from which I have generated Java classes. All the necessary files (both request and response classes) got generated except for the authentication class. Now I am not able to write a method which will be authenticating my request. I am new to using SOAP. Any sort of help will be appreciated.
0