Announcement

Collapse
No announcement yet.

Soap

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Soap

    Hi everybody,

    Does AMS 8.2 support SOAP?
    How can i send a call to web service wit AMS 8.2

    Thx

  • #2
    Considering SOAP == XML, you could attempt making a request with HTTP.Download (manual) or HTTP.DownloadSecure (manual) (download the response to file) and then process it with the XML functions. See XML.Load (manual) for XML examples.
    Bas Groothedde
    Imagine Programming :: Blog

    AMS8 Plugins
    IMXLH Compiler

    Comment


    • #3
      Thx working.

      My next question is for example:


      I want to get weather information of one country and city and save result as a text?
      I hope you can help me.

      Thx

      Comment

      Working...
      X