multipart/form-data problem at the RESTFul Service
--------------------------------------------------

                 Key: AXIS2-3394
                 URL: https://issues.apache.org/jira/browse/AXIS2-3394
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: Axis2 1.3,Tomcat 5.5,JDK 1.5.0
            Reporter: takanori
            Priority: Critical


If a enctype="multipart/form-data request is sent by HTTP POST,
I get the following exception:

java.lang.ClassCastException: [Ljava.lang.String;
       at 
org.apache.axis2.builder.BuilderUtil.createSOAPMessageWithoutSchema(BuilderUtil.java:183)
       at 
org.apache.axis2.builder.BuilderUtil.buildsoapMessage(BuilderUtil.java:130)
       at 
org.apache.axis2.builder.MultipartFormDataBuilder.processDocument(MultipartFormDataBuilder.java:56)
       at 
org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:160)
       at 
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:111)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to