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:

Classes

ComplexTypeGenerator This class contains util methods used by type.template. 
ConnectionGenerator ConnectionGenerator 
PostMain This is a util class that can be used to post a message to the specified endpoint. 
SimpleTypeGenerator SimpleTypeGenerator 
TypeGenerator TypeGenerator 
VersionInfo version 
wsdlc wsdlc is a tool that can generate java stubs from WSDL. 
wsdlc.ToolsJarClassLoader  

Exceptions

ToolsException ToolsException is thrown when the tools encounter an error.