Ajay , The HappyAxis.jsp contains a call to the version.aar service. However, that's using Axiom OM to send/receive the request. You use Axiom to manually construct the xml request (as opposed to generating a stub with wsdl2java). Then you have to manually iterate through the response to get at the data you need.
HTH, Giao --- Ajay Joshi <[EMAIL PROTECTED]> wrote: > Hi, > > > > How Axis stub (generated thru WSDL2Java) can return > response to JSP? > > > > I can see response in XML format.. response can be > print to browser > using servlet in text/html format. > > . > > But I am not sure how to convert response to Java > object than be > displayed to JSP. > > Regards > > Ajay > > > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
