RE: SOAP Connection

Hi

I am new using Suite Talk, to integrate NetsuiteĀ  with Shopify

Can you please guide me through setting the connection as a first step

Since the help material and examples are not helpful in Netsuite

they provided examples that are not related to the description they provided

ramezfaheem Rookie Asked on February 26, 2020 in SuiteTalk.
Add Comment
1 Answers

This question can take a long time to answer. You would need to provide a lot of details up front.

Basic setup is as follows:

Next is to make sure your client is setup. Thats very language and framework specific. If you just want to try out sending requests, I use soap-ui (I honestly dont like it too much, I just haven’t found better).

  1. You create a new SOAP project in soap-ui by giving it the location to the wsdl: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_N3413913.html
  2. It will generate templates for each request that exists
  3. You will need to change the url used for the request. NetSuite has different domains for each account: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1498251763.html
    1. Keep in mind that you should only change the domain. Only replace http://webservices.netsuite.com, keep the rest of the path the same
  4. After that you can fill in the values in the template. This tends to require knowledge about how SOAP works. NetSuite’s xml uses more advanced features like abstract types.
Advanced Answered on February 26, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.