Package com.sforce.ws.tools
Provides command line tools (like: wsdlc, post) for WSC.
wsdlc usage:
java com.sforce.ws.tools.wsdlc [wsdl-file] [jar-file] [temp-dir]
post usage:
java com.sforce.ws.tools.post [endpoint-url] [request-file-name]
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:-
Class Summary Class Description PostMain This is a util class that can be used to post a message to the specified endpoint.VersionInfo versionwsdlc wsdlc is a tool that can generate java stubs from WSDL.WsdlcIterator Simple tool for running wsdlc on a group of wsdl files. -
Exception Summary Exception Description ToolsException ToolsException is thrown when the tools encounter an error.