jboss-fuse / wsdl2rest

A tool allowing quick migration from existing JAX-WS services to REST
Apache License 2.0
25 stars 22 forks source link

issue #72 - retrieve SOAP address from wsdl if possible #76

Closed bfitzpat closed 5 years ago

bfitzpat commented 5 years ago

Signed-off-by: Brian Fitzpatrick bfitzpat@redhat.com

bfitzpat commented 5 years ago

Will see what I can do

bfitzpat commented 5 years ago

@apupier - some updates

I fixed the comment -- it should have been JAX-WS address, not JAX-RS.

And I modified one test and added three others to show the new functionality through the four cases you suggested.

tdiesler commented 5 years ago

ok to test

bfitzpat commented 5 years ago

Created https://github.com/jboss-fuse/wsdl2rest/issues/77 to handle the two stranded bits of code review feedback after the automated merge.