You need to have JavaMail ( mail.jar ) and JAF ( activation.jar ) files in your classpath
-----Original Message----- From: DSL [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 January 2007 4:10 AM To: [email protected] Subject: Issue using client to deploy axis 1.4 Hello All, I have deployed using jboss 4.0.4 and I deploy my new axis based webservice. Then I ran the client to deploy and I get the following error: Jan 15, 2007 10:22:04 AM 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 Exception: AxisFault faultCode: { <http://xml.apache.org/axis/}HTTP> http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (400)HTTP method POST is not supported by this URL faultActor: faultNode: faultDetail: {}:return code: 400 Anyone have any idea what the problem is?
