Flash MX 2004本身提供了連接Web Services的能力,可惜它在不同Browser,與及連接不同Web Services後台,有時會失敗的,詳情按此。
似乎只有主流平台,例如ColdFusion和MS.NET兼容度最好,其他Open Source的方法都有問題,包括我在PHP上用的NuSOAP,大家可以試試我的例子,按Submit後看看有沒有回應。
Flash Player 7
Mozilla:成功 IE:失敗 Netscape 4.75:失敗 Netscape 7.0:失敗
由luar於07-12-2003發表
Firebird 0.7 OK
由BobChao於10-12-2003發表
PHP5的SOAP extensions似乎可解決這個問題,我有試做出來。
由SunGRASS於04-05-2004發表
請問我要怎麼在flash去撰寫呼叫web services,而不是使用已有的元件
由oscar於12-05-2004發表
关于JRUN4的疑问 http://www.riacn.com/bbs/showthread.asp?page=end &threadid=2347
一个在用FLASH REMOTING调用SERVLET时对JRUN4的疑问:
The web.xml file contains the following servlet definition:
MyServlet MyServlet Simple text servlet MyServlet
这个web.xml 到底是哪个文件夹下的web.xml 呀?
Get a reference to the context root of the web application that contains the servlet or JSP, as shown in the following example:
servletService = gatewayConnection.getService("mycontextroot", this);
我应该把servlet放在哪里?这个mycontextroot又该如何写呀?
由runner於28-10-2004發表