highsource / wbs

Repository for tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this example:

git clone https://github.com/obogrew/wbs.git

cd wbs

mvn clean
mvn generate-sources

ls src\main\generated\org

-> package name is "wrong" It means that the mapping has not fired.

Let's remove the import and create one WSDL file instead of two. It is done on another branch.

rm -rf src\main\generated

git checkout no_import

mvn clean
mvn generate-sources

ls src\main\generated\org

-> package name is "right" The mapping has fired and namespace has changed from org.wrong to org.right

About

Repository for tests


Languages

Language:Java 100.0%