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" ```
for example, the targetNamespace of a wsdl is
Then in the generated camel-context.xml, the java type is like
which should be