Dieter,

I have run some tests on the code that determines the method to invoke
for a service, and in my tests polymorphism is handled properly.
Therefore, you and others who have reported problems may have hit a bug
that my tests have not.

>From your posts, I assume you have

interface com.dewildecbt.util.Command{...}
class com.dewildecbt.util.OperationCommand implements
com.dewildecbt.util.Command{...}

Are there any other subclasses or interfaces?
What is the signature of the method that you think should be executed?
What is your deployment descriptor?

Scott Nichol

----- Original Message -----
From: "Scott Nichol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 06, 2002 10:33 AM
Subject: Re: (correction)


> FYI, I will be looking at the code that resolves methods, as it looks
to
> me like it was written to try to handle polymorphism, yet there are
> complaints that polymorphism is not working.
>
> Scott Nichol
>
> ----- Original Message -----
> From: "Scott Nichol" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, November 06, 2002 10:05 AM
> Subject: Re: (correction)
>
>
> > Apache SOAP does not handle polymorphism when finding signatures.
It
> > could, but it doesn't right now.
> >
> > Scott Nichol
> >
> > ----- Original Message -----
> > From: "Dieter Cailliau" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, November 06, 2002 9:33 AM
> > Subject: (correction)
> >
> >
> > > ...
> > > params.addElement(new Parameter("command",
> > > com.dewildecbt.util.OperationCommand.class, new
> > > com.dewildecbt.util.OperationCommand("hashCode",new Object[]{}),
> > null));
> > > ...
> > >
> > > (i used the BeanSerializer to serialize OperationCommands)
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:soap-user-unsubscribe@;xml.apache.org>
> > For additional commands, e-mail:
> <mailto:soap-user-help@;xml.apache.org>
> >
> >
>
>
> --
> To unsubscribe, e-mail:
<mailto:soap-user-unsubscribe@;xml.apache.org>
> For additional commands, e-mail:
<mailto:soap-user-help@;xml.apache.org>
>
>


--
To unsubscribe, e-mail:   <mailto:soap-user-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>

Reply via email to