Forum: Java Sep 16th, 2008 |
| Replies: 2 Views: 1,167 In fact I'm encoding binary data. Actually, I have changed it in the following way.
import com.sun.xml.rpc.encoding.simpletype.XSDBase64BinaryEncoder;
...
OMElement part =... |
Forum: Java Sep 11th, 2008 |
| Replies: 2 Views: 1,167 Hello,
I have to base64 encode a large quantity of data and include it in the XML response of the webservice.The WSDL define the XML element in the following way:
<xs:complexType... |