You can find some previous message on the list in this case at issue.

Doug Price wrote:
> I'm not using MTOM knowingly.  I'm using the default options for Axis2c.
> 
You should use MTOM in case of using axis2c.
I'd say learn how to use WCF (Windows Communication Service) instead of
IIS. I'm not sure about it, but the public prefers it mostly. Later you
can compare both of them.
Axis2c runs under mswin too... for compatibilit

> This is actually being sent from an IIS web service.  I'll have to double 
> check to see if there are any restrictions on that end.  I thought we 
> increased it though.
> 
I was debugging the network traffic using tcpdump:
tcpdump -pnXs0 -i <interface> host -w out.file

If you see, the result might be able to at vary points your xml message
will be broken somewhere in base64 code.
Tell me if my clue is not right, please!

> Yes, both the client and server are working fine sending / receiving base 64 
> encoded data and normal text w/o any problems.  It's only when I try to send 
> a large piece of binary data that it fails.
> 
> 
> --
> 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: Akos Marton [mailto:[email protected]]
> Sent: Friday, August 13, 2010 1:59 PM
> To: Apache AXIS C User List
> Subject: Re: soap message limits
> 
> Hello Doug,
> 
> Do you use MTOM?
> Is there any limitation in Apache configuration?
> Both client and server side realize the communication correctly in other
> cases?
> 
> Regards,
> Akos
> 
> 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.
>>
>>
> 
> 
> ---------------------------------------------------------------------
> 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]
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to