I'm looking to implement a simple web app that lets me pass the UID, actual work and percent complete to it and update a task that has been assigned to a resource. I've figured out how to get the assignments, but haven't been able to find the way to update the tasks in a supported manner.
At this point - I just want a form handler that will take the values that have been passed and update the project - it could just take a simple web form POST and then I can go from there.
Any suggestions on where I can find something to help me get started. I've gone through the SDK, but I must not be smart enough to figure this part out...
Any help would be much appreciated!