问题描述
我想使用SuiteTalk在网店(PHP)和Netsuite之间建立网关.
I would like to build a gateway between a web-store (PHP) and Netsuite using SuiteTalk.
我正在使用Ubuntu 14.04,并希望设置测试环境.Apache/2.4.7等已经启动并运行.网站正在运行.
I am working on Ubuntu 14.04 and would like to set up the environment for testing.Apache/2.4.7 etc.. is already up and running. Website is working.
有人可以告诉我我需要经历的第一步,以便能够开发和测试Web应用程序(PHP)与Netsuite之间的通信.
Could someone give me an idea of the first steps I will need to go through in order to be able to develop and test the communication between my web application (PHP) and Netsuite.
与Netsuite的直接连接完全必要吗?是否有NetSuite沙箱?
Is a direct connection to Netsuite necessary at all? Is there a NetSuite sandbox?
我一直在访问这些页面,这些页面似乎包含有关如何使用SuiteTalk的许多信息:
I have been visiting these pages which seem to contain a lot of information on how to work with SuiteTalk:
http://www.netsuite.com.au/portal/platform/developer/suitetalk.shtml
http://www.netsuite.com. au/portal/developers/resources/suitetalk-sample-applications.shtml
正如我所说,这只是为SuiteTalk(Java轴等)设置环境的第一步.
As I said, it is just about the first steps to set up the environment for SuiteTalk, (java axis etc..)
感谢任何能提供帮助的人.
Thanks to anybody who could help.
致谢
推荐答案
第一件事是您需要访问NetSuite Test帐户,您可以从此处. NetSuite中的沙箱帐户仅供应给生产NetSuite帐户用户,该用户是真实帐户的副本.
First thing is you would need access to a NetSuite Test account, you can request a free community edition from here . Sandbox account in NetSuite is provisioned only to a production NetSuite account users, which is a replica of live account.
一旦您拥有测试帐户的访问权,就可以阅读帮助主题,例如使用Apache Axis使用Java构建应用程序"和使用Web Services PHP Toolkit",其中包含有关入门的逐步信息,具体取决于要选择Java或PHP.
Once, you have got access to a test account, you can read help topics like "Building an Application with Java using Apache Axis" and "Using the Web Services PHP Toolkit", which has step wise information on getting started, depending on you want to choose Java or PHP.
一旦准备好测试帐户和开发环境,您还可以尝试使用示例应用程序的代码,也可以对员工或客户进行简单的搜索.
There are also code for sample application which you can try or your can write simple search on employee or customers once you have a test account and development environment ready.
这篇关于NetSuite-SuiteTalk-PHP-安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!