Hi. I'm quite new to AXIS and would like to get some of the opinions of more experienced users on my problem.
I am currently writing an application in Java that will interact with a web service written using GSOAP. I have the WSDL and could possibly generate code using WSDL2Java. I have tried this out, but have been unable to get the SOAP header details. It's quite possible that the header will contain some important information for the message transport, such as a checksum. So I will need to access header information somehow - does anyone know how to do this with generated code. I tried using the static MessageContext class to get the current message, but I just get null when using that with generated classes. Do you think that I will need to use Dynamic Invocation Interface? Any help into the above matter would be greatly appreciated. Thanks James This email is intended solely for the use of the named addressee(s). Any unauthorised disclosure, copying or distribution of the confidential information contained therein, or the taking of any action based on it, is prohibited. The sender disclaims any liability for the integrity of this email. Legally binding declarations must be in written form.
