cancel
Showing results for 
Search instead for 
Did you mean: 

"value is missing" error from Complete Webservice

former_member196557
Active Contributor
0 Kudos

Trying to execute the ProductionService webservice Complete against ME 6.1.3.3 from MII14.0.3 WebService action block.  The webservice call fails with the error "value is missing".  In a debug statement in the NW trace log I found this xml that is used to call the completeSFC API in ME:

<CompleteSfcRequest>

<scrapComponentOption>null</scrapComponentOption>

<location>null</location>

<dateTime>null</dateTime>

<resourceRef>ResourceBO:STUBBS,HMILL</resourceRef>

<operationRef>OperationBO:STUBBS,MILLING,#</operationRef>

<dateStarted>null</dateStarted>

<sfcRef>SFCBO:STUBBS,MILL00001</sfcRef>

<dispositionGroupMemberRef>null</dispositionGroupMemberRef>

<sfcFutureHoldStepId>null</sfcFutureHoldStepId>

<transferDataRef>null</transferDataRef>

<workStationRef>

</workStationRef>

<dispositionRouterRef>null</dispositionRouterRef>

<quantity>null</quantity>

<extraInformation>

<NameValueObject>

<name>ACTIVITY</name>

<value>

</value>

</NameValueObject>

<NameValueObject>

<name>SITE</name>

<value>STUBBS</value>

</NameValueObject>

<NameValueObject>

<name>USER_BO</name>

<value>UserBO:STUBBS,I822004</value>

</NameValueObject>

</extraInformation>

<nextStep>null</nextStep>

<returnStep>null</returnStep>

<returnRouterRef>null</returnRouterRef>

</CompleteSfcRequest>

Any idea what "value" is missing in the request?

Regards, Steve

Accepted Solutions (1)

Accepted Solutions (1)

sergiy_katerinich
Active Contributor
0 Kudos

How about this?

<NameValueObject>

<name>ACTIVITY</name>

<value>

</value>

</NameValueObject>

former_member196557
Active Contributor
0 Kudos

Sergiy,

Thanks!  That was it.  I tried with entering a value "XML" and also with removing it from the request, and both methods worked.  Question: Are there other valid values for Activity?

Regards, Steve

Former Member
0 Kudos

You can enter any value for Activity - it is not validated.

Answers (0)