Re: question regarding axis in tomcat

2003-08-18 Thread Shantanu Sen
itively. > Jeff > - Original Message - > From: "Anne Thomas Manes" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 14, 2003 6:33 PM > Subject: Re: question regarding axis in tomcat > > > > In any case, blanks are no

Re: question regarding axis in tomcat

2003-08-14 Thread Jeff Greif
ter and verse > >below, allowing '.', will apply. > > > >But nobody is confused, right? > > > >Jeff > >- Original Message - > >From: "Anne Thomas Manes" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >S

Re: question regarding axis in tomcat

2003-08-14 Thread Anne Thomas Manes
iginal Message - From: "Anne Thomas Manes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 6:45 AM Subject: RE: question regarding axis in tomcat > A service name is an NCname -- so the question is, are blanks allowed in > an NCname. From

RE: question regarding axis in tomcat

2003-08-14 Thread Jim Harris
; From: Shantanu Sen [mailto:[EMAIL PROTECTED] > Sent: 14 August 2003 00:23 > To: [EMAIL PROTECTED] > Subject: Re: question regarding axis in tomcat > > > Chris, > > I agree that this will be easier. But customers may > want spaces in their service names for whatever > reason.

Re: question regarding axis in tomcat

2003-08-14 Thread Shantanu Sen
Chris, I agree that this will be easier. But customers may want spaces in their service names for whatever reason. Also, this brings out a problem with the MessageContext properties initialization in AxisServlet. It forces me to override the get/post methods where I could just override the create

question regarding axis in tomcat

2003-08-14 Thread Shantanu Sen
When an invokation to a ws endpoint happens, the URLMapper.invoke is called which does a MessageContext.getTargetService, which eventually goes to WSDDDeployment.getService. In WSDDDeployment the available services are stored in a HashMap, the key being the service name. This map is initialized dur

Re: question regarding axis in tomcat

2003-08-14 Thread Jeff Greif
PROTECTED]> Sent: Thursday, August 14, 2003 6:45 AM Subject: RE: question regarding axis in tomcat > A service name is an NCname -- so the question is, are blanks allowed in > an NCname. From the XML spec, here are the requirements for an NCname > (anyone here know how to interpret Unicode

RE: question regarding axis in tomcat

2003-08-14 Thread Anne Thomas Manes
gt; -Original Message- > From: Shantanu Sen [mailto:[EMAIL PROTECTED] > Sent: 14 August 2003 00:23 > To: [EMAIL PROTECTED] > Subject: Re: question regarding axis in tomcat > > > Chris, > > I agree that this will be easier. But customers may > want s

Re: question regarding axis in tomcat

2003-08-14 Thread chaddad
Shantanu - If you have control over the service, it would be easier to just remove the space from the service name. /Chris -- Original Message -- From: Shantanu Sen <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Wed, 13 Aug 2003 14:05:55 -0700 (

RE: question regarding axis in tomcat

2003-08-14 Thread ian_d_stewart
s Engineer II Enterprise Midrange - Bank One Infrastructure & Operations [EMAIL PROTECTED] (614) 213-6100 Anne Thomas Manes <[EMAIL PROTECTED]> on 08/14/2003 09:45:38 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: question regarding axis in tomcat