1 Reply Latest reply on Sep 14, 2005 6:36 PM by omatzura

    Mime Header problem

    stevechang

      Hello,

      Does anyone know that JBoss soap library may mess up the mimes header it sents out. I use the following API to send the soap message to .Net server which it expects the SOAP action, but I got the error message from the server
      :


      Server did not recognize the value of HTTP Header SOAPAction


      SOAPMessage message = factory.createMessage();
      message.getMimeHeaders().setHeader("SOAPAction","http://streetsolutions.com/SSIWebServices/InsertMsgByChannelIDAndWaitForProcess");