Hi all, To give a little more detail I previously used axis 1.2RC3 and have upgraded to 1.4. My code is based around the SRW protocol and uses wsdl2java to generate all the stubs from the standards wdsl file.
In 1.2 the diagnostics are returned as an array wrapped in a diagnoticstypes object. However in 1.4 this has changed and now instead of getting the wrapper class I get the straight array of diagnostic records instead. However the server adds two disgnostic messages to an array and sets it in the response. The debugger shows these to be clearly set. When I get the response back at the client the first diagnostic has disappeared leaving only the second. IE the array has gone from 2 to 1 element. I have no idea what is causing this, can anyone help? Where should I look now? Regards Andy Foster --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
