Re: [flexcoders] Re: Flex 3: Cloning WebService instance

2008-03-25 Thread Jon Bradley
Then have a blast trying to deal with WSDL security issues because you have to manually form the headers yourself, making the whole process quite painful. I wish there were a better way to do it on OS X. There's a .NET application that can help if you're on Windows (http://

RE: [flexcoders] Re: Flex 3: Cloning WebService instance

2008-03-24 Thread Randy Martin
You really need to take a look at the webservice introspection wizard in FB 3. The code it generates handles asynchronous calls to the webservice automatically. Click on the Data menu and select Import Web Service (WSDL)... Follow the directions in the wizard. Only SOAP 1.1 is supported by the

Re: [flexcoders] Re: Flex 3: Cloning WebService instance

2008-03-22 Thread Peeyush Tuli
Still not sure that cloning is the best option, although centralization of webservices is a good idea. When you say webservices, does it mean there is a different wsdl for each webservice? Or are they just plain multiple instances of the same webservice( one single url)? A webservice call is