Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Axis web service deployment problem, please help

843833Apr 12 2006 — edited Jan 23 2008
Hi,
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2008
Added on Apr 12 2006
4 comments
371 views