Skip to main content
Version: 2.2.2

addMeasUnity

This method allows adding/editing:

  • Measurement unit data

To insert each of these items, it is necessary to follow the standard documented below:

Java class
Requestweb\wwwroot\ws\java\admin\AddMeasUnityRequestType.java
Returnweb\wwwroot\ws\java\admin\AddMeasUnityResponseType.java

Request:

ID #RequiredDescription
IDMEASUNITYXMeasurement unit ID #
NMMEASUNITYXMeasurement unit name
CDISOSYSTEMCode of the SoftExpert Suite component which it will be associated with (separated by ";" in case there is more than one component to be associated). Example: 109;107.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:admin">
<soapenv:Header/>
<soapenv:Body>
<urn:addMeasUnity>
<!--You may enter the following 3 items in any order-->
<urn:IDMEASUNITY>?</urn:IDMEASUNITY>
<urn:NMMEASUNITY>?</urn:NMMEASUNITY>
<urn:CDISOSYSTEM>?</urn:CDISOSYSTEM>
</urn:addMeasUnity>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: a measurement unit is created;
FAILURE: Message regarding the error that occurred;