Skip to content

wsdl2rest generate wrong java package path for some namespaces #95

Description

@ffang

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions