newAssocDocProj
This method allows associating a document with a project or with a project task. To edit it, the standard documented below must be followed.
| Java class | |
|---|---|
| Request | web/wwwroot/ws/java/project/NewAssocDocProjRequestType.java |
| Return | web/wwwroot/ws/java/project/NewAssocDocProjResponseType.java |
Request:
| ID | Required | Description |
|---|---|---|
| IDDOCUMENT | X | Document ID #s |
| IDPROJECT | X | Project ID # |
| IDACTIVITY | Project task ID # |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:project">
<soapenv:Header/>
<soapenv:Body>
<urn:newAssocDocProj>
<!--You may enter the following 3 items in any order-->
<urn:idproject>?</urn:idproject>
<urn:idactivity>?</urn:idactivity>
<urn:iddocument>?</urn:iddocument>
</urn:newAssocDocProj>
</soapenv:Body>
</soapenv:Envelope>
Return:
| ID | Description |
|---|---|
| return | SUCCESS: 1 FAILURE: Error message |