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 "Dinesh Premalal (JIRA)" <ax...@ws.apache.org> on 2005/09/13 12:30:54 UTC

[jira] Commented: (AXISCPP-827) ManyTypeRefRoot test failed with Guththila

    [ http://issues.apache.org/jira/browse/AXISCPP-827?page=comments#action_12324437 ] 

Dinesh Premalal commented on AXISCPP-827:
-----------------------------------------

In AxisInputStream read implement as follows.

int
AxisInputStream::read (char* buffer, int offset, int length)
{
  int size = length;
  m_pInputStream->getBytes (buffer+offset, &size);
  return size;
}

Maximum length is 1024. 
When we recieved a response larger than 1024 bytes, we could get first 1024 bytes without any problem but unable to get rest of the messege. Is there any way to get that part?

thanks,
Dinesh

> ManyTypeRefRoot test failed with Guththila
> ------------------------------------------
>
>          Key: AXISCPP-827
>          URL: http://issues.apache.org/jira/browse/AXISCPP-827
>      Project: Axis-C++
>         Type: Sub-task
>     Reporter: Dinesh Premalal

>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira