As a follow up to Alex's original query there is now a section in the install.htm guide (step 7) which gives some clues as to how to integrate axis with your own webapp. It also links to a sample chapter http://www.manning.com/hatcher/chap15.pdf which elaborates on the process.
Available with the latest nightly i think. Cheers Adam On Thu, 2002-11-28 at 06:57, Alex Bates wrote: > > It was VS.NET (not 2003 beta), but I didn't have Service Pack 1 applied yet, > that might fix it. > > All in all, it was much easier to get ws interop with Axis than it was with > Apache SOAP 2.0. > > > -----Original Message----- > From: Steve Loughran [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 7:55 PM > To: [EMAIL PROTECTED] > Subject: Re: why have to copy .class files of existing webapp into Axis > web-inf folder?? > > > > ----- Original Message ----- > From: "Bates, Alex" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, November 27, 2002 18:04 > Subject: RE: why have to copy .class files of existing webapp into Axis > web-inf folder?? > > > > > > Good news - it worked! > > > > I simply copied the servlet declarations from the Axis web.xml into my own > > webapp's web.xml (following its own servlet declarations), copied all the > > necessary Axis JARs into my lib directory, and voila. > > > > The axis url becomes > > http://myserver:8080/mywebapp/services/myWebService?wsdl > > > > Also, I created a .NET client for this Axis web service (using .NET's > > wsdl.exe), and successfully called a method I'd exposed. > > > > One note here: the wsdl.exe has a bug in that it missed the :8080 port - > so > > I had to edit the generated C# file to fix this. > > I have not encountered that before. What version of .net are you running? > Its not the vs.net 2003 beta is it? > > FYI, ant1.5 has a < wsdltodotnet> wrapper around wsdl.exe, which along with > <csc> lets you do interop testing in your build file. > -steve > -- ==================================== Adam Leggett ([EMAIL PROTECTED]) Applications Solution Provider UPCO http://www.upco.co.uk Office : +44 113 201 0600 Direct Line: +44 113 201 0631 Fax : +44 113 201 0666 Marshall Mill, Marshall Street, Leeds LS11 9YJ ==================================== The contents of this e-mail are intended for the named addressees and may contain confidential and/or priviledged material. If received in error, please contact UPCO on +44 (0) 113 201 0600 and then delete the entire e-mail from your system. Unauthorised review, distribution, disclosure or other use of this information could constitute a breach of confidence. Your co-operation in this matter is greatly appreciated
