AW: Authentication Information in SOAP Header

2003-12-22 Thread Arno Huetter
iginal Message- From: Arno Huetter [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 9:26 AM To: [EMAIL PROTECTED] Subject: Re: Authentication Information in SOAP Header Hello there, I don't know the details of your code, but I suppose that you have to cast "transaction&qu

RE: Authentication Information in SOAP Header

2003-12-22 Thread Yiet, Liyong
[EMAIL PROTECTED] Sent: Monday, December 22, 2003 9:04 AM To: '[EMAIL PROTECTED]' Subject: RE: Authentication Information in SOAP Header Here is what I am specifically doing in my code. // creating the service locator obj TestTransactionService serviceLoc

RE: Authentication Information in SOAP Header

2003-12-22 Thread Pani, Gourav
etter [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 9:26 AM To: [EMAIL PROTECTED] Subject: Re: Authentication Information in SOAP Header Hello there, I don't know the details of your code, but I suppose that you have to cast "transaction" to Stub or TestTransactionSoapBindingS

Re: Authentication Information in SOAP Header

2003-12-22 Thread Arno Huetter
ntime, it will be of type TestTransactionSoapBindingStub as well). Kind regards, Arno Huetter -Ursprüngliche Nachricht- Von: Pani, Gourav [mailto:[EMAIL PROTECTED] Gesendet: Montag, 22. Dezember 2003 15:04 An: '[EMAIL PROTECTED]' Betreff: RE: Authentication Information in SOAP Header Here

RE: Authentication Information in SOAP Header

2003-12-22 Thread Pani, Gourav
/code snippet/reference on how to set authorization data to the soap envelope header using Handlers? Thanks. -Original Message- From: Pani, Gourav [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 9:04 AM To: '[EMAIL PROTECTED]' Subject: RE: Authentication Information in SOAP H

RE: Authentication Information in SOAP Header

2003-12-22 Thread Pani, Gourav
EMAIL PROTECTED] Subject: AW: Authentication Information in SOAP Header Hi there, I don't employ a handler, but simply invoke Stub.setHeader() for passing authentication data - works fine for me. HTH Kind regards, Arno Huetter -Ursprüngliche Nachricht- Von: Pani, Gourav [mailto:[EMAIL

AW: Authentication Information in SOAP Header

2003-12-22 Thread Arno Huetter
EMAIL PROTECTED] Betreff: Authentication Information in SOAP Header hi, i am using axis 1.1 on resin 2.1.10 and am trying to send header level authentication info to a service. from previous posts and some other research i have gathered that using handlers would be the right way to go about it. howev

Authentication Information in SOAP Header

2003-12-22 Thread Pani, Gourav
hi,   i am using axis 1.1 on resin 2.1.10 and am trying to send header level authentication info to a service.  from previous posts and some other research i have gathered that using handlers would be the right way to go about it.  however, i cannot seem to find any documentation or sample c