WSDL to language code translation engine
The aim of the Wsdl2Code engine is to convert given SOAP service described with WSDL file into source code (classes, enumerations, metadata and so on) for the language user prefers (ActionScript 3, JavaScript and others, when available).
WSDL2Code translates WSDL file located on public URL into XML meta-model DOM and then generates source code for the selected language. As result user have Zip-archive that contains files with all classes and objects generated with some additional functionality necessary for performing web service calls and receive the response from remote party.
|