openrefactor / wsdl2rest-spring

A tool allowing quick migration from existing JAX-WS services to spring-rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generates REST endpoints from WSDL

A tool allowing quick migration from existing JAX-WS services to REST services.

Derived from https://sourceforge.net/projects/wsdl2rest

Usage

wsdl2rest [options...]
 --wsdl URL               : URL to the input WSDL (required)
 --out PATH               : Output path for generated artefacts (required)
 --blueprint-context PATH : Path to the generated blueprint camel context file
 --camel-context PATH     : Path to the generated spring camel context file
 --jaxrs URL              : Address of the generated jaxrs endpoint
 --jaxws URL              : Address of the target jaxws endpoint

About

A tool allowing quick migration from existing JAX-WS services to spring-rest

License:Apache License 2.0


Languages

Language:Java 100.0%