Chris, Even then, don't you think that the private method createMessageContext specified in AxisServlet should be protected? This may save a lot of code duplication for applications requiring some control on the properties of MessageContext.
Currently, the call in buried deep inside both doGet and doPost and if an application wants to manipulate these properties before the call gets to the engine, it will need to override these methods and duplicate a lot of code. Thanks, Shantanu chaddad <[EMAIL PROTECTED]> wrote: > Shantanu - > > Anne pointed out that service names MUST conform to > the rules for the xsd:NCName type (according to the > WSDL schema definition) and therefore spaces are > invalid. > > I was erroneously just focused on the service > endpoint URL used by Axis and had overlooked this > fact. > > /Chris > > --- shantanu wrote: --- > >I will post it in bugzilla shortly. > > > >Yes, I have tries the encoded service name and that > >works. It is more of a tomcat issue, which is > external > >to axis, and being able to easily override the > >MessageContext param settings should do the trick. > > > >Thanks, > >Shantanu > >
