Jump to content

SOAP Example


ptrex
 Share

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...