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.

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.