Home AMX User Forum AMX General Discussion

how to connect to a web service.

Hello!

I need to access a web service from an AMX master, and i?m wondering if it is possible and how to do it.

The communications between the web service and the master will be through XML documents (a xml request from master to the web service, and then a xml response with the data from web service to the master)

So, if i open a connection to the web service port, would it be possible to communicate with the web service to send the XML request?

I?ve never worked with web services this way, so help me please!!!

Thanks!!

Comments

  • ericmedleyericmedley Posts: 4,177
    You just have to mimic a web browser. And then parse the response for the data you need. There are numerous threads on the board covering all the aspect and pitfalls. I sugest doing a search by the keyword web page or rss and you should find what you're seeking.
Sign In or Register to comment.