Package com.sforce.ws.tools
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:-
ClassDescriptionThis is a util class that can be used to post a message to the specified endpoint.ToolsException is thrown when the tools encounter an error.versionwsdlc is a tool that can generate java stubs from WSDL.Simple tool for running wsdlc on a group of wsdl files.