RE: InputStream to DataSource In Axis2

2010-05-13 Thread Martin Gainty
the most prevelant input source is OMSource which extends org.xml.sax.InputSource defined here: package org.apache.axiom.om.impl.jaxp; import javax.xml.transform.sax.SAXSource; import org.apache.axiom.om.OMElement; import org.apache.axiom.om.impl.serialize.OMXMLReader; import org.xml.sax.InputSo

Re: InputStream to DataSource In Axis2

2010-05-13 Thread Vishwal Shah
Anyone? Any help would be greatly appreciated. i cant write it to a drive, it has to be an in memory conversion. -Vish On Thu, May 13, 2010 at 8:56 AM, Vishwal Shah wrote: > Hi, > Is there any Datasource inbuilt into Axis2 which can take Inputstream(Large > data, almost 200 megs) ? I tried usi

InputStream to DataSource In Axis2

2010-05-13 Thread Vishwal Shah
Hi, Is there any Datasource inbuilt into Axis2 which can take Inputstream(Large data, almost 200 megs) ? I tried using InputStreamDataSource, but for some reason i am getting an error and i have been reading about issues using InputStreamDatasource. Also, i am not sure if it can handle large data (