couldn't tell you. browsed the source for Call and MessageContext and all
I see is a property with getter/setter methods. Setting this property in
the Call object sets a corresponding property in MessageContext, which is
the "bag" that holds all the useful information about a SOAP
Envelope/transaction/whatever. I'm sure something, somewhere in the code
uses it. Maybe some nice developer will jump in and say how--
Andrew
At 12:22 PM 5/21/2002 -0700, you wrote:
>what is the significance of call.setOperationStyle("rpc/document") then? I
>am confused. :(
>
>sudhir
>
>----- Original Message -----
>From: "Andrew Vardeman" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Tuesday, May 21, 2002 12:14 PM
>Subject: Re: Does Apache support messaging?
>
>
> > At 08:12 PM 5/21/2002 +0100, you wrote:
> > >Thanks - I am sure that you may well be right. Does anyone know any
> > >sites I could look at which would help me figure out how to send simple
> > >SOAP messages?
> >
> > there's a messaging example in the Axis samples
> > (xml-axis-beta2/samples/message) that should get you going--
> >
> > Andrew
> >
> >
> >