4

I want to create an XML in angularjs from the user input and send it to the web service. Please help me with any code example as i am new to angularjs.

I searched quiet a few sites but i do not see proper guidelines for creating xml in angularjs.

Sindhu
  • 43
  • 1
  • 3

1 Answers1

4

You can use XMLWriter to create an XML. Then you can pass this XML as a string to your webservice. Check this out for XML Writer.

Here is a tutorial on how to use XMLWriter - Tutorial

You can also use this method.

Community
  • 1
  • 1
v1shnu
  • 2,211
  • 8
  • 39
  • 68