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

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wsdl2Apex

Wsdl2Apex open source code

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?]
  5. To clean, run mvn clean

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

NOTE

Wsdl2Apex code is now seperated into the parsing part and the generated part. If using the parsing and generating funtions 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] [(optional) path-to-new-file]

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