Hi, I want to prefix a string to certain namespaces in the generated tags in the source code(from wsdl 2 java). Any examples of how I can do it?
In wsdl, say target namespace is http://services.foo.com In java interface generated, I need the tag @WebService(targetNamespace = http://prefix.services.foo.com/, ...) Thanks, Vinay
