Euphoria SOAP client
- Posted by Jules Jan 18, 2009
- 1459 views
I would like to use euphoria to interact with web site which uses a SOAP API. To do this I need to use some kind of transport protocol, which apparently is usually HTTP (GET and POST). My knowledge of networking is basically zero, but I assume I need to use some kind of socket library to do this? I'm using eu 3.1.1 on Linux. If anyone has any experience of using SOAP with euphoria, any advice would be much appreciated!
Some basic info on SOAP: http://www.soapuser.com/basics1.html
Thanks in advance!