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
