Search the Community
Showing results for tags 'web service'.
-
I'm trying to build a script to call some functions of a web service. I have found this example for doing SOAP ?do=embed' frameborder='0' data-embedContent> so I assume I can manually read out the wsdl file and figure out how to hand build a payload to do what I want ( I think, honestly this is all new to me). the problem I have is that the service requires authentication via client certificate. and I can't seem to find any example of how to use a webservice like that with autoit. I *might* have a basic auth option to access the service too but that's not 100% and even if I can I don't know how to do basic auth in autoit either. is this possible with autoit it (with either auth)? can anyone point me to some code?
- 1 reply
-
- web service
- authentication
-
(and 3 more)
Tagged with:
-
I have a script written in AutoIt that I would like others to be able to use via a browser instead of installing on their computers. It does not have a GUI, it just reads a text file that the user would upload and AutoIt then returns a response. I have researched the forums and seen some web service client examples but not as a server. Any direction or advice would be appreciated. Thank you