If you encounter this error:
org.apache.axis.ConfigurationException: No service named com.esendex.ems.soapinterface/SendMessage is available
This is because the Apache Axis engine is not passing the errors on, instead giving the less useful org.apache.axis.ConfigurationException.
This hiding of useful error feedback is a known issue with the Apache Axis engine, more information and a workaround can be found here:
http://wiki.apache.org/ws/FrontPage/Axis/DealingWithCommonExceptions
Catherine
