Hi
We upgrade from Axis2 version 1.5.4. to newest 1.6.2. I use java.
In old java codes , we used for methods to throw old org.apache.soap.
SOAPException(http://org.apache.soap.SOAPException) it was newly changed to
javax.xml.soap.SOAPException(http://javax.xml.soap.SOAPException).
But newly creat
Hi,
We are currently using Axis2 1.4 version for our webservices. We would like to
update it to use the latest Axis2 release which is Axis2 1.6.2.
Are there any specific changes/steps involved for the upgrade OR Should I just
download Axis2 1.6.2 version and build my server & client stubs usin