I am trying to use a third party web service which is exposed through a WSDL. I am generating stubs using wsdl2java (axis) tool.
Now when I am using the same service (the same wsdl) through a SOAP client (SOUP UI Pro) it asks for authentication header info for all APIs (aprt from the normal args).
But in proxy classes (stubs) I am not seeing any API asking for this authentication header info argument.
I am not sure how to send the authentication header info with a SOAP request.
FYI: WSDL2Java is generating the Authentication header info class also, but none of the API is asking for this object argument.