Please help me with this above ques. as i am new to netsuite. Scenario is i would like to call a WCF Webserivce from Netsuite, Whenever any record has been craeted from User Event script i would like to call this webservice and send some data using post method.
请帮我解决上面这个问题。因为我是netsuite的新手。场景是我想从Netsuite调用WCF Webserivce,每当从用户事件脚本中获取任何记录时,我想调用此web服务并使用post方法发送一些数据。
Please share any example of this...
请分享这个例子......
1 个解决方案
#1
1
To call the web service, I suggest using nlapiRequestURL(url, postdata, headers, method)
, where method
would be "POST".
要调用Web服务,我建议使用nlapiRequestURL(url,postdata,headers,method),其中method是“POST”。
For API details and usage instructions on how to use the function, you may look it up in the NetSuite Help Center.
有关如何使用该功能的API详细信息和使用说明,您可以在NetSuite帮助中心查找。
#1
1
To call the web service, I suggest using nlapiRequestURL(url, postdata, headers, method)
, where method
would be "POST".
要调用Web服务,我建议使用nlapiRequestURL(url,postdata,headers,method),其中method是“POST”。
For API details and usage instructions on how to use the function, you may look it up in the NetSuite Help Center.
有关如何使用该功能的API详细信息和使用说明,您可以在NetSuite帮助中心查找。