Hello, I am currently working on a small Flex application to read and
write data from a different program (connected to an underlying data
source) using web services and a WSDL and all that. I have the read
portion functioning fine, however I can find absolutely no resources
clearly discussing how to update data and write it back to its source;
the only information I can find just shows how to read from a data
source. Would anybody be able to point me to a good resource that shows
how to write d...