Axis web service deployment problem, please help
843833Apr 12 2006 — edited Jan 23 2008Hi,
I am trying to deploy a simple web service using axis under tomcat.
I'n able to deploy echo web service from axis sample codes.
But I couldn't deploy my own service.
D:\>java org.apache.axis.client.AdminClient deploy.wsdd
Here is the response:
Apr 12, 2006 3:36:51 PM org.apache.axis.utils.JavaUtils isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler and javax
.mail.internet.MimeMultipart). Attachment support is disabled.
Processing file deploy.wsdd
<Admin>Done processing</Admin>
It says done processing, however, the service was not added into the config file.
Can anyone please tell me where I can check out the log file, or where to look for problems?
Thanks a lot.