Hi All
I have this problem in nav, when i publish a page to the web service using SOAP, i get an error when the message callback is sent by nav. I there a way where i can reply the message and continue execution in php .net
You need to avoid and user interaction when your codeunit is called by webservice, with GUIALLOWED function to distinguish between execution in GUI or NAS/web service.
You need to avoid and user interaction when your codeunit is called by webservice, with GUIALLOWED function to distinguish between execution in GUI or NAS/web service.
Comments
Thanks alot