Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

forcedotcom/WSDL2Apex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WSDL2Apex

WSDL2Apex takes a WSDL file and generates the Apex stubs for it. This is used in, and is part of the Force.com IDE plug-in. However, since it can be used a standalone tool, we have factored it out into its own project.

How to Use

  1. Clone this repository.
  2. In the directory, use the command mvn install package.
  3. After it has finished, use the command cd target to switch to the right directory
  4. Execute the jar: java -jar WSDL2Apex-1.0.jar [path-to-wsdl] [path-to-new-file] [want asynchronous class? (yes|no)]
  5. To clean, run mvn clean

To run the test, use the command mvn test in the base directory

Note

WSDL2Apex code is now separated into the parsing part and the generated part. If you are using the parsing and generating functions in the main class, be sure to use the parse method first and then the generate method.

Parse method takes [path-to-wsdl]

Generate method takes in [names-of-generated-classes] [want asynchronous class? (yes|no) ] [(optional) path-to-new-file]

License

Eclipse Public License (EPL) v1.0

WSDL2Apex also uses the following libraries/frameworks in their binary form, which have their own respective licenses:

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published