Tags: classes

Creating Objects in JScript

January 8th, 2009
I am working on project that uses JScript to communicate with Web Services. To try and make my life a little easier I wanted to figure out how to write a JScript library that would generate my soap requests and help me with the responses. I found the fol… more »