You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Chinthana C. Dinapala" <CD...@virtusa.com> on 2005/09/02 10:35:58 UTC

Most of the test are failing

Hi Folks,

 

Today only following test are got client execution pass against C++
services.

AxisBench

AxisBench_TTest

ExceptionTestDoc_TTest

 

I'm getting following exception.

HTTPTransportException:Input streaming error while getting data HTTP
header message must be chunked or have a content length.

 

I have checked the respond from server through TCP monitor and seems to
me is correct. 

 

For e.g. following are the request and respond from the TCP monitor.

 

Request.....................

 

<?xml version='1.0' encoding='utf-8' ?>

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<SOAP-ENV:Body>

<ns1:add xmlns:ns1="http://localhost/axis/Calculator">

<in0 xsi:type="xsd:int">2</in0>

<in1 xsi:type="xsd:int">3</in1>

</ns1:add>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 

Respond..............................

 

<?xml version='1.0' encoding='utf-8' ?>

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<SOAP-ENV:Body>

<ns1:addResponse xmlns:ns1="http://localhost/axis/Calculator">

<addReturn xsi:type="xsd:int">5</addReturn>

</ns1:addResponse>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 

Thanks

Chinthana

<http://www.virtusa.com/> 

  <http://www.virtusa.com/> 

Creating competitive advantage  

 


Re: Most of the test are failing

Posted by John Hawkins <HA...@uk.ibm.com>.
Hi, 

Fred put in some changes yesterday, to the transport which means it 
handles the incoming messages differently. This looks like it broke - 
although we are not seeing any problem on AIX or windows against WAS. 
Perhpas this is a server-side transport issue - are you using the Axis C 
server?

The key bit here is what does the http header look like? Can you put up 
the whole of the tcmpon capture so Fred can take it and see what went 
wrong. What platform are you on?

cheers,
John.







"Chinthana C. Dinapala" <CD...@virtusa.com> 
02/09/2005 09:35
Please respond to
"Apache AXIS C Developers List"


To
"Apache AXIS C Developers List" <ax...@ws.apache.org>
cc

Subject
Most of the test are failing






Hi Folks,
 
Today only following test are got client execution pass against C++ 
services.
AxisBench
AxisBench_TTest
ExceptionTestDoc_TTest
 
I?m getting following exception.
HTTPTransportException:Input streaming error while getting data HTTP 
header message must be chunked or have a content length.
 
I have checked the respond from server through TCP monitor and seems to me 
is correct. 
 
For e.g. following are the request and respond from the TCP monitor.
 
Request???????
 
<?xml version='1.0' encoding='utf-8' ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:add xmlns:ns1="http://localhost/axis/Calculator">
<in0 xsi:type="xsd:int">2</in0>
<in1 xsi:type="xsd:int">3</in1>
</ns1:add>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
Respond??????????
 
<?xml version='1.0' encoding='utf-8' ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:addResponse xmlns:ns1="http://localhost/axis/Calculator">
<addReturn xsi:type="xsd:int">5</addReturn>
</ns1:addResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
Thanks
Chinthana


Creating competitive advantage