RE: Axis2 client JAR requirements

2007-01-16 Thread Danny Lin
10:21 AM To: axis-dev@ws.apache.org; axis-user@ws.apache.org Subject: RE: Axis2 client JAR requirements I copied all Axis2 jar files to my Tomcat shared/lib directory and removed 4 jars that are different versions: activation.jar commons-fileupload.jar commons-logging.jar mail.jar

RE: Axis2 client JAR requirements

2007-01-16 Thread Danny Lin
(HttpServlet.java:802) From: Danny Lin [mailto:[EMAIL PROTECTED] Sent: Monday, January 15, 2007 4:12 PM To: axis-user@ws.apache.org; axis-dev@ws.apache.org Subject: Axis2 client JAR requirements I have a webservice written using XMLBeans databinding. The client is

RE: Axis2 client JAR requirements

2007-01-15 Thread Danny Lin
us.sc.state.doc.intake.IntakeInmateMatchAction.searchSCDC(IntakeInmateMa tchAction.java:108) From: Danny Lin [mailto:[EMAIL PROTECTED] Sent: Monday, January 15, 2007 4:12 PM To: axis-user@ws.apache.org; axis-dev@ws.apache.org Subject: Axis2 client JAR requirements I have a

Axis2 client JAR requirements

2007-01-15 Thread Danny Lin
I have a webservice written using XMLBeans databinding. The client is also using XMLBeans. So far, I've got the web service running and the client (a Java class with main() method) is able to talk to the service without problems. In practice, I need to have a client from another webapp. I want to