You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "pankaj gupta (JIRA)" <ax...@ws.apache.org> on 2008/04/11 11:58:05 UTC

[jira] Created: (AXIS-2736) SOAP Message has been truncated

SOAP Message has been truncated
-------------------------------

                 Key: AXIS-2736
                 URL: https://issues.apache.org/jira/browse/AXIS-2736
             Project: Axis
          Issue Type: Task
          Components: Serialization/Deserialization
            Reporter: pankaj gupta


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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org