Version 1

    Hi everyone

     

         there is an issue that I use axis2 client to send a webservice request with attachments to ws proxy, the esb throw an exception. but, if using the client call the webservice provider directly, everything is ok.

         the following is the exception:

     

         for servlet http threw exception
    org.xml.sax.SAXParseException: Content is not allowed in prolog.
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.jboss.soa.esb.actions.soap.proxy.SOAPProxy.getOperation(SOAPProxy.java:326)
    at org.jboss.soa.esb.actions.soap.proxy.SOAPProxy.process(SOAPProxy.java:258)
    at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.processPipeline(ActionProcessingPipeline.java:634)
    at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.processPipeline(ActionProcessingPipeline.java:588)
    at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.process(ActionProcessingPipeline.java:419)
    at org.jboss.soa.esb.listeners.message.MessageAwareListener$TransactionalRunner.run(MessageAwareListener.java:540)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)

     

     

    the attachments of the webservice request is big. does it cause the issue ? jboss esb webservice proxy support the attachement ?