Netsuite | How to improve performance of PHPToolkit using caching in WSDL

When you are developing a webservice application in Netsuite ideally you would test it locally. Follow these steps to improve the performance of your PHP webservice application.NOTE: I’m using WAMP server in Windows.

  1. Open the php.ini file
  2. Look for extension=php_soap.dll line and remove the “;”. Do the same thing for extension=php_openssl.dll
  3. Look for the line: upload_tmp_dir; Change it to upload_tmp_dir = “c:/wamp/tmp” Where the directory is a valid one in your instance.
  4. Save the changes. To test this, restart all the services if you are using local apache server.

NOTE: The first execution of your webservice application would be slow because it is creating a session in your tmp directory.

No related posts.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>