Archive for December, 2008
get this here to work: http://appfuse.org/display/APF/Web+Services make a flex project with flexbuilder: if you are a student get flexbuilder for free at https://freeriatools.adobe.com/flex/ now edit the mxml file like this in flexbuilder go to DATA->imort webservices and get everything from http://127.0.0.1:8080/services/PersonService?wsdl start the flex client and see the person object return! for adding security do this: cp target/tutorial-service-2.0.2/WEB-INF/security.xml src/main/webapp/WEB-INF/ in case you havent [ READ MORE ]