Hi Ken,

Ken Campbell wrote:
> Hi,
> 
> 
> I spent the last two days on this, but now my question is: Where does the
> MessageContext come from on the service side? It isn't part of the SOAP
> message that is sent from the client, is it? Does the service derive it from
> the wsdl or something?

Let me explain a bit on internals for you.

When AxisEngine receives a message, it first creates a message context
and fills some transport information inside it. Message context is a
place holder for information specific to a message.

Then from the input stream, it creates a SOAPEnvelope and attach that to
the message context.

This message context will passed through handler chains and received by
the message receiver (in server side).

Got it ?

-- Chinthaka

> 
> 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to