|
Hi,
I have installed Apache Tomcat, with axis 1.1.
I'm using WASP Server for C++ for accessing the web service.
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? |