Hi
On 21/03/12 16:31, Jose Noheda wrote:
Hi,
I have a jaxws:client that proxies a web service. Unfortunately, I have two
environments to test against and each of them expects a different
targetNamespace. If I hardcode the namespace in the interface some tests
fail (with reason). Is there a way to indicate the correct namespace
dynamically?
Regards
Try the Transform Feature:
http://cxf.apache.org/docs/transformationfeature.html
Get those jaxws:clients which talk to the targets expecting different
namespaces configured with the feature. Alternatively configure the
target endpoints...
Cheers, Sergey