Hmmm... this actually looks like a new problem. Can you send the stack trace and info about the WSDL operation/Java method that is causing the problem?
Thanks, Dan "Baseer Khan \(bakhan\)" <[EMAIL PROTECTED]> wrote on 03/12/2007 12:24:31 AM: > I thought this problem was reported and fixed earlier. But I am still > getting "Array element type mismatch" error, if my capability class > contains array of arguments and that the type of custom defined > Serializer. Looks like in ArraySerializer - the array is initialized > with certain type and when it tries to add a element after calling my > custom serializer, it throws this exception. > > Looks like there is mismatch in types when array is initialzed with what > is being added to that array. Has anybody else encountered this problem. > > Thanks. > > --Baseer > > > <soapenv:Envelope > xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" > xmlns:wsa="http://www.w3.org/2005/08/addressing"> > <soapenv:Header> > <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To> > <wsa:ReplyTo> > > <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address> > </wsa:ReplyTo> > > <wsa:MessageID>urn:uuid:B332423E28D5EC1B4111736731993222</wsa:MessageID> > > <wsa:Action>http://schemas.cmp.cisco.com/2006/07/QueryService/getRequest > </wsa:Action> > <wsa:RelatesTo > wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply">uuid:6 > 7c695d0-08c4-e818-58aa-89a9168404f0</wsa:RelatesTo> > </soapenv:Header> > <soapenv:Body> > <soap:Fault xmlns:soap="http://www.w3.org/2003/05/soap-envelope" > xmlns:tns="http://axis2.platform.core.muse.apache.org"> > <soap:Code> > <soap:Value>soap:Receiver</soap:Value> > </soap:Code> > <soap:Reason> > <soap:Text>array element type mismatch</soap:Text> > </soap:Reason> > </soap:Fault> > </soapenv:Body> > </soapenv:Envelope> > > --------------------------------------------------------------------- > 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]
