Hi,
I was with a problem to send binary data through WebService, so I decided to send as base64Binary. When I passed an byte[] to as one of my parameters, XFire used it as an DataHandler, but he had to use as Base64Type. I'm not understanding why this is happening. So I changed the class DefaultTypeMappingRegistry from core and I commented the lines that maps Base64Binary as DataSource and DataHandler. And recompile. It works!!! I not understanding why this only works if I comment this lines. Am I'm doing something wrong? Or is it a bug? I'm using XFire 1.2.6. Tks, Antonini, Endrigo
