com.sforce.ws.wsdl.package.html Maven / Gradle / Ivy
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: