post xml (wodHttpDLX)
by rindho, Sunday, September 14, 2014, 10:36 (3723 days ago)
how to POST xml data using wodHttpDLX1
locked
3599 views
post xml
by wodSupport, Sunday, September 14, 2014, 18:38 (3723 days ago) @ rindho
Rindho,
hi. Posting XML is same, from HTTP's perspective, as posting any other data to the server. You should use Post method
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLX-Post.html
and you should probably set content-type to 'text/xml', but this depends on type of the post you're making. If you have existing web page that does this post, we can replicate it for you using wodHttpDLX.
Kreso
locked
3599 views