Hey
I am having a problem with Flash requesting an XML using SOAP.
Flash sends an XML to the server using SOAP and sendAndLoad(), the web service sends a generated XML file.
I have no problems locally on my computer until I put it up on my server and the crossDomain problem comes up.
I was told to use PHP to make the call to the web service (after XML sends the required username and password to the php) and send the xml to flash.
The problem is I am not good at php and I do not have control over the server with the web service.
Is there any examples out there or can anybody help me out here?
Thanks