h...@all
I am trying to run wsdl2java against a WCF WebService implementation based on .NET 3.5. The problem is I am getting the following exception: Caused by: com.sun.istack.SAXParseException2: Two declarations cause a collision in the ObjectFactory class. I am thinking about getting around this problem by using binding files. WCF uses wsdl file imports instead of xsd file imports. So how do I specify bindings for imported wsdl documents? Is there a good tutorial available for this case or anything else about interoperability between CXF and WCF? Thanks in advance Mirko
