Hi Laurent,
Try packaging the testClass, and deploying and running it again. Then you
can make sure that the server is really finding the right class. Another
thing you can try is writing a JSP which instantiates an object of that
class, and invokes the method you want. That would show that it can be found
in almost the same context as that in which the SOAP-server executes.
Thanks,
-Matt
> -----Original Message-----
> From: Laurent Perez [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 30, 2001 11:19 AM
> To: [EMAIL PROTECTED]
> Subject: RE: no signature match Error
>
>
>
> >First, change the Integer.class constructor arg to int.class.
>
> ok
>
> here's the output of javap testClass :
>
> [laurent@mathilde laurent]$ javap testClass
> Compiled from testClass.java
> public class testClass extends java.lang.Object {
> public testClass();
> public java.lang.String afficheHello(java.lang.String);
> public int afficheChiffre();
> public java.lang.String repete(java.lang.String);
> public java.lang.String laDate();
> public java.lang.String afficheArray()[];
> public java.net.URL afficheURL() throws
> java.net.MalformedURLException;
> public java.util.Vector afficheVecteur(java.lang.String, int);
> }
>
> afficheVecteur seems to be correctly defined (?), and the Call()
> sends it 2
> parameters, 1 string & 1 int : <txt xsi:type="xsd:string">je suis
> le texte
> client</txt> <chiffre xsi:type="xsd:int">123</chiffre>, however I
> still get
> the same error.
>
> laurent
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]