|
I tried this : char[] charArray = Arrays.toString(byteArray).toCharArray(); value.addChild(fac.createOMText(value, charArray, OMNode.DTD_NODE)); But it seems that the conversion didn't succeed. In the skeleton i print the value receive in parameter, value which is in that case empty Eran Chinthaka wrote: did you try this : createOMText(OMElement parent, char[] charArary, int type)-- Chinthaka Jean-Michel PATER wrote:Hi, I want to create an OMElement with a child which type is byte[] (in the WSDL description type is "xsd:base64Binary"). The createOMText() method of OMFactory can't receive such type so how can I do that ? Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jean-Michel PATER <[EMAIL PROTECTED]> Cogenit Tél : +33 (0) 1 40 20 08 43 53 rue Sainte Anne Fax : +33 (0) 1 40 20 08 45 75002 Paris <URL:http://www.cogenit.fr> |
- Re: [Axis2] Creation of OMElement objects Jean-Michel PATER
- Re: [Axis2] Creation of OMElement objects Ajith Ranabahu
- Re: [Axis2] Creation of OMElement objects Jean-Michel PATER
- Re: [Axis2] Creation of OMElement objects Jean-Michel PATER
