Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
NetSuite WSDL under Coldfusion?
Hi,
I'm attempting to access the NetSuuitetu web service under Coldfusion but I'm a bit stuck...I can instantiate the WebService object like so:
<cfscript>
ws = CreateObject("webservice", "https://webservices.netsuite.com/wsdl/v1_3_1/netsuite.wsdl");
</cfscript>
and it dumps out all the methods, etc, but I'm unclear as to how to proceed....how do I access for instnace the login method; I can't seem to find the right kind of paramater to pass in?
Any help would be greatly appreciated!
Thanks
Aaron
0