Re: Generic invocation with complex document types

2004-05-17 Thread Davanum Srinivas
See http://marc.theaimsgroup.com/?l=axis-dev&m=108481109425165&w=2. Got google search working with DynamicInvoker. The result is in a org.w3c.dom.Element object. -- dims On Sat, 15 May 2004 09:58:28 -0400, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Tom, > > You will need to traverse the symbo

Re: Generic invocation with complex document types

2004-05-15 Thread Jeff Greif
eads using the words "dynamic invoker complex type" The techniques apply to axis also. Jeff - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 15, 2004 2:31 PM Subject: Re: Generic invocation with c

Re: Generic invocation with complex document types

2004-05-15 Thread Aleksander Slominski
Then you would pass in an Element (or subclass) for each complex input part, and get back an Element for each complex return. Jeff - Original Message - From: "Tom Oinn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 15, 2004 10:03 AM Subject: Re

Re: Generic invocation with complex document types

2004-05-15 Thread Davanum Srinivas
x return. > > Jeff > > > - Original Message - > From: "Tom Oinn" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, May 15, 2004 10:03 AM > Subject: Re: Generic invocation with complex document types > > > Davanu

Re: Generic invocation with complex document types

2004-05-15 Thread Jeff Greif
. Then you would pass in an Element (or subclass) for each complex input part, and get back an Element for each complex return. Jeff - Original Message - From: "Tom Oinn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 15, 2004 10:03 AM Subject: Re: G

Re: Generic invocation with complex document types

2004-05-15 Thread Tom Oinn
Davanum Srinivas wrote: Tom, You will need to traverse the symbol table and register say the ElementSerializer/ElementDeserializer or your own custom ser/deser before invoke. It should not be very difficult. Dims, That's what I was guessing but I haven't had much luck finding more information, cou

Re: Generic invocation with complex document types

2004-05-15 Thread Davanum Srinivas
Tom, You will need to traverse the symbol table and register say the ElementSerializer/ElementDeserializer or your own custom ser/deser before invoke. It should not be very difficult. -- dims On Sat, 15 May 2004 13:02:37 +0100, Tom Oinn <[EMAIL PROTECTED]> wrote: > > Hi all, > > We have a work