[ http://issues.apache.org/jira/browse/AXISCPP-434?page=comments#action_12314308 ]
Samisa Abeysinghe commented on AXISCPP-434: ------------------------------------------- You need to have mailapi.jar downloaded from http://java.sun.com/products/javamail/downloads/index.html and activation.jar downloaded from http://java.sun.com/products/javabeans/jaf/downloads/index.html on your class path to eliminate this warning. > WSDL2WS Warning > --------------- > > Key: AXISCPP-434 > URL: http://issues.apache.org/jira/browse/AXISCPP-434 > Project: Axis-C++ > Type: Bug > Components: WSDL processing - RPC > Environment: n/a > Reporter: Fred Preston > Assignee: Samisa Abeysinghe > Priority: Minor > Fix For: 1.6 Alpha > > When creating a stub with WSDL2WS I get the following warning message:- > Command Line > ------------ > C:\getQuote>java -classpath > C:/wsdl2ws/wsdl2ws.jar;C:/java/axis.jar;C:/java/commons-discovery.jar;C:/java/commons-logging.jar;C:/java/jaxrpc.jar;C:/java/saaj.jar;C:/java/wsdl4j.jar > org.apache.axis.wsdl.wsdl2ws.WSDL2Ws GetQuote.wsdl -omyGetQuote -sclient > Warning message > --------------- > 14-Feb-2005 15:56:22 org.apache.axis.utils.JavaUtils isAttachmentSupported > WARNING: Unable to find required classes (javax.activation.DataHandler and > javax.mail.internet.MimeMultipart). Attachment support is disabled. > ignoring anonymous type >getQuote > ignoring anonymous type >getQuoteResponse > Code generation completed. > Defect > ------ > The defect is, How do I get rid of this warning message? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
