Päivitetty viimeksi
6. toukokuuta 2021
Here is a normal response to a batchjobsubmit call:
<S7BatchJobStatus>
<Job jobid="1720260156066n6400a0ff13347afec52n7f88">
<OverallStatus>
<Status>processing</Status>
<Total>1</Total>
<Successful>0</Successful>
<Failed>0</Failed>
</OverallStatus>
</Job>
</S7BatchJobStatus>
If you do not encode the XML correctly, you see an error like so:
Error:
<S7BatchJobStatus>
<Job>
<Error>
Some parsing error encountered: The entity name must immediately follow the '&' in the entity reference.
</Error>
</Job>
</S7BatchJobStatus>