Generate XML from XSD in Eclipse I use Eclipse Java EE IDE for Web Developer – V3.5 Here are the 4 steps to get XML from XSD Enjoy!… Read More
In general, how webservice recieves image file or other binary data? As you may notice, one of the popular way to communicate with web service to transfer data or receive data, we mostly use XML (Soap, XML RPC …). XML is a string data, so what is the best way to attach the image files or any binary data to send or receive from the webservice?… Read More
Jibx XML loading & Digester, which one is more flexible? Jibx is one of the popular XML parsing in Java and also Digester. Jibx bases on binding.xml file to map XML nodes to Java ObjectsDigester also base on digester-rule xml file to map to Java Objects What I found here, in Jibx we need to map all fields of the XML to the binding but… Read More