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


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:[email protected]" 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to