Pular para o conteúdo principal
Versão: 2.2.2

importRecvInspAtt

Este modelo possibilita a importação de leituras de inspeção de características do tipo atributivas:

Classe Java
Requisiçãoweb/wwwroot/ws/java/inspection/ImportRecvInspAttRequestType.java
Retornoweb/wwwroot/ws/java/inspection/ImportRecvInspAttResponseType.java

Requisição:

IdentificadorRequeridoDescrição
IDRECEIVINGXIdentificador do recebimento.
IDCHARACTERISTICXIdentificador da característica.
IDLABORATORYIdentificador do centro de serviço.
IDUSERMatrícula do responsável.
DSOBSERVATIONObservação da característica.
SampleListLeituras, formado por uma lista:
NRSAMPLE - Número do ciclo
QTSMPDEFECT - Quantidade de itens defeituosos
QTSMPREJECT - Quantidade de itens rejeitados

Defeitos, formado por uma lista com:
IDDEFECT - Identificador do defeito
QTDEFECT - Quantidade
DSDEFOBSERVATION - Observação do defeito

Estrutura da requisição:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:inspection">
<soapenv:Header/>
<soapenv:Body>
<urn:importRecvInspAtt>
<!--You may enter the following 6 items in any order-->
<urn:IDRECEIVING>?</urn:IDRECEIVING>
<urn:IDCHARACTERISTIC>?</urn:IDCHARACTERISTIC>
<urn:IDLABORATORY>?</urn:IDLABORATORY>
<urn:IDUSER>?</urn:IDUSER>
<urn:DSOBSERVATION>?</urn:DSOBSERVATION>
<urn:SampleList>
<!--Zero or more repetitions:-->
<urn:Readings>
<!--You may enter the following 4 items in any order-->
<urn:NRSAMPLE>?</urn:NRSAMPLE>
<urn:QTSMPDEFECT>?</urn:QTSMPDEFECT>
<urn:QTSMPREJECT>?</urn:QTSMPREJECT>
<urn:DefectList>
<!--You may enter the following 3 items in any order-->
<urn:IDDEFECT>?</urn:IDDEFECT>
<urn:QTDEFECT>?</urn:QTDEFECT>
<urn:DSDEFOBSERVATION>?</urn:DSDEFOBSERVATION>
</urn:DefectList>
</urn:Readings>
</urn:SampleList>
</urn:importRecvInspAtt>
</soapenv:Body>
</soapenv:Envelope>

Retorno:

IdentificadorDescrição
returnRetorna Status, Code e Detail.
Status pode ser SUCCESS ou FAILURE.
O Code retorna 1 quando bem sucedido, ou 0 quando falhar.
O Detail retorna a descrição do erro em caso de falha.