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!
AI capabilities embedded across the suite help boost productivity and give leaders an edge by helping them analyze data faster and generate unique insights that drive better decision-making. Watch these on-demand webinars to see how our AI capabilities can help you.
Streamline Invoice Processing with AI-Powered Automation
Use AI-Driven Insights for Faster, Better Planning and Forecasting
Streamline Invoice Processing with AI-Powered Automation
Use AI-Driven Insights for Faster, Better Planning and Forecasting
Issue with Axis and Sample installs
I've been encountered another problem with the sample from the NetSuite resource using Axis-SOAP.
I downloaded the zip, followed the instructions to build. My environment:
- Java SDK: j2sdk1.4.2_10
- Axis: axis-1_2_1
- NetSuite WebService ver. 1.0
The src.generated I got is not the same as that of your sample zip.
I got the errors on the compilation of the NSClient.java. Below is one of those errors:
[javac] C:\NetSuite\ver-1_1_0\src\com\netsuite\webservices\samples\NSClient.java:353: cannot resolve symbol
[javac] symbol : class Status
[javac] location: class com.netsuite.webservices.samples.NSClient
[javac] Status status = (_port.login(passport)).getStatus();
[javac] ^
0