Skip to content

Version 1.2 prohibits configuring package per namespace #17

@legege

Description

@legege

It's no longer possible to specify the package name to be used per namespace.

Like specified in wsdl2java documentation, it's possible to change the package name per XML namespace: -p <[wsdl-namespace =]package-name>*.

Version 1.2 makes it impossible to specify this:

    options.addAll('-p', 'http://www..../service=com.example.service')
    options.addAll('-p', 'http://www..../local=com.example.local')
    options.addAll('-p', 'http://www..../common=com.example.common')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions