Discussions
Java stub file 2.6
Is there any way to get JAVA 2.6 stub files as a ZIP.
If there is URL to get this please publish it.
The problem is when I create JAVA stub files using the AXIS WSDL2JAVA it's
not creating some java files like SEARCHENUMMULTISELECTFIELD, PricingMATRIX to name a few.
Also in the TransactionsearchBasic it generated Type field as string array where as in 2.5 it's a seacrh field.
In 2.6
private java.lang.String[] type;
In 2.5
private com.netsuite.webservices.platform.core_2_5.SearchEnumMultiSelectField type;
Becuase of the above problems iam not able to use TransactionSearchBasic with type as search criteria. WheN I do TransactionSearchbasic without this it's returning so many record types which I do not need and so much network traffic.