Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Problem generating client side code from WSDL
Hi,
I am using java to generate client side code from 1.3.1 wsdl using axis 1.2.1 as follows on the command line:
java -cp c:\axis-1_2_1\lib\axis.jar;c:\axis-1_2_1\lib\commons-logging-1.0.4.jar;c:\axis-1_2_1\lib\commons-discovery-0.2.jar;c:\axis-1_2_1\lib\jaxrpc.jar;c:\axis-1_2_1\lib\saaj.jar;c:\axis-1_2_1\lib\wsdl4j-1.5.1.jar;c:\axis-1_2_1\lib\activation.jar org.apache.axis.wsdl.WSDL2Java https://webservices.netsuite.com/wsdl/v1_3_1/netsuite.wsdl
and I see the following:
--------------------------------------------------------------------------
warning:Aug 2, 2006 3:34:27 PM org.apache.axis.utils.JavaUtils isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.inte