Re: Multiple invoke on one call

2001-06-29 Thread Simon Fell
in a single request are fraught with peril .. what >happens to all the faults etc.. > >Sanjiva. > >- Original Message - >From: "Simon Fell" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, June 29, 2001 12:56 AM >Subject: Re:

Re: Multiple invoke on one call

2001-06-29 Thread Sanjiva Weerawarana
ns to all the faults etc.. Sanjiva. - Original Message - From: "Simon Fell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 12:56 AM Subject: Re: Multiple invoke on one call > well, to be fair, SOAP v1.1 does not attempt to provide that

Re: Multiple invoke on one call

2001-06-29 Thread Sanjiva Weerawarana
ier A. Soltero" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 12:39 AM Subject: Re: Multiple invoke on one call > 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

Re: Multiple invoke on one call

2001-06-28 Thread Simon Fell
well, to be fair, SOAP v1.1 does not attempt to provide that, its doesn't say you're not allowed to do it. Cheers Simon On Thu, 28 Jun 2001 04:46:04 -0400, in soap you wrote: >No, you can't. SOAP v1.1 (which is what Apache SOAP implements) >does not permit that. > >Sanjiva. > >- Original Me

Re: Multiple invoke on one call

2001-06-28 Thread Javier A. Soltero
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 Sanji

Re: Multiple invoke on one call

2001-06-28 Thread Sanjiva Weerawarana
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