web services - Sending POST request to a WebService from Excel -


we have scenario requires send post requests excel web service.

sample request api: http://localhost/api/createticket?name=mark&rownumber=65

the parameters (name & rownumber) should taken excel cells.

how can achieved?

in end took steps detailed in microsoft's article.


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -