Ali Tc
Ali Tc

Reputation: 7

NetSuite SuiteTalk SDK

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;

Upvotes: 0

Views: 481

Answers (1)

bknights
bknights

Reputation: 15367

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.

Upvotes: 0

Related Questions