Hi all,
I'm beginning to use CXF-BC, in some use case where i need to expose
my sa ( process )
with a particular wsdl interface that is predefined, and i cannot
*autogenerate*.
So the aim is to use CXF-BC where i've just the wsdl.
The problem, is that this wsdl, contains, some *xsd import*
instructions, with schemaLocation
attribute. For this reason i've seen in servicemix there's an utility
class WSDLFlattener that
could make me happy to avoid locations import in wsdl.
BTW i need to flatten the original WSDL definition, for all the port
type defined in the wsdl.
The WSDLFlattener seems to cover the use case, only if i want to get a
flattened for
a particular portType.
Is possible to modify the WSDLFlattener so to flatten all portType???
Andrea