The two messages contained different types -- you had different
namespaces qualifying the "updatePreference" element.

Anne

On 4/28/07, cschulz <[EMAIL PROTECTED]> wrote:

Got it working.  If anyone is interested in the solution, it was replacing
the arrayMapping with this typeMapping:

 <typeMapping
            xmlns:ns="urn:CSRVSecurity"
            qname="ns:ArrayOfPreference"
            type="java:csrv.esys.user.Preference[]"
            serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"

deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory"
            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
      />


--
View this message in context: 
http://www.nabble.com/Axis-Unable-to-Deserialize-Complex-Type...-sometimes-tf3660450.html#a10234275
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to