Hi, it seems AXIS2-1.1.1 engine only map java byte[] to xml Base64Binary data type if it generates the WSDL from java code. This make third-party web service user easily understand each input parameter. He will know that parameter is a binary data.
If I send the binary data using SwA in client side, I can not correclty interpret the value for that byte array variable. I tried all possibilities, different character set with/without decoding it using Base64. But if I send the binary data using MTOM, I can easily interpret the value for that byte array variable. This make my web service difficult to interoperate with client using SwA. Is there anyone know how to solve this issue? Many thanks in advance. best regards donald On 2/13/07, donald yang <[EMAIL PROTECTED]> wrote:
Hi,
