I am attempting to do the contract first development of a service and when you click on the Spring DSL and select the Import Web Service link, the dialog pops up and request the WSDL url and the Target Package (Model) for where to build this.
Why do you have to set a target package?
I don’t like that the outcome of this generation is the target package plus the namespace.
So essentially if I put target package com.foo and mynamespace is http://foo.com/, then the generate java package is com.foo.com.foo.
Isn’t there a way not to select a target package and only use the package from the namespace?
Thanks,
Jay