Answer the question
In order to leave comments, you need to log in
How to send http post xml request using angularjs and how to handle response?
How to send http post xml request using angularjs and how to handle response?
Request example:
URL для передачи запроса: http://shop.digiseller.ru/xml/shop_categories.asp
<digiseller.request>
<seller>
<id>505197</id>
</seller>
<category>
<id></id>
</category>
<lang></lang>
</digiseller.request>
<digiseller.response>
<retval></retval>
<retdesc></retdesc>
<categories>
<category cnt="" sub="">
<id></id>
<name></name>
</category>
<category cnt="" sub="">
<id></id>
<name></name>
<category cnt="" sub="">
<id></id>
<name></name>
...
</category>
</category>
...
</categories>
</digiseller.response>
Answer the question
In order to leave comments, you need to log in
Here's how:
... Or did you think that now someone would write code for you specifically for your case?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question