Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Hi,
I am invoking web services using axis 1.4, we are getting proper resonse in Server logs but at clieant side we are getting truncated string.
we get
<NS1:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:NS1="http://schemas.xmlsoap.org/soap/envelope/"><NS1:Fault><faultstring><![CDATA[]]></faultstring></NS1:Fault></NS1:Body>
Expected message is
<?xml version="1.0" encoding="UTF-8"?>
<NS1:Envelope xmlns:NS1="http://schemas.xmlsoap.org/soap/envelope/">
<NS1:Header/>
<NS1:Body>
<NS1:Fault>
<NS1:faultcode>794</NS1:faultcode>
<NS1:faultstring>No record is found.</NS1:faultstring>
<NS1:detail>
<NS2:Messages xmlns:NS2="http://www.ibm.com/ns/cdms">
<NS3:Message xmlns:NS3="http://www.ibm.com/ns/cdms/common">
<NS3:Component/>
<NS3:ComponentType>1</NS3:ComponentType>
<NS3:ComponentTypeValue/>
<NS3:Detail/>
<NS3:ErrorMessage>No record is found.</NS3:ErrorMessage>
<NS3:ErrorType>READERR</NS3:ErrorType>
<NS3:ErrorTypeValue/>
<NS3:HelpId/>
<NS3:LanguageCode>100</NS3:LanguageCode>
<NS3:ReasonCode>794</NS3:ReasonCode>
<NS3:Severity>0</NS3:Severity>
<NS3:SeverityValue/>
<NS3:Throwable/>
</NS3:Message>
</NS2:Messages>
</NS1:detail>
</NS1:Fault>
</NS1:Body>
</NS1:Envelope>
I checked this with TCPMON in TCPMON I am getting proper response.
So some where at client side it has being truncating
Please help me why it's happening.
It's very urgent
Thanks & Regrds
Pankaj Gupta