>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]

Reply via email to