- Home
- Projects
- Downloads
WSO2 SOA Platform WSO2 Cloud Platform
WSO2 Stratos
WSO2 Developer Tools
WSO2 Carbon Studio
Enterprise Service Bus
BinaryDocumentationSourceOther
Business Rules Server
BinaryDocumentationSourceOther
Governance Registry
BinaryDocumentationSourceOther
Identity Server
Business Activity Monitor
BinaryDocumentationSourceOther
Gadget Server
BinaryDocumentationSourceOther
Business Process Server
BinaryDocumentationSourceOther
Mashup Server
Data Services Server
BinaryDocumentationSourceOther
Application Server
BinaryDocumentationSourceOther
Message Broker
BinaryDocumentationSourceOther
Complex Event Processing Server
Web Services Framework for PHP
Web Services Framework for C++
Web Services Framework for C
Carbon
- Library
WSO2 SOA Platform WSO2 Cloud Platform WSO2 Developer Tools WSO2 Community Enterprise Service Bus Business Rules Server Governance Registry Identity Server Business Activity Monitor Gadget Server Business Process Server Mashup Server Data Services Server Application Server Message Broker Complex Event Processing Server Carbon Web Services Framework for PHP Web Services Framework for C++ Web Services Framework for C
- Forums
WSO2 SOA Platform WSO2 Cloud Platform WSO2 Developer Tools Enterprise Service Bus Business Rules Server Governance Registry Identity Server Business Activity Monitor Gadget Server Business Process Server Mashup Server Data Services Server Application Server Message Broker Complex Event Processing Server Carbon Web Services Framework for PHP Web Services Framework for C++ Web Services Framework for C
- Products & Services
WSO2 Support Overview Evaluation Support QuickStart CloudStart Development Support Production Support Turnkey Packages
WSO2 SOA Platform WSO2 Cloud Platform WSO2 Developer Tools Enterprise Service Bus Business Rules Server Governance Registry Identity Server Business Activity Monitor Gadget Server Business Process Server Mashup Server Data Services Server Application Server Carbon Web Services Framework for PHP Web Services Framework for C++ Web Services Framework for C
- School
- Events
- SOA
- Cloud Computing
- WSO2Con 2011


Can't you put the xml file
Not yet able to serve static content at root level
http://site2:9763/services/crossdomain.xml --- that would be ok for me --- but how to do it???
it is a funny situation, but that is adobe´s approach to security. now about the DataServices, i gave it a try; it looked like a nice idea. I got far enough to get a XML file served, but not at the root level :-( what I got was something like http://site2:9763/DataService/getcrossdomainXML which does not satisfy flash´s requirement (because of the "DataService/" part in the URL). I noticed that {wso2-home}/docs/ directory hosts a series of regular static files, which is similar to what I need. I can even host http://site2:9763/docs/crossdomain.xml just by dropping the file at that directory. (it is almost what I need, except for the "docs/" part) where is this behaviour defined???? is it inside some config file??? or is it deep inside wso2 source-code?? if i could see where this is defined, i could do something very similar, pointing requests for /crossdomain.xml to the real file in the server. i also read something about overriding the doGet method and "hand-feeding" the desired XML, but I just don´t know how this would apply to WSO2 WSAS. :-( well, thanks once again, hope someone can help. I hope it is such a simple issue, i am just not seeing the right spot :-)The whole cross-domain thing
Now that I think about, I've
thanks!