Hi, I am creating a client application to access data from XML for Analysis Web service. Can any body help me creating a property object and setting MessageElement to it. The type description for the _Discover_Properties class is:
private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(_Discover_Properties.class); static { typeDesc.setXmlType(new javax.xml.namespace.QName("urn:schemas-microsoft-com:xml-analysis", ">Discover>Properties")); } I am facing problem in creating a proper property object. I have to set messageElements to this class. I can't find out how to set the propery object. The property attributr for the generated XML file looks like the following <Properties><PropertyList><DataSourceInfo>Provider=MSOLAP;Data Source=local</DataSourceInfo><Catalog>Foodmart 2000</Catalog><Format>Tabular</Format><Content>SchemaData</Content></Propert yList></Properties> I am a novice to this, can anybody help me in this with some code examples. Thanks & Regards B. Hota.