I want to develop a client code in Java (C# api was useful till now) to change task status in a project in MS Project Server. Using wsdl I can read project entities, but I couldn,t find a way to change a task "complete percent". I have two questions.
- Which method can help me? Is it in "PWA/_vti_bin/PSI/Project.asmx?wsdl" ? Is "queueUpdateProject()" the right method?
- How should I compose the request xml?
Any api or guide in Java or C# could help me.