Daniel,
 
I assume you are saying that process the incoming request in a Handler
(pre-process) and insert the SOAP Header in the Message Context and then
access the Message Context in the end point or the service implementation.
 
To start with my question was exactly the same. How do I access SOAP related
extras from my end point implementation of the service? I want to know more
than just the JAVA data that the AXIS Engine has given me.
 
Hope there is a way out.
 
Regards,
 
Santosh

-----Original Message----- 
From: Daniel Aschwanden [mailto:[EMAIL PROTECTED] 
Sent: Tue 01/07/2003 07:10 
To: [EMAIL PROTECTED] 
Cc: 
Subject: Re: SOAP Message or SOAP Body or SOAP Header access from endpoint s
(H OW TO)



Santosh,
After you extracted the header info you can store the stuff you need in
message context  properties.
These properties are available everywhere where you can access the message
context.
Hope this helps.
Cheers, Dan

On Monday 30 June 2003 22:34, [EMAIL PROTECTED] wrote:
> Albert,
>
> I have indicated that one can write a AXIS Handler, but that is
> dis-connected processing. i.e. Handler is invoked after or before the end
> point is called, hence the SOAP header or Body or Message viewing ability
> is part of pre-processing or post processing, which is not what is
> intended.
>
> I need a way of accessing those details, while I am in the end-point,
> wouldn't that be graceful?
>
> Hope there is a way forward on that.
>
> Regards,
>
> Santosh


Reply via email to