Hi Jyotsna You can generated client stub class using wsdl2java and invoke this stub class from your webapplication as how you invoke a normal class.I hope i understood your question properly
Regards, On Tue, May 27, 2008 at 11:16 PM, Jyotsna Suraj <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I am trying to use axis in existing application. I have done what syas in > the url specified > http://ws.apache.org/axis/java/install.html#AdvancedInstallationAddingAxisToYourOwnWebapp > > But when I try to access AxisServlet it throws exception(Error 500). I was > trying to access it through one of the servet I had written like (I saw this > one of mail list) > > *org.apache.axis.transport.http.AxisServlet axisServlet = new > org.apache.axis.transport.http.AxisServlet(); > ServletConfig sC = getServletConfig(); > ServletContext sCtx = sC.getServletContext(); > axisServlet.init(sC);* > > ** > > Do I need to do anything more to use axis in my application ? I am new to > axis and web service. So please help me to sort this out. I want to connect > to an external application (CA's Clarity) from my web application. Clarity > has provided a wsdl that can use with > > wsdl2java. But if I don't know if I use axis into my application (rather > than taking it into axis) how to connect it to external application. Please > can you help me ? > > > > ps: I am using java-1.5 and tomcat-5.5.17 > > > > Thanks, > > ------------------------------ > Sent from Yahoo! > Mail<http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52418/*http://uk.docs.yahoo.com/nowyoucan.html>. > > A Smarter Email. > > > ------------------------------ > Sent from Yahoo! > Mail<http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52418/*http://uk.docs.yahoo.com/nowyoucan.html>. > > A Smarter Email. > -- Hari.C.Pillai
