NetSuite SuiteTalk SDK

212 views Asked by At

I am not able to find the JARs for these imports and I am searching the web since 1 hour. Could somebody please attach the required JARs here. Thanks a lot.

import com.netsuite.webservices.platform.core_2021_1.RecordRef;
import com.netsuite.webservices.platform.core_2021_1.SearchResult;
import com.netsuite.webservices.platform.messages_2021_1.ApplicationInfo;
import com.netsuite.webservices.platform.messages_2021_1.Preferences;
import com.netsuite.webservices.platform_2021_1.NetSuitePortType;
import com.netsuite.webservices.platform_2021_1.NetSuiteServiceLocator;
1

There are 1 answers

2
bknights On

You don't download those jars. You generate the classes using wsdl to client generator.

Instructions for using Apache Axis 1.4 are in the Netsuite help under the SOAP Web Services Quick Start topic.