I imagine this is happening because WebLogic just doesn't know it's a web service. The WebLogic admin console doesn't have implicit knowledge of Axis web services. I would assume that if you instead implemented JAX-WS web services, which WebLogic directly supports, the console would list those components as web services.
> -----Original Message----- > From: Kevin TierOne [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 26, 2008 6:39 AM > To: [email protected] > Subject: Axis2 integration with Weblogic admin console > > I have a web application .war that includes an axis2 (1.3) > web service and a GUI component. This application is > deployed on a weblogic 9.2 server. > > The application is 100% functional: > - The GUI is available at http://localhost:7001/appName/index.html > - The web service is available at > http://localhost:7001/appName/webservice > - The axis2 admin console is available at > http://localhost:7001/appName/axis2-web/index.jsp > > However, in the weblogic administration console > (http://localhost:7001/console), there are no web services > listed under the deployment for my application. > > Does anyone know how to integrate Axis2 web services into the > weblogic administration console? Is this even possible? > > Thanks, > Kevin > > --------------------------------------------------------------------- > 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]
