Skip to main content
Version: 2.2.2

newAssocDocProj

This method allows associating a document with the project or with a project task. To edit it, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/project/NewAssocDocProjRequestType.java
Returnweb/wwwroot/ws/java/project/NewAssocDocProjResponseType.java

Request:

ID #RequiredDescription
IDDOCUMENTXDocument ID #s
IDPROJECTXProject ID #
IDACTIVITYProject 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
returnSUCCESS: 1.
FAILURE: Error message.