Netsuite connection through webservices - How to select WSDL version?

On a custom flow to connect Netsuite with a 3PL app we had to pull out data from Netsuite that is not available on Celigo rest API, but it's available on web services.

When trying to make the change to web services we see the list that we want to pull data but we get an error (seems to be related to the WSDL version 2018.1), but I couldn;t find a way to select a different WSDL.

Is it feasible to select the version of WSDL to be used? or this is predefined by celigo.

0

Comments

1 comment
Date Votes
  • Official comment

    Hey Alejandro,

    You're correct that there isn't a way to change the WSDL. We plan to upgrade to the newest version of the WSDL by the end of September.

    As a workaround, you can use integrator.io to create a custom record that contains all the necessary info to create the record you're needing to create. For example, if I wanted to create customers, I could have a custom record type in NetSuite called "Customer to be Created", then I could create one of these records from integrator.io.

    Then, you'll want to add a workflow or user-event script to this custom record type which performs whatever actions you need in NetSuite. In my example, I'd add a workflow that is triggered whenever a "Customer to be Created" record is created, and the workflow would do the actions to create the customer described by this record.

    Let me know if you have any questions about that! Or, if that won't work, let us know and we'll see if we can think of another workaround.

    Thanks,
    -Lucian

Please sign in to leave a comment.

 

Didn't find what you were looking for?

New post