Hi all
I have now installed Apache Axis 2 by adding the .war file to my Tomcat webapps directory. This worked fine and I can log into the AXis 2 admin section.
I want to now try and use it, set up a Service, then write a client and a server class to test it all, and to set out in my own mind how this stuff works. All of the samles I have come across though have the following code
import org.apache.axiom.om.OMAbstractFactory;
import org.apache.axiom.om.OMElement;
import org.apache.axiom.om.OMFactory;
import org.apache.axiom.om.OMNamespace;
import org.apache.axis2.AxisFault;
import org.apache.axis2.context.MessageContext;
import org.apache.axis2.context.OperationContext;
import org.apache.axis2.context.ServiceGroupContext;
import org.apache.axis2.wsdl.WSDLConstants;
And I have no idea where these classes are, as Java cannot find any of them when i compile. Have I missed something with the installation of Axis 2, I assume I must have. How do I fix this?
Thanks for any input
Jake
Cross post here http://forums.devshed.com/apache-development-15/apache-axis2-import-omelement-others-problem-352595.html