Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wsdl2rest generate wrong java package path for some namespaces #95

Open
ffang opened this issue Apr 3, 2020 · 1 comment
Open

wsdl2rest generate wrong java package path for some namespaces #95

ffang opened this issue Apr 3, 2020 · 1 comment
Labels

Comments

@ffang
Copy link

ffang commented Apr 3, 2020

for example, the targetNamespace of a wsdl is

targetNamespace="http://ibm.com/wdata"

Then in the generated camel-context.xml, the java type is like

type="com/wdata.ibm.WeatherRequest"

which should be

type="com.wdata.ibm.WeatherRequest"
@ffang
Copy link
Author

ffang commented Apr 3, 2020

this is the wsdl file in question

@ffang ffang added the bug label Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant