[ 
https://issues.apache.org/jira/browse/MUSE-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489620
 ] 

Alberto Rodriguez Galdo commented on MUSE-221:
----------------------------------------------

Seems not, and revising the code reveals that uses some classes that are not 
available neither in MIDP nor CDLC implementations... A quick search reveals 
that the J2ME is extensively using this implementation :  
http://kobjects.cvs.sourceforge.net/kobjects/kobjects/src/org/kobjects/base64/Base64.java?view=markup

This class would need modification to at leats add a parameter to the encode 
method to allow serializing without CR/LF (wich is the case when used for web 
services xsd:base64Binary serialization).

Do you want me to link my implementation to this class, add the class to apache 
Muse's common utilities and resend the patch?

> Add support for xsd:binaryBase64 parameters and return values in WSDL and 
> Axis2
> -------------------------------------------------------------------------------
>
>                 Key: MUSE-221
>                 URL: https://issues.apache.org/jira/browse/MUSE-221
>             Project: Muse
>          Issue Type: Improvement
>          Components: Tooling - Code Generation
>    Affects Versions: 2.2.0
>            Reporter: Alberto Rodriguez Galdo
>         Assigned To: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: MUSE-221.zip
>
>
> When xsd:binaryBase64 is used a message in WSDL description, wsdl2java 
> doesn't generates the proper mapping, it simply uses org.w3c.dom.Element as 
> when a unknown type is used or xsd:anyType is used.
> The addition of binaryBase64 will allow the deployment custom capabilities 
> that receive/return binary data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to