> I got ClassCastException again... :-( more ideas?? > > I downloaded the latest version and I use the call you told me, but I still get the > > same error, I still receive a SoapObject, I miss something. When I do: > > > > envelope.getResult() > > > > I get a SoapObject whose name and namespace are null. > > > > any idea? > > Yes, your example uses the 1999 XML Schema namespace, but > kSOAP defaults to the 2001 version. Please use the > > new DefaultClassMap (true); > > constructor in order to create a classmap > for the old XML Schema namespace. > > Best, > Stefan > > -- > Stefan Haustein > Univ. Dortmund, FB 4, LS 8 tel: +49 231 755 2499 > Baroper Str. 301 fax: +49 231 755 5105 > D-44221 Dortmund (Germany) www-ai.cs.uni-dortmund.de > _______________________________________________ > Ksoap mailing list > Ksoap@enhydra.org > http://www.enhydra.org/mailman/listinfo.cgi/ksoap |