I need my data in XML format, and then sent to a web service.
A:
You question is very vague, this is what I would do if I need to generate XML and send it via WS.
- Create an XML using SAX, JAXP etc for Java
- Convert the XML file to base64binary.
- Now, send the string via the web service.
zengr
2010-10-28 08:24:34
but how u import transformFactory? it shows an error.
2010-10-28 10:39:45