Re: Connecting to MS OLAP Server using Java-Soap Client

2002-04-09 Thread Scott Nichol
arthi, Vasu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 5:19 PM Subject: RE: Connecting to MS OLAP Server using Java-Soap Client > Hi Scott, > Thank you so much for u'r fact response. Sorry to bother u again an

RE: Connecting to MS OLAP Server using Java-Soap Client

2002-04-09 Thread Yalavarthi, Vasu
t;http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; > xmlns:xsd="http://www.w3.org/1999/XMLSchema";> xmlns:ns1="urn:schemas-microsoft-com:xml-analysis" > SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/

Re: Connecting to MS OLAP Server using Java-Soap Client

2002-04-09 Thread Scott Nichol
odds and ends (e.g. Date, Hashtable, Vector). Scott - Original Message - From: "Yalavarthi, Vasu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 3:27 PM Subject: RE: Connecting to MS OLAP Server using Java-So

RE: Connecting to MS OLAP Server using Java-Soap Client

2002-04-09 Thread Yalavarthi, Vasu
//www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/XMLSchema";> http://schemas.xmlsoap.org/soap/encoding/";> MDSCHEMA_CUBES End XML/// Can u tell me if i am missing something BTW, does it have something to do with WSDL?

Re: Connecting to MS OLAP Server using Java-Soap Client

2002-04-09 Thread Scott Nichol
Your attempt to send XML as a string parameter will not work. The XML in the string will be "escaped", e.g. the '<' will be converted to '<'. A simple way to get the correct format is to create Java beans for the parameter data and map the class to the BeanSerializer. For example, class TRestr