Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Not able to generate Java objects from sandbox WSDL
Hi,
We are trying to generate Java client stubs from (https://webservices.sandbox.netsuite.com/wsdl/v2010_1_0/netsuite.wsdl) WSDL using axis (by running an ant build file), its missing some of the classes to generate (eg: InvoiceItemList). Also there is data type discrepency in genrated classes (eg: setItemList() method invoice.java given in Netsuite sample application download
public void setItemList(com.netsuite.webservices.transactions.sales_2010_1.InvoiceItemList itemList)
setItemList() method invoice.java generated by us
public void setItemList(com.netsuite.webservices.transactions.sales_2010_1.InvoiceItem[] itemList).
)We haven't noticed any error while generating these classes.
JDK version : 1.5
Axis : axis1.4
Any suggestion to overcome this would be appreciated.