Hi kanak, Since the WSDL is in some sort of password protected environment my guess off hand would be some sort of security error but I'm not sure. Also I don't know your background so sorry if this is offensively simple but make sure that you have the flash debug player downloaded and installed (if you're testing with chrome be sure to disable the plugin that is built into and updated by chrome so it will use the debug version you install), perhaps you're getting a run-time error of some sort.
get the debug player here: http://www.adobe.com/support/flashplayer/downloads.html check your version it should say debug mode: yes otherwise you won't be seeing run-time errors that are causing the code to stop executing: http://kb2.adobe.com/cps/155/tn_15507.html One more thing to check out if it's not so simple is Charles debugging proxy (it's a great tool totally worth the 50 bucks for a license but free to use for 30 minutes at a time, just makes you restart, but I like to just have it running when I'm developing). http://www.charlesproxy.com/ If for some reason that doesn't see any network traffic you could try with wireshark as well which is a bit more complicated to use, you'll need to setup filters to see only traffic between your computer and the server your interested in hitting or else you'll see lots of other packets, I'm pretty sure that will see everything on the network interface you have it monitor. If that doesn't see anything either then the call isn't being made for some reason... I can't really see anything wrong with your code but just drop some debug points to be sure you're at least hitting the click handler and it gets to the point of hitting the request. Shaun -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api-for-flash/-/LkjGcC_huHYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en.
