Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Get ready to take on exciting new challenges and become the next SuiteMaster of the Month!
Join the largest gathering of the NetSuite Community at SuiteWorld in Las Vegas, September 9-12! Discover cutting-edge innovations, attend insightful sessions, network with industry leaders, and elevate your business to new heights. Register here!
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
0