Srinath, David did not want to use AxisServer...Is there something we can fix in axis?
thanks, dims On Wed, 16 Mar 2005 20:14:47 +0600, Srinath Perera <[EMAIL PROTECTED]> wrote: > Hi All; > > I wrote a TestCase for axis module and checked it in. But the soap > invocation fails and send back a SOAPFault. This can be fixed by > changing the line 63 of AxisWebServiceContainer > > org.apache.axis.MessageContext context = new > org.apache.axis.MessageContext(null); to > org.apache.axis.MessageContext context = new > org.apache.axis.MessageContext(new AxisServer()); > > I do not do the change yet .. I remeber David Blevins mentioned he do > the code without AxisEngine, not sure will it couse trouble > thoughts? > Thanks > Srinath > -- Davanum Srinivas - http://webservices.apache.org/~dims/
