I’ve created a simple guide to set up a Live Agent on an ORG with a custom console app. This is the link: Live_Agent_base_configuration.pdf . This is a really simple guide believe me and no further explaination is given, beucase the only aim is to make Live Agent working. Let me know what you think! […]
Tag: Salesforce
[NodeJS + Salesforce SOAP WS] How to consume a Salesforce SOAP WSDL
I was wondering how to consume Salesforce WSDLs with nodejs. I found Node Soap package (see npm) and I tried to consume a Partner WSDL. Then I saved the WSDL in the “sf-partner.wsdl” file and played with the methods to get nodeJS speak SOAP with Salesforce. var soap = require(‘soap’); var url = ‘./sf-partner.wsdl’; soap.createClient(url, […]
