This issue is crazy. I don't understand why its behaving. I guess there should be version issue. When I run the request in SOAPUI tool, it gives me correct response.
But, when I run in my code base by passing the same request object to the same webservice, it says Mismatch version. Any one can help me in cracking this?
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsa:Action>http://www.w3.org/2005/08/addressing/soap/fault</wsa:Action>
</soapenv:Header>
<soapenv:Body>
<soapenv:Fault><faultcode>soap:VersionMismatch</faultcode>
<faultstring>Transport level information does not match with SOAP Message namespace URI</faultstring><detail/>
</soapenv:Fault></soapenv:Body></soapenv:Envelope>