Actually when you write and pass nulls, ConfigurationContext context = ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null); I think it uses a default bundled axi2.xml. So anyway an axis2.xml is used.
When context path is not the one given in axis2.xml, axis2server redirects it to the context path. So the client may not be handling the redirect responses and returning error for code 301. But the browser is anyway supporting that. Upul On Tue, Apr 29, 2008 at 2:18 PM, svaens <[EMAIL PROTECTED]> wrote: > > Hi, > > I am not actually using an axis2.xml configuration. I thought that with > such > a simple configuration, and more of an embedded design that using this > whole > web structure, that I didn't need it. > > Why should I be able to do these queries on my server using a normal > browser > (firefox) but I can't get it to work with a client! > > > Upul Godage wrote: > > > > Hi, > > > > In the conf/axis2.xml there is a parameter commented out. Change it to > the > > required path and try like this. > > <parameter name="contextRoot">/</parameter> > > > > Upul > > > > > > -- > View this message in context: > http://www.nabble.com/Axis2-and-wsdl--Exception-thrown-when-client-attempting-connection-to-SimpleHTTPServer-tp16934147p16955740.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
