We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
this is the wsdl file in question
Sorry, something went wrong.
No branches or pull requests
for example, the targetNamespace of a wsdl is
Then in the generated camel-context.xml, the java type is like
which should be
The text was updated successfully, but these errors were encountered: