I'm trying to access WSW enhanced browse dialog from a different server. I'm able to lanuch the dialog and select the document but couldn't get the callback function to work (it doesn't get invoked) because of the same origin policy. Setting document.domain doesn't seem to work.
WSW server - http://workstieweb/worksite
Calling app server - http://webserver/app
Any suggestions?