4 Replies Latest reply on Jul 28, 2010 11:33 AM by dward

    why must set SoapAction in http header ?

    smalla123

      Hi All

       

           I read the JBOSS ESB 4.7 source. And found an issue for SOAP SWA/MTOM. it need SOAPACTION to find the BINDING in SOAPProxy.java. If SOAPACTION == NULL, it will parse the MESSAGE. But in MTOM or SWA, the MESSAGE is not XML, it is MIME type. So, parsing it as xml will throw an exception. But in other ESB product, it don't need SOAPACTION and work very well. I hope you could improve your code.

       

       

      thanks&regards,

      Jackie