0 Replies Latest reply on Feb 21, 2017 9:12 AM by asthatulsi

    Jboss header issue

    asthatulsi

      I am migrating a web service from WAS7 to JBOSS EAP 6.4.

      But while tesing in Parasoft, I always gets a header in the response.

       

      <soap:Envelope

        xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

      <SOAP-ENV:Header

         xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/>

      <soap:Body>

      </soap:Body>

      </soap:Envelope>

       

      I need to suppress this header in the response.

      Can somebody help on this.