Hello, i am trying to use a SOAP web service in my flex application, using the <mx:webservice> component. the problem im facing is that the site which has the WSDL document is temporarily down. i have a copy of the WSDL document on my computer, can i use that copy for making web service calls? if yes, what should i enter in the 'wsdl' property of the webservice element, and where should i keep the document in my computer? if no, other than using the webservice element what alternatives do i have to make web service calls?
would appreciate some help, thanks.

