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

importRecvInspAtt

Previous  Top  Next

This method allows importing inspection readings of attribute-type characteristics:

 

Java class

Request

web/wwwroot/ws/java/inspection/ImportRecvInspAttRequestType.java

Return

web/wwwroot/ws/java/inspection/ImportRecvInspAttResponseType.java

 

Request

ID #

Required

Description

IDRECEIVING

X

Receiving ID #.

IDCHARACTERISTIC

X

Characteristic ID #.

IDLABORATORY

 

Service center ID #.

IDUSER

 

Responsible user ID.

DSOBSERVATION

 

Characteristic observation.

SampleList

 

Readings, composed of a list:

NRSAMPLE - Cycle #

QTSMPDEFECT - Number of defective items

QTSMPREJECT – Number of rejected items

 

Defects, composed of a list with:

IDDEFECT - Defect ID #

QTDEFECT – Quantity

DSDEFOBSERVATION – Defect observation

 

Return

ID #

Description

return

Returns Status, Code and Detail.

The Status can be SUCCESS or FAILURE.

The Code returns 1 when successful or 0 when there is a failure.

Detail returns the error description in case of failure.