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.