...
Table of Contents | ||||
---|---|---|---|---|
|
Use case
During development, you may need toA developer can:
- Inspect the values are available in the XML request you are readingKnow whether your XML values and know whether AL code has taken effect
...
- Reprocess failed mobile documents and initiate debugging
- Inspect Error Call Stacks
Request and Response
When the mobile device communicates with Business Central, an XML document is sent to the system.
The XML contains the required instructions for Business Central to perform
- It is always the Mobile device that initiates the communication with a Request
- Business Central is always the responding party
...
- generates a Response
Inspect Mobile XML Communication
...