gentlemen,
What is the script to solve the following command?
curl-H ‘Content-Type: application / soap + xml; charset = utf-8’-d ‘@ request.xml’ http://localhost/services/services.asmx
thank you
gentlemen,
What is the script to solve the following command?
curl-H ‘Content-Type: application / soap + xml; charset = utf-8’-d ‘@ request.xml’ http://localhost/services/services.asmx
thank you
You mean as in “equivalent RouterOS scripting command”?
Assuming that the “Content-Type” part refers to a header in the request, and “request.xml” is a content of the request - you can’t really do that.
There’s the “/tool fetch” command, which can contact an HTTP address, but it can pretty much do just GET requests, and nothing more.