Hi

Can you please show us your class code ? and your deploy.wsdd !

maybe the method you try to invoke is a static method...

Regards
 Guillaume


  
 I have installed Apache Tomcat, with axis 1.1.
   
 In my "codallocserver" service I have a method
  
 java.lang.Integer ro.csean.andrei.codallocserver.echo_int (
java.lang.Integer )
  
 when I'm using it I get the following exception:
  
 [WASP_StubFaultExceptionFault]
   FaultString='Tried to invoke method public java.lang.Integer
 ro.csean.andrei.codallocserver.echo_int(java.lang.Integer) with
arguments java.lang.Integer.  The arguments do
 not match the signature.; nested exception is: 
  java.lang.IllegalArgumentException: object is not an instance of
declaring class'
   FaultCodeName='Server.generalException'
   FaultCodeNs='http://schemas.xmlsoap.org/soap/envelope/'
   FaultActor='NULL'
   DetailPresented='0'
   DetailEncodingStyle='NULL'
  
 What is wrong with that?

Reply via email to