Reputation: 1057
I want to connect to a SOAP web service in Flash. The SOAP web services is hosted on https and requires username and password. I can't find any documentation or libraries for this action.
Upvotes: 0
Views: 428
Reputation: 25489
HTTPService
is what you need.
For documentation, visit
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/HTTPService.html
Upvotes: 2