I believe you need to write a service which take either data handler or byte array. You can use the following as a reference.
http://wso2.org/library/3860 On Sat, Jul 24, 2010 at 2:33 AM, Karthik Nanjangude < [email protected]> wrote: > Hi > > > > Need to Expose a File upload java class which uses > “enctype="multipart/form-data” > as define below in AXIS2 > > > > UPLOADFile afwd = new UPLOADFile() > > Afwd.set File Upload(HttpServletRequest request, HttpServletResponse > response) > > > > > > Can some body help me How to achieve the same ….?? > > > > > > > > With regards > > karthik > > > > > ------------------------------ > > *From:* Karthik Nanjangude [mailto:[email protected]] > *Sent:* Friday, July 23, 2010 5:31 PM > *To:* [email protected] > *Subject:* Expose CSV File Uploader in AXIS2 ...:( > > > > Hi > > > > We have a User Interface web application with Upload CSV file and uses > > “enctype="multipart/form-data" in one of the JSP. > > > > > > On target controller page a function of Object the code as displayed below > is used > > > > UPLOADFile afwd = new UPLOADFile() > > Afwd.set File Upload(HttpServletRequest request, HttpServletResponse > response) > > > > This existing function uses “HttpServletRequest request” and > com.oreilly.servlet.* jar / package to pull out the relevant info > > > > How can I expose the existing method in AXIS2 for SOAP interaction ? > > > > *with regards* > > *N.S.Karthik* > > >
