cancel
Showing results for 
Search instead for 
Did you mean: 

SOAPUI ManageSiteLogisticsTaskIn BarCodeText "No Serial Number needed for Material_Output" Error

nosta
Explorer
0 Kudos

Hi,

I am trying to send a soap request for ManageSiteLogisticsTaskIn to submit a serial number for an outbound task. The serialnumber is mandatory here.

The first attempt works fine, but every other attempt fails with the same settings except for the barCodeText.

Am I doing something wrong here?

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">
<soapenv:Header/>
<soapenv:Body>
<glob:SiteLogisticsTaskBundleMaintainRequest_sync_V1>
<BasicMessageHeader> </BasicMessageHeader>
<!--Zero or more repetitions:--> <SiteLogisticsTask> <!--Optional:--> <SiteLogisticTaskID>2333</SiteLogisticTaskID>
<!--Optional:-->
<SiteLogisticTaskUUID>00163e0e-514f-1ed7-b2c0-5b84466f1676</SiteLogisticTaskUUID>
<!--Optional:-->
<ReferenceObject>
<!--Optional:-->
<ReferenceObjectUUID>00163e0e-514f-1ed7-b2c0-5b5f8216f676</ReferenceObjectUUID>
<!--Zero or more repetitions:-->
<OperationActivity>
<!--Optional:-->
<OperationActivityUUID>00163e0e-514f-1ed7-b2c0-5b5f8216f676</OperationActivityUUID>
<!--Zero or more repetitions:-->
<MaterialInput> </MaterialInput>
<!--Zero or more repetitions:-->
<MaterialOutput>
<!--Optional:-->
<MaterialOutputUUID>00163e0e-514f-1ed7-b2c0-5b5f82175676</MaterialOutputUUID> <!--Optional:-->
<ProductID>PS4C10003</ProductID>
<!--Optional:-->
<AutomaticIdentification>
<!--Zero or more repetitions:-->
<BarCodeText>21ABCCCA</BarCodeText>
</AutomaticIdentification> </MaterialOutput>
</OperationActivity>
</ReferenceObject>
</SiteLogisticsTask>
</glob:SiteLogisticsTaskBundleMaintainRequest_sync_V1>
</soapenv:Body> </soapenv:Envelope>

Response:
<faultText>No Serial Number needed for Material_Output node 00163E0E514F1ED7B2C05B5F82175676</faultText>

If I do it in ByD it works as expected and I can submit new serial numbers.

Any suggestion?

Regards,
Philipp

Accepted Solutions (0)

Answers (1)

Answers (1)

sandeepyr
Contributor

Dear Philipp,

In 1802 ByD Release, we are enhancing our WSDL A2X II_MANAGE_SLT_IN with serial numbers. We are coming up with a provision to enter serial numbers directly instead of using barcode.

The change should be available from 1802 release onwards.

We hope this answers your query.

Regards,

Sandeep