Messaging services already have access to the SOAPContext for the 
request (it's one of the method parameters), so they can use that.

On 22 Jan 2003 at 5:11, Kurt Kavanaugh wrote:

> 
> 
> You can access SOAPContext as described at 
> http://xml.apache.org/soap/docs/guide/migration.html.  Basically, you 
> add an initial parameter to your method of type SOAPContext.
> 
> [Kurt Kavanaugh] 
> 
> Sweet. Is this for SOAP message types of RPC only?
> 
> On 21 Jan 2003 at 13:38, Kurt Kavanaugh wrote:
> 
> > 
> > No.  The transport hook just gives you a reader (to read the SOAP 
> > envelope) and writer (to write the possibly modified SOAP envelope).
> > 
> > [Kurt Kavanaugh] 
> > 
> > Thanks for the reply!
> > 
> > Just to complete my query... is there anyway at a global -
> > request/response level to access the Soapcontext/properties? Like an
> > Axis handler?
> > 
> > If not... Is there a potential for me joining the development force
> and
> > creating an interface like SoapContextListener( SoapContext ) and
> having
> > the same model of inclusion (ie. The InitParameter syntax ). I have
> been
> > looking at modifying the source code locally. Somehow I need to get
> this
> > done.
> > 
> > Just a thought... 
> > 
> > Thanks for reading and considering
> > 
> > On 21 Jan 2003 at 10:48, Kurt Kavanaugh wrote:
> > 
> > > 
> > > 
> > > [Kurt Kavanaugh] 
> > > 
> > > More specifically, Apache SOAP 2.x ( not Axis )
> > > 
> > > Is this possible?
> > > 
> > > Thanks
> > > 
> > > 
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > 
> > > 
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > 
> > > 
> > 
> > 
> > Scott Nichol
> > 
> > 
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > 
> > 
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > 
> > 
> 
> 
> Scott Nichol
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 


Scott Nichol


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to