Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
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!
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