
Very simple and powerful concept. Run this XSLT stylesheet on a WSDL file and it will generate a VB 6 class that acts as the proxy to the Web service. You can then add this class to your project, instantiate an object from it, and call it without worrying about the SOAP client etc. Best of all, the generated proxy uses the correct data types for parameters and return values so you get statement completion and compile-time type checking too!
|