[ 
https://issues.apache.org/jira/browse/XMLRPC-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jochen Wiedmann updated XMLRPC-171:
-----------------------------------

    Attachment: failure.request.gz

I have isolated the request document from your failure.pcap file and can't find 
anything wrong with it. Of course, the base64 section is relatively large, but 
definitely no reason to consider it anything but well formed.

In other words, I do believe that the PHP server is wrong and should be 
checked. I recommend consulting the PHP bug tracker or whatever is responsible 
for the server side code. Which is, of course, beyond this issues scope. 
Therefore I intend to close it as INVALID. You may reopen it later on, should 
my findings turn out to be wrong.



> unable to send the B64encoded data
> ----------------------------------
>
>                 Key: XMLRPC-171
>                 URL: https://issues.apache.org/jira/browse/XMLRPC-171
>             Project: XML-RPC
>          Issue Type: Bug
>    Affects Versions: 3.1.2
>         Environment: Testing
>            Reporter: Jagadeesh Uppala
>         Attachments: failure.pcap, failure.request.gz, success.pcap
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> My Application is a java application which uses xml-rpc communication with a 
> server which is developed in php.
> the server has one service ( storePhotos) which accepts texti-id( which is a 
> string) and the photoData( which is an encoded data of B64) .. 
> it works very well if the size of the file which i am converting to B64 is < 
> 60Kb. but it is failing if the size of the file is more than this.
> the exception which is being thrown by the server is "Parse error. Request 
> not well formed." 
> If the request is not well formed .. it should throw the same exception in 
> the case if the file size is <60 Kb, which is not happening..
> but if the file size is greater than 60KB, it is throwing the above mentioned 
> error.
> How can i rectify this? 
> please advice me, as this is a sorce stopper for me to go ahead..
> Thanks,
> Jagadeesh

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to