Navigation:  Integration via SOAP web services > Published web services > PDM >

addCharacteristicVar

Previous  Top  Next

This method allows:

To add a variable type characteristic.

To edit a variable type characteristic.

To add or, if existent, edit a variable type characteristic

 

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

Java class

Request

web\wwwroot\ws\java\item\AddCharacteristicVarRequestType.java

Return

web\wwwroot\ws\java\item\AddCharacteristicVarResponseType.java

 

Request

ID #

Required

Description

IDOBJECT

X

Item ID #

IDREVISION

X

Item revision ID #

IDCHARACTERISTIC

X

Characteristic ID #

NMCHARACTERISTIC

X

Characteristic name

IDINPUTCHARACTYPE

 

Characteristic type ID #

DSCHARACSPECIAL

 

Special characteristic:

1 - Yes;

2 - No.

 

If the "Require symbol in the characteristic" general parameter from SoftExpert PDM is checked, the system will always consider it as "1 - Yes", even when any value is entered, requiring the input of a symbol.

NMCLIENTSYMBOL

X1

Customer symbol name

NMSUPPLIERSYMBOL

X1

Supplier symbol name

QTDECIMAL

X

Number of decimal places

FGLIMIT

X

Limits:

0 - Bilateral;

1 - Unilateral up;

2 - Unilateral down;

IDMEASUNITY

X

Measurement unit ID #

VLNOMINAL

X

Nominal value

VLUPPER

X2

Upper tolerance

VLLOWER

X3

Lower tolerance

QTSAMPLESIZE

 

Field for # of readings, used in the SPC tab, in the item characteristic.

DSOBSERVATION

 

Comments

 

X1 - Required if the characteristic is special.

X2 - Required only when the limit is bilateral or unilateral up.

X3 - Required only when the limit is bilateral or unilateral down.

 

Return

ID #

Description

Status

SUCCESS: SUCCESS

FAILURE: FAILURE

Code

Success (1) or failure (0)

Detail

FAILURE: Returns a message regarding the error that occurred