Hello, I am using a development tool that uses Axis2 with ADB databinding, not much chance of changing that. I have come across a web service that defines a business object that has a type= attribute that actually turns it into different objects. I finally managed to get axis2 to be able to parse the input by taking out the namespace definition before the type=, and making sure that all namespaces were defined before use, but the resulting java object doesn't have any of the subelements I would expect. And, I don't see any code defined for them either.
Is this a known limitation of ADB? If I use XMLBeans, I see all the objects get created, So far, I haven't figured out how to get the junit (-t to wsdl2java) stub classes to be filled in so that I can call the web service, so I don't know how well that will parse things, but at least all the classes are defined. Thank you for any knowledge you care to impart :-) Bill -- View this message in context: http://old.nabble.com/ADB-data-binding-not-generating-everything.-tp31780040p31780040.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
