Hi,
I'm fairly new to AX, so please bear with me. :)
I have an inbound port that uses a File System Adapter to process some XML.
Once the XML has been transformed into a message, one of the Service operations are called.
What I need to be able to do is to debug / trace what's happening inside the service operation. There's some logic that's not correct in the class, but without the ability to debug or even output some values somewhere, I'm struggling to find the problem.
I've tried calling info("Made it inside the service operation class!"); at the top of the class, restarting the inbound port and then dropping the xml in the folder, but I can't find any output anywhere (even though I know the method gets run from the result of the operation).
If someone can suggest a way of debugging / outputing some data from a service, I'd be very grateful.
All the best,
Dave