Hi,Please go through the below points.REST is almost always going to be faster. The main advantage of SOAP is that it provides a mechanism for services to describe themselves to clients, and to advertise their existence.REST is much more lightweight ...
Hi,Following is the example to call the script include from the UI pages.Change the names according to your convenient.var ga = new GlideAjax('HelloWorld');ga.addParam('sysparm_name','helloWorld');ga.addParam('sysparm_user_name',"Bob");ga.getXMLWait(...
Hi,Take two values of the reference field. and convert it to String using toString() function. concatewith string inbuilt function or '+' and assign it to the one more string variable.Example:var string1;var string2=<reference fieldname>.toString()...
HI,Configure endpoint URL WSDL file in the SOAP messages module and click on the genarate sample soap message in related list.Based on your Endpoint URL u can access the function available in it.Using SOAP script u can access and pass the parameters....