Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:Using the WSDL Validator Outside of Eclipse

Hello,

I have to validate wsdl generated by our project and looking for a good solution. I googled to this plugin and tried it via Eclipse. Looks like it pretty enough and it could be great if I can use it inside my project for automated testing. Unfortunattely I'm too newby in java and it's a big trouble for me to apply WST. Could you, please, provide me some sort of start program, i.e. hello-world, how can I plug in org.eclipse.wst.wsdl*.jar files into simple java program? I have spent some time trying but have no chances :( For example, it could be fine to see how to apply your instructions from the article:

WSDLValidator validator = new WSDLValidator(); IValidationReport report = validator.validate(URI, INPUTSTREAM, CONFIGURATION);

Thanks for your pattience.

Back to the top