tags:

views:

30

answers:

1

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.

  1. Create an XML using SAX, JAXP etc for Java
  2. Convert the XML file to base64binary.
  3. Now, send the string via the web service.
zengr
but how u import transformFactory? it shows an error.