SOAP Vs Rest BasicsSOAP Structure
Authentication Using SOAP
SOAP Message API
Are my Questions answered? |
SOAP Concepts & Terminology
Direct Webservices
The standard SOAP API is a set of globally defined functions that can be performed on a table in ServiceNow, these functions cant be changed. Direct Webservice API is defined by the format https://<instance name>.service-now.com/<table name>.do SOAP Response APIs
The API which uses these function is SOAPResponseV2 for ex : var r = new sn_ws.SOAPMessageV2('SOAPMessage, 'function'); var resp = r.execute(); var hdrs = resp.getAllHeaders(); for(var i in hdrs){ gs.log(hdrs[i].name + ': ' + hdrs[i].value); } |
Cheatography
https://cheatography.com
ServiceNow SOAP - Cheat Sheet Cheat Sheet (DRAFT) by bibingokuldas
SOAP API in ServiceNow
This is a draft cheat sheet. It is a work in progress and is not finished yet.