Hi,
I have a question and wonder if there is anyone came across the same situation as I did.
I upgrade java version from 1.4 to 1.6,
the java6 includes soap package itself, which means the axis soap libs i used previously will not be invoked. for example, javax.xml.soap.SOAPMessage.
Is there anyway that I can explicitly force the application to use old soap function, not the one included in java6, because it's not working for me...
Thanks!