
Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyTypeCan someone please point me what i am doing wrong in here.Thanks in Advance !!
1 respuesta
Remove all the reference of "anyType" to "string" as example:<element name="value" type="xsd:anyType" minOccurs="1" maxOccurs="unbounded"/> To <element name="value" type="xsd:string" minOccurs="1" maxOccurs="unbounded"/>