import_attrib_assoc
This method allows associating an item with an attribute.
For a successful association of attributes, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web\wwwroot\ws\java\item\Import_attrib_assocRequestType.java |
Return | web\wwwroot\ws\java\item\Import_attrib_assocResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDOBJECT | X | Item ID # |
NMLABEL | X | Attribute label |
IDREVISION | Revision ID # | |
NmAttribute | X | Attribute value |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:item">
<soapenv:Header/>
<soapenv:Body>
<urn:import_attrib_assoc>
<!--You may enter the following 5 items in any order-->
<urn:idobject>?</urn:idobject>
<urn:nmlabel>?</urn:nmlabel>
<urn:idrevision>?</urn:idrevision>
<urn:nmattribute>?</urn:nmattribute>
</urn:import_attrib_assoc>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
return | SUCCESS: 1. FAILURE: Returns a message regarding the error that occurred |