function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bvdbbvdb 

Apex Web Service Callouts to Netsuite

Does any one have any experience performing callouts from apex to Netsuite web services? I'm unable to generate classes from the Netsuite WSDLs due to schema problems. Just wondering if anyone has had any success with this and how you did it.

aalbertaalbert

If importing the WSDL into Apex doesn't work, you can use the HTTP and DOM classes in apex to construct the web service message.