Re: Need help working with xsi:type and ADB

2009-06-05 Thread Glen Mazza
I think I can answer my own question now. The ADBBean generated, RequestQuery in my example below, already had a nice addExtraAttributes() method for me to add the attribute but not an addExtraElement(OMElement) method to add the extra element--that's because my actual WSDL had an (causing the f

Need help working with xsi:type and ADB

2009-06-03 Thread Glen Mazza
Hello, I'm writing a client of a web service WSDL that uses xsi:type[1], which is a method of dynamically changing the type of element being used. (I'm using Axis2 with ADB). The WSDL just asks for a RequestQuery, as defined below: