Ellen S
Ellen S

Reputation: 1057

Connect Flash with SOAP

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

Answers (1)

pho
pho

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

Related Questions