aircraft73 Posted December 24, 2015 Share Posted December 24, 2015 Hi ptrex,your post really hlep me more. I do use AutoIT to consume web service by HTTP POST way as below.; Set up to post to the server $objHTTP.open ("post", "http://www.webservicex.net/uszip.asmx?op=GetInfoByZIP", False)Currently, I'm studying how to consume WSDL file by AutoIT. May I know if you also know this part?In Visual Studio, the WSDL file will be referenced into project for consuming. In AutoIt, I'm not sure if we can do it like Visual Studio...May I have your advice for this ??Thanks in advance !! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now