Re: Confused about Call.invoke()

2004-11-05 Thread Davanum Srinivas
Ian, yes, it's confusingin this case "Messaging" implies someone who creates a complete SOAP message by hand. So, follow the pattern in DynamicInvoker and you should be safe :) -- dims On Fri, 05 Nov 2004 23:25:51 +, Ian Dickinson <[EMAIL PROTECTED]> wrote: > [I'm resending this message

RE: Confused about Call.invoke()

2004-11-05 Thread Ian Dickinson
[I'm resending this message as it hasn't appeared on the list after some hours. Apologies if any gets this twice. -ian] From: Davanum Srinivas [mailto:[EMAIL PROTECTED] look into samples\client package specifically the DynamicInvoker.java for an example Thanks, that's helpful. It's bascially equ

RE: Confused about Call.invoke()

2004-11-05 Thread Dickinson, Ian John (HP Labs, Bristol, UK)
From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > look into samples\client package specifically the > DynamicInvoker.java for an example Thanks, that's helpful. It's bascially equivalent to what I've been doing, which is reassuring. I notice, though, that the array of params you pass to Call.in

Re: Confused about Call.invoke()

2004-11-05 Thread Davanum Srinivas
look into samples\client package specifically the DynamicInvoker.java for an example On Fri, 5 Nov 2004 14:39:32 -, Dickinson, Ian John (HP Labs, Bristol, UK) <[EMAIL PROTECTED]> wrote: > Hi, > I'm adding web service invocation to a scripting language I'm working > on. So I want the script a