Friday, October 5, 2018

How to resolve routing problems in web services during the release period

Question: How to resolve routing problems in web services during the release period

Answer:

1. As a workaround, on your c# code instantiate NetSuiteService() object say nss.

- Use the Url method and concatenate your account number:

nss.Url = nss.Url + "?c=ACCT#"; //specify your account number.

2. The original error encountered when setting the encoding type to unicode is referring to a Routing Problem.

No comments:

Post a Comment