Byte[ ] datatype issue with Web services hosted in EAServer

Although EAServer can successfully return a byte[ ] datatype, it does not correctly handle the byte[ ] datatype as an input parameter. Any Web method that calls a Web method hosted in EAServer with a byte[ ] argument as an input parameter fails at runtime. This affects only Web methods hosted in EAServer. Web methods with a byte[ ] argument that are hosted in other servers can be successfully invoked from a JSP that is hosted in EAServer. [CR 306821]