camel-tooling / vscode-wsdl2rest

Deprecated - VS Code extension that provides access to the jboss-fuse/wsdl2rest utility to generate a Camel Rest DSL configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate a readme with next steps for the user

bfitzpat opened this issue · comments

At this point, the extension only generates the blueprint or spring Camel configuration file and the generated CXF classes that wrap the SOAP service to enable it to work in a RESTful way.

Other steps need to be documented, including what to add to the pom.xml as far as additional dependencies, etc.

The PR does two things:

  • updates the main project readme with a new section on what the extension actually DOES and what you may have to do after generating the wsdl2rest artifacts (i.e. update your pom)
  • adds a new readme file to the files that get generated that provides a list of the same artifacts they may have to add to their pom

At this point, since we don't update the pom directly (something we should possibly look at doing?), I am not sure what else we can do here.