Hi Axis folks, I'm new to Axis. And I have the following questions:
1) what version of Axis does Jboss (particulary 4.0) support? 2) I used Axis 1.4 to generate Java classes from my WSDLs. I re-peated the process using Axis 1.1 (since Jboss doesn't seem to support some of the libraries my classes need), however, I observe the intersting behavior that the classes generated by Axis 1.1 seem to make refernces to libaries existing only in Axis 1.2 +. Any ideas? Thanks, Ernie -----Original Message----- From: Thilo Frotscher [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 6:58 PM To: [email protected] Subject: Re: [Axis2] More questions on WSDL2Java options > Think of it as this. The skeleton is not dependant on any Axis2 > Specific libraries (unless you use either ADB or no databinding - even > in the ADB case the helper mode will cause plain java beans to be > generated with no traces of Axis2 specifics). How can you use the Helper Mode with WSDL2Java? The relevant section in the documentation is empty (or white characters on white background :-)) -> http://ws.apache.org/axis2/1_1/adb/adb-advanced.html#helper > If you do have a Axis1 > skeleton already written then you can actually just place that class > and make it work in this case (perhaps with minor modifications but no > big changes that span the whole set of generated classes) If I don't use ADB or AXIOM, the remaining options would be XML Beans, JiBX, JaxMe or JAXB-RI. However these were not exactly the most popular options for XML data binding with Axis 1.x :-) Sorry, I still don't see how I could easily re-use an Axis 1.x skeleton. If I use the normal RPCProvider or MsgProvider with Axis 1.x, these would pass either POJOs into my service methods or DOM objects. So this is how my method signatures would look like in an Axis 1.x skeleton. I don't understandhow I should use/configure the WSDL2Java that comes with Axis2, so that it generates a MessageReceiver which either passes POJOs or DOM objects into a skeleton. Thanks, Thilo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
