Vaishakhi, presumably you can use axis in any web app provided you install all the axis .jar files in the WEB-INF/lib directory and configure things properly with the web.xml file.
That's all I know. Andrew At 03:31 PM 4/19/2002 -0500, you wrote: >I have made a webservice using instant deployment. >When I put the webservice under my application usermgr i.e webapps/usermgr >directory I am not able to get the webservice working. I always get a >Document root element missing error. But if I put my webservice under >webapps/axis it works. > >What does this mean. Do my webservices always have to be under the axis web >application directory. >How do I make my service work from under my project directory. > >Thanks >Vaishakhi >----- Original Message ----- >From: "Scott Seely" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, April 19, 2002 2:50 PM >Subject: RE: .Net ignores <wsdl:fault>? > > > > At this point in time, what .NET will do is receive the data and make it > > visible to the client code as XML through the details element (IIRC). > > > > -----Original Message----- > > From: Oliver Suciu [mailto:[EMAIL PROTECTED]] > > Sent: Friday, April 19, 2002 10:49 AM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: .Net ignores <wsdl:fault>? > > > > Hi all, > > > > (Sorry, this one is somewhat geared towards .Net...) > > > > I've got an Axis service that throws an exception, and WSDL2Java > > correctly generates a <wsdl:fault> for the <wsdl:operation>. > > > > However, the .Net wsdl.exe seems to completely ignore the <fault>, > > and no corresponding client-side code is generated. > > > > Has anybdoy got this working? > > Anybdoy looked into .Net interop with respect to <fault>? > > > > Thanks, > > > > -- Oliver
