The request to the external service and the query of the response are both 
successful (i.e. both pointers returned are non-null).  However, all of the 
data in the response (see downloadResourceResponse below) is 0.

adb_DownloadResourceResponseE20_t *downloadResourceResponseE20 =
    axis2_stub_op_ExternalService_DownloadResource(s_stub, s_env, 
downloadResource);

adb_DownloadResourceResponse_t *downloadResourceResponse =
    
adb_DownloadResourceResponseE20_get_DownloadResourceResult(downloadResourceResponseE20,
 s_env);

The log doesn't seem to indicate any errors related to this.  Everything in the 
log file of greater severity than info is listed below, but these errors seem 
to be there even for the messages that are successful.

[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\common\http_status_line.c(108) Invalid status 
line or invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(590) 
axis2_http_status_line_create failed for str_status_line Server: 
Microsoft-IIS/5.1
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(595) Invalid status line or 
invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\common\http_status_line.c(108) Invalid status 
line or invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(590) 
axis2_http_status_line_create failed for str_status_line X-Powered-By: ASP.NET
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(595) Invalid status line or 
invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\common\http_status_line.c(94) Invalid status line 
or invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(590) 
axis2_http_status_line_create failed for str_status_line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(595) Invalid status line or 
invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\common\http_status_line.c(108) Invalid status 
line or invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(590) 
axis2_http_status_line_create failed for str_status_line Server: 
Microsoft-IIS/5.1
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(595) Invalid status line or 
invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\common\http_status_line.c(108) Invalid status 
line or invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(590) 
axis2_http_status_line_create failed for str_status_line X-Powered-By: ASP.NET
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(595) Invalid status line or 
invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\common\http_status_line.c(94) Invalid status line 
or invalid request line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(590) 
axis2_http_status_line_create failed for str_status_line
[Mon Aug 16 11:08:58 2010] [error] 
..\..\src\core\transport\http\sender\http_client.c(595) Invalid status line or 
invalid request line


--
Doug Price
Research Director | Presagis

T. +1 972 943.2400 X2433  F. +1 469 467.4564  C. +1 469 867.8399

DISCLAIMER: This e-mail message is for the sole use of the intended 
recipient(s) and may contain confidential and/or proprietary information. Do 
not read, copy, or disseminate this message unless you are the addressee. Any 
unauthorized review, use, disclosure or distribution is strictly prohibited. If 
you have received this message in error, please contact the sender by reply 
e-mail and delete the original and any copies from your system.

-----Original Message-----

From: Damitha Kumarage [mailto:[email protected]]
Sent: Friday, August 13, 2010 5:16 PM
To: Apache AXIS C User List
Subject: Re: soap message limits

I just tested with a 1mb base64 message with the Axis2/C current svn
against Axis2/C apache module. It worked fine. I did no change to
Axis2/C nor Apache2 configuration.
Can you specify how does it fail? What is there in the log?

Thanks,
Damitha

Doug Price wrote:
>
> I'm using Axis2c to send base 64 binary encoded data via SOAP and this
> works fine as long as my data is small enough. For example, it works
> on a 6KB file, but when I try to use this for a 183KB file it fails.
> Is there an internal limit in Axis2c for SOAP messages or base 64
> binary data? If so, are there any values I can change in the source to
> increase these limits?
>
> --
> *Doug Price*
> Research Director | *Presagis*
>
> *T.* +1 972 943.2400 X2433 *F.* +1 469 467.4564 *C.* +1 469 867.8399
>
>
> DISCLAIMER: This e-mail message is for the sole use of the intended
> recipient(s) and may contain confidential and/or proprietary
> information. Do not read, copy, or disseminate this message unless you
> are the addressee. Any unauthorized review, use, disclosure or
> distribution is strictly prohibited. If you have received this message
> in error, please contact the sender by reply e-mail and delete the
> original and any copies from your system.
>
>


--
__________________________________________________________________

Damitha Kumarage
Technical Lead; WSO2 Inc.
"Oxygenating the Web Service Platform; " http://www.wso2.com/

blog: " http://damithakumarage.wordpress.com/
__________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to