All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sforce.ws.wsdl.package.html Maven / Gradle / Ivy

There is a newer version: 62.0.0
Show newest version






Provides an WSDL Object model that can parse and generate WSDL.

To parse a WSDL:

    String wsdlFile = //location of the wsdl
    Definitions d = WsdlFactory.create(wsdlFile);

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:




© 2015 - 2024 Weber Informatics LLC | Privacy Policy