I recently had a customer ask if there were any way to submit XML data to a service-now instance for processing. My first response was, “Yes! SOAP Web Services”. For some reason, however, their integrating platform was incapable of sending SOAP messages, but it could perform an HTTP Post of XML data. I played around [...]
I ran into situation the other day where I had been doing a Javascript “Replace” function on a string of text. The Javascript replace looked intriguing because I could use a regular expression and have it replaced with a give string through an entire text. The product requirements insisted that this would only be a [...]
The other day I needed to do some testing with files of a very specific size. I was on a Windows PC that day, so I needed to find a tool that would work on a windows machine. I originally had thought to give it a spin in Python or Perl, but before I got [...]
For the past few years, if you needed ServiceNow to send a SOAP request to a third-party web service that was behind a firewall, you needed to establish a VPN connection between your ServiceNow instance and the third-party Web service. As of a recent release in 2011 all that has changed! Built by popular demand, [...]