Hello, i'm new to web services and axis. i'm using axis 1.2-rc2 and tomcat 5.5.4, and i try to invoke a soap method ("test") which returns a string ("ok"). however, my soap client (which uses axis-1.2-rc2 too) doesn't know how to deserialize the returned string:
could not find deserializer for type {http://schemas.xmlsoap.org/soap/encoding/}string the soap response is as follow: <soapenv:Envelope> <soapenv:Body> <testResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <identificationReturn xsi:type="soapenc:string">ok</identificationReturn> </testResponse> </soapenv:Body> </soapenv:Envelope> how should i make it work please? thanks for feedback. -- Julien ALLANOS Silicomp-AQL