• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with axis-2 "anyType"

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have a problem with anyType ...

Problem:
org.apache.axis2.databinding.ADBException: Any type element type has not been given

I try to invistagate on the problem and I got the exception is comming from "org.apache.axis2.databinding.utils" package.
where this method "xmlStreamReader.getAttributeValue(http://www.w3.org/2001/XMLSchema-instance, "type") " gives null value.

Can anybody have any idea on it..
 
reply
    Bookmark Topic Watch Topic
  • New Topic