I thought he was referring to calling invoke more than once on a single
instance of a Call object. Is this ok or does the call need to be
re-created for every request. My guess is re-use is ok, based on the
addressbook2 sample but if you can reassure me that would be great.
thanks,
Javier
Sanjiva Weerawarana wrote:
> No, you can't. SOAP v1.1 (which is what Apache SOAP implements)
> does not permit that.
>
> Sanjiva.
>
> ----- Original Message -----
> From: "Fabrizio Candon" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, November 27, 2000 12:14 PM
> Subject: Multiple invoke on one call
>
> > Hello,
> > does anyone know if it's possible to perform more than
> > one invoke on the same request??
> >
> > Fab