Does anyone know whether OPTION_JWS_FILE_EXTENSION is implemented? The org.apache.axis.handlers.JWSHandler has this:
String extension = (String)getOption(OPTION_JWS_FILE_EXTENSION); if (extension == null) extension = DEFAULT_JWS_FILE_EXTENSION; Where the default extension is '.jws', but the option extension is a parameter that is looked up. I haven't been able to trace back to where how that parameter can get set. If you have any ideas, that would be cool. Thanks! > -----Original Message----- > From: Randy Belknap [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 24, 2003 2:49 PM > To: '[EMAIL PROTECTED]' > Subject: Simple mapping .asmx to .jws? > > > Is there a simple way to map an endpoint URL like > /axis/aservice.asmx to the > JWS mechanism so that the client can continue to think it is > talking to a M$ > server? > > I have a client that hardcodes the endpoint URL and I am > trying to replace > the .NET server with an Axis server. (I can change the name > of the server, > but not the path info.) > > Thanks, > > Randy >