You would crack the wsdl for the operations.  Determine the types of the
parts (or the elements in doc/lit), find out if they are complex types, and
if so, register an ElementSerializer or Deserializer (depending on whether
an input or return part) for the corresponding xml type or element name.

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: Generic invocation with complex document types


> 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, could you point me in the right direction? I assume you
> mean to determine in the first stage what type axis is going to want a
> serializer for and then registering the ElementSerializer explicitly for
> that type?
>
> Cheers,
>
> Tom
>
> btw - anyone fancy hacking on an open source workflow project?
>

Reply via email to