You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/05/10 20:18:18 UTC

DO NOT REPLY [Bug 8680] - echoHexBinary returns base64Binary...affects OperationDesc design

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8680>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8680

echoHexBinary returns base64Binary...affects OperationDesc design





------- Additional Comments From sylvain.stgermain@cognos.com  2002-05-10 18:18 -------
What follows seems related. 

I have a complex type in my WSDL that has an element xs:base64Binary.  On the 
wire the type is SOAP-ENC:base64.  According to JAX-RPC, xs:base64Binary->byte
[] while SOAP-ENC:base64->Byte[].  I am using xs:base64Binary to have byte[] 
not Byte[].