john_andersen
Tera Guru

I have always complained silently whenever I was connecting to a web service that contained over eight tag elements that needed data. I even once worked with a web service that required over a hundred elements of data. One of the things that made it difficult was that if I wanted to test the web service function or use the "Preview script usage" link to generate code for me, I needed to enter in all of the variables in the SOAP Message Parameter list. Once you start getting over ten or twenty variables that would get tedious indeed.

In less than 10 minutes I created a UI Action that auto-generates the SOAP Message Parameters variable records for me based on what is in the SOAP Envelope. I don't know why I didn't do this years ago!

Read how you can do this to: Auto Generate SOAP Message Parameters in ServiceNow