Aditya Chava created CXF-6500:
---------------------------------
Summary: autoNameResolution option using Dynamic CXF client
Key: CXF-6500
URL: https://issues.apache.org/jira/browse/CXF-6500
Project: CXF
Issue Type: Bug
Environment: Apache CXF 3.0.5
Reporter: Aditya Chava
Hi There
I am using JaxwsDynamicClient and I am trying to generate classes for a wsdl
for which i am gettting " A class/interface with the same name "XXXXXX" is
already in use. Use a class customization to resolve this conflict." There is a
way using Apache CXF i.e autoNameResolution but is there a way to achieve using
dynamic client.
I tried using
{code}
JaxWsDynamicClientFactory factory = JaxWsDynamicClientFactory.newInstance();
String options [] = {"XautoNameResolution"};
factory.setSchemaCompilerOptions(options);
{code}
but no luck. Please help me in this regard.
Thanks in Advance
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)