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.
- Open the php.ini file
- Look for extension=php_soap.dll line and remove the “;”. Do the same thing for extension=php_openssl.dll
- 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.
- 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.
Connect!
Enter your WordPress.com blog URL
http://.wordpress.com
Proceed