New to NAV and trying to test the basic Web Service page and Codeunit features. I'm confused on how you link a specific code unit to an exposed page. I found documentation that indicates I should expose the page in Web Services (I've done this and connected to it) and then create the entry in Web Services for the Codeunit I want to use and assign the same Service Name to the Codeunit as the page I want to link it to and leave the Published flag turned off on the Codeunit.
I have done this however, if I look at the xlm for the SOAP Url for the page, shouldn't I see the Codeunits operations/elements included in the page data so I can access the Codeunits functionality when connected to the page from my developer? I can't see the Codeunit exposed at all.
I have done this however, if I look at the xlm for the SOAP Url for the page, shouldn't I see the Codeunits operations/elements included in the page data so I can access the Codeunits functionality when connected to the page from my developer? I can't see the Codeunit exposed at all.