>
> Isn't this file something we should generate by the harness? Why does a
> test developer need to write this file?
If the developer wants to do something like change the generated method
or param names, then s/he needs to write the file himself. But if we
just use the defaults and assume that everything (sei, jaxb objects) are
in the same package as the impl class that the developer wrote, then it
should be easy to generate. I *think* we just need the package of the
endpoint impl and the target namespace of the wsdl.
Generating the file means handlers can't be specified this way, but we
can work them in a different way.
Bobby