Re: Simple mapping .asmx to .jws?

2003-01-27 Thread Steve Loughran
- Original Message - From: "Randy Belknap" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 13:26 Subject: RE: Simple mapping .asmx to .jws? > Thanks! I will try these. > > BTW, I got Axis to use .asmx instead of .jws by

RE: Simple mapping .asmx to .jws?

2003-01-27 Thread Randy Belknap
CTED]] > Sent: Monday, January 27, 2003 12:03 PM > To: [EMAIL PROTECTED] > Subject: Re: Simple mapping .asmx to .jws? > > > > - Original Message - > From: "Randy Belknap" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, January

Re: Simple mapping .asmx to .jws?

2003-01-27 Thread Steve Loughran
- Original Message - From: "Randy Belknap" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 25, 2003 11:19 Subject: RE: Simple mapping .asmx to .jws? > Does anyone know whether OPTION_JWS_FILE_EXTENSION is implemented? The > org.apache.

RE: Simple mapping .asmx to .jws?

2003-01-25 Thread Randy Belknap
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 '.jw