Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.12 KB

File metadata and controls

26 lines (17 loc) · 1.12 KB

Netuite Java Client

Netsuite Java client for SOAP API v2019.1.

As required by Netsuite, the client is generated with Apache Axis 1.4 together with the Netsuite Axis Patch.

Generate new client version

The Apache Ant file (build.xml) is created according to the instructions from the Netsuite Help Center. You only need to change the WDSL URL in axis-wsdl2java task and execute

ant generate.interfaces

See also