[ http://issues.apache.org/jira/browse/AXIS-1607?page=history ]
Davanum Srinivas resolved AXIS-1607:
------------------------------------
Resolution: Invalid
Please try latest cvs and provide a test case to recreate the problem.
thanks,
dims
> Call::invoke(.., ..., arg) crush on big arguments
> -------------------------------------------------
>
> Key: AXIS-1607
> URL: http://issues.apache.org/jira/browse/AXIS-1607
> Project: Axis
> Type: Bug
> Versions: 1.1
> Environment: JBuilder9 WindowsXP java 1.4.1_02-b06
> Reporter: Xenon
>
> Call::invoke( ..., ..., argument size ~ 4 mb)
> HTTPSender::invoke()
> HTTPSender::writeToSocket()
> if (posting) {
> ....
> .append(reqMessage.getContentType(msgContext.getSOAPConstants()))
> ....
> }
> Message::getContentType() {
> ....
> //Force serialization if it hasn't happened it
> //Rick Rineholt fix this later.
> mSOAPPart.getAsBytes()
> ....
> }
> SOAPPart::getAsBytes() {
> ...
> try {
> setCurrentForm(((String)currentMessage).getBytes("UTF-8"), FROM_BYTES);
> <--------- this line crush on StringCoding::encode() if string very long
> }
> ...
> }
--
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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira