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 "Manjula Peiris (JIRA)" <ji...@apache.org> on 2008/02/19 11:14:50 UTC

[jira] Resolved: (AXIS2C-862) Sending big binary data fails

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

Manjula Peiris resolved AXIS2C-862.
-----------------------------------

    Resolution: Fixed

Added new mime_parser logic and relevant changes to the trunk. To completely solve the problem we need to fix https://issues.apache.org/jira/browse/AXIS2C-994.


> Sending big binary data fails
> -----------------------------
>
>                 Key: AXIS2C-862
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-862
>             Project: Axis2-C
>          Issue Type: Bug
>         Environment: Ubuntu 7.04
>            Reporter: Lahiru Gunathilake
>            Assignee: Manjula Peiris
>         Attachments: mime_parser.mod.c, new_mime_parser.c
>
>
> I used mtom sample in Axis2c.And i tried to send a file which is a size of 1GB.In client side it give this soap fault.
> I used this command to run mtom sample
> ./mtom http://localhost:8080/axis2/services/mtom resources//VTS_01_1.VOB 
> <ns1:mtomSample xmlns:ns1="http://ws.apache.org/axis2/c/samples/mtom"><ns1:fileName>test.jpg</ns1:fileName><ns1:image><xop:Include href="cid:1.7796d028-b90c-1dc1-3797-0019d1a2067f@apache.org" xmlns:xop="http://www.w3.org/2004/08/xop/include"/></ns1:image></ns1:mtomSample>
> Recieved Fault : <soapenv:Fault><faultcode>env:Sender</faultcode><faultstring>NULL parameter was passed when a non NULL parameter was expected</faultstring><detail><EchoServiceError/></detail></soapenv:Fault>
> In server side It gives this output
> Echo client ERROR: attachment is missing.
> I've done the samething giving file which have the size of 700MB.It works fine with simple axis server.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org