Are you even using CXF at all? The situation you describe does not sound plausible. If you are using CXF, can you make a test case and post it?
On Fri, Nov 26, 2010 at 5:03 AM, Ted Roeloffzen <[email protected]> wrote: > Hi All, > At my company we're having a little trouble with the marshalling. Perhaps > you know a solution. > We're trying to connect to a third-party Webservice and we've created the > code ot ouf their WSDL. > We have a few classes, in the same package, with instance variables that > have the same name. > They don 't always have the same type. Sometimes their strings, other times > they are integers or something totally different. > The problem is that the JAXB marshaller keeps track of the variables names, > only not in combination with Classname > That's why we are getting marshalling exceptions. > Does anyone of you recognize this problem and if so, do you have a solution? > thanks a bunch > Greetings, > Ted >
