Binary fields in SOAP are not received in linux ia64
----------------------------------------------------
Key: AXIS2C-1382
URL: https://issues.apache.org/jira/browse/AXIS2C-1382
Project: Axis2-C
Issue Type: Bug
Affects Versions: 1.6.0
Environment: linux ia64 with axisc 1.6.0
Reporter: Javier Forero
i have a web service with an operation that receives two binary fields. when i
process the binary field using the axutil_base64_binary_get_plain_binary
function, the size of the field is zero. I used a tcp monitor to reviews if the
data sended is also zero length, but this is not happen: the file sended is of
postivie size and the function didn't receives the data. Summarizing:
- I use the axutil_base64_binary_get_plain_binary to parse the binary data
- The first field is processed ok always
- The second binary fields is processed ok the first time the service is used
but later never is processed obtaining a zero length data
- With a tcp monitor I proves that the fields are of a length different of zero
(the same data is sended in the two fields always in the test)
I test it in winxp and works fine, but in the target production machine I
encountered this problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.