Thanks for your post.
I have already seen this link in my researches regarding "powershell and K2"
So I assume a "K2 only" solution to post those type of requests are not possible?
You mentioned a .NET assembly, you could potentially register that assembly using the endpoint assembly service type, and create a smartobject to use the post method from there.
Are you attempting to interact with some type of web service? There are other out of the box brokers that will integrate with these.
Yes I think it is somehow a web service but the service instances for web services ask me things I cannot answer :-)
And because I use only a link like "http://server/path/?parameter1=value1¶meter2=value2" I thought it might be easier...
If I put this link into a browser it uses GET (and does not work) but if I use postman (or any similar tool) I can put in the URL and choose POST (instead of GET) it will work perfect.
I have no insight of the web service and can only "use" it like this...
So a (built-in?) smartobject to "invoke a POST request" would be great for me.
HI did you solve this requirement ? If yes how?