Flash 7 web services Compatibility Testing:The following should better explain the weird results reported in the above messages.
The following where tested with:
http://www.flash-db.com/coInfo.html
Soap Toolkit Tested:
GlueService Tested:
http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl (delayed stock quote)
Flash Authoring Environment:
Works CorrectlyWindows Desktop (IE):
Works CorrectlyWindows Desktop (Mozilla):
Works CorrectlyCentral:
Works CorrectlyOn Server (IE):
Does not work - response not parsedOn Server (Mozilla):
Does not work - response not parsedThe Crossdomain and wsdl file for the above service where verified in the cache, still the flash player was unable to parse the response sent by the Glue toolkit.
Soap Toolkit Tested:
SoapLiteService Tested:
http://www.xmethods.net/sd/2001/BabelFishService.wsdl (Babelfish on Xmethods)
Flash Authoring Environment:
Works CorrectlyWindows Desktop (IE):
Works CorrectlyWindows Desktop (Mozilla):
Works CorrectlyCentral:
Works CorrectlyOn Server (IE):
Works CorrectlyOn Server (Mozilla):
Does not work - Request not recieved : response not parsedThe flash 7 player
does not work with the SoapLite toolkit in conjunction with Mozilla. The last log file line indicates "Sent SOAP Request Message" - meaning flash sent a request, but SoapLite did not respond.
Soap Toolkit Tested:
Apache SOAPService Tested:
http://www.xmethods.net/sd/2001/BNQuoteService.wsdl (Barnes and Noble Price check)
Flash Authoring Environment:
Works CorrectlyWindows Desktop (IE):
Works CorrectlyWindows Desktop (Mozilla):
Works CorrectlyCentral:
Works CorrectlyOn Server (IE):
Works CorrectlyOn Server (Mozilla):
Does not work - Request not recieved : response not parsedThe flash 7 player
does not work with Apache Soap in conjunction with Mozilla. The last log file line indicates "Sent SOAP Request Message" - meaning flash sent a request, but SoapLite did not respond.
Soap Toolkit Tested:
ColdfusionService Tested:
http://www.fullasagoog.com/packages/googservice.cfc?wsdl (Fullasagoog feed)
Flash Authoring Environment:
Works CorrectlyWindows Desktop (IE):
Works CorrectlyWindows Desktop (Mozilla):
Works CorrectlyCentral:
Works CorrectlyOn Server (IE):
Works CorrectlyOn Server (Mozilla):
Works CorrectlyThis one (not surprisingly) works on all tested platforms. One thing to mention on this one, the result set from this service can be rather large. You can feel the browser working to decode the returned xml - it's slow and could probably freeze computers with slow processors. Might be better to use remoting in this case.
Soap Toolkit Tested:
MS.NetService Tested:
http://www.webservicex.net/whois.asmx?WSDL (Whois)
Flash Authoring Environment:
Works CorrectlyWindows Desktop (IE):
Works CorrectlyWindows Desktop (Mozilla):
Works CorrectlyCentral:
Works CorrectlyOn Server (IE):
Works CorrectlyOn Server (Mozilla):
Works CorrectlyMS.net web services work on all tested platforms in conjunction with the Flash 7 Player.
Soap Toolkit Tested:
NuSoapService Tested:
http://www.flash-db.com/services/ws/flashWhois.wsdl (Whois)
Flash Authoring Environment:
Works CorrectlyWindows Desktop (IE):
Does not work correct - returned result is not parsedWindows Desktop (Mozilla):
Works CorrectlyCentral:
Works CorrectlyOn Server (IE):
Does not work correct - returned result is not parsedOn Server (Mozilla):
Works CorrectlyThis is one of the weirder combinations. The others mostly don't work in Mozilla, however this one doesn't work in IE - but does in Mozilla.
I'll try to add any more findings to this list as I come across them. The next phase will be to compare the soap response of the ones that are not working in certain browsers with the ones that are and find some type of pattern.