Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CS3には以前のバージョンのようにWebサービスコンポーネントがないので、AS3でWebサービスにアクセスするための優れた機能が完全なAS3のみ(Flexの依存関係なし)のライブラリはありますか?
http://alducente.wordpress.com/2007/10/27/web-service-in-as3-release-10/をチェックすることをお勧めします
どのタイプのサービスを利用しようとしていますか? URLLoader は SOAP リクエスト ( urlRequest.requestHeaders.push(new URLRequestHeader("Content-Type", "application/soap+xml"));) を処理でき、NetConnection は他のほとんどのもの (AMF/Remoting) を処理できます。
urlRequest.requestHeaders.push(new URLRequestHeader("Content-Type", "application/soap+xml"));