I'm generating the server code for a WSDL which namespace ends with a version number "http://foo.bar.com/service/v1.0", and the generated java package is com.bar.foo.service.v1. The service refers to types defined on the namespace "http://foo.bar.com/service/v1.0/types" and the generated package for those is com.bar.foo.service.v1_0.types.
Is this the expected behavior? Shouldn't the service package also end with v1_0 ? Aside from explicitly supplying the package, is there a way to solve this? Agustin
