Re: [flexcoders] Are the contents of a WSDL document accessible?

2006-07-29 Thread JesterXL
Assuming the WSDL is on the same domain so that your SWF has permission (or you're using a proxy), hell yeah, she's fair game bro. You can use the old skool XML or E4X via a URLLoader. - Original Message - From: ben.clinkinbeard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] Are the contents of a WSDL document accessible?

2006-07-29 Thread Mike Britton
What language are you using?mx:WebService id=insertBookService wsdl=http://localhost:8500/remotingExample.cfc?wsdl result=handleFormResult(event) showBusyCursor=true fault=errorHandler(event) mx:operation name=addBook mx:request bookAuthor{bookAuthor.text}/bookAuthor