Options

Consuming Codeunits through SOAP

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

Comments

  • Options
    geordiegeordie Member Posts: 655
    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.
  • Options
    jonathankirangajonathankiranga Member Posts: 3
    Thanks this was helpful
  • Options
    jonathankirangajonathankiranga Member Posts: 3
    geordie wrote: »
    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.

    Thanks alot
Sign In or Register to comment.