RE: Simple MessageContext problem...

2003-07-10 Thread Chen, Li (Research, YOH)
MessageContext problem... 1) Is this the username/password for the HTTP Basic Authentication header or for a SOAP security header?   2) how can we extract the userid & password for SOAP security header in AXIS handler? "Chen, Li (Research, YOH)" <[EMAIL

RE: Simple MessageContext problem...

2003-07-10 Thread Chen, Li (Research, YOH)
answer embedded in message: -Original Message-From: Tony Opatha [mailto:[EMAIL PROTECTED]Sent: Thursday, July 10, 2003 1:58 PMTo: [EMAIL PROTECTED]Subject: Re: Simple MessageContext problem... 1) Is this the username/password for the HTTP Basic Authentication header

Re: Simple MessageContext problem...

2003-07-10 Thread Tony Opatha
1) Is this the username/password for the HTTP Basic Authentication header or for a SOAP security header?   2) how can we extract the userid & password for SOAP security header in AXIS handler? "Chen, Li (Research, YOH)" <[EMAIL PROTECTED]> wrote: Hi All,There seems to be a problem with using Messa

Simple MessageContext problem...

2003-07-10 Thread Chen, Li (Research, YOH)
Hi All, There seems to be a problem with using MessageContext object in Axis 1.1. I've deployed a service (a .java file, not JWS) with deploy.wsdd and all, plus a handler that intercepts the incoming SOAP message before it arrives the service...there was no problem accessing MessageContext