Hi everyone,
I'm having issues while trying to install web services on business central.
I've developped a web service on dynamics nav 2018 and I can't post it on a BC version.
I used to create my web service on the web service window, and to verify if my web service was correctly posted, i used to follow the soap link generated by the software. That's also how i got the wsdl of my web service.
My problem today is that when i follow the link generated by BC, I obtain a wsdl that is not complete : none of the functions defined in my codeunit can be found in my wsdl for example. This is what i get :
Why does this happen, is there something more that needs to be done ? For info, i'm working on BC 14. I know we're currently on BC 17 but I can't update the base i'm working on right now.
Thanks
Answers
In BC there is new property in the functions call FunctionVisibilty and by default is Internal must be changed to External, besides the Local property must be No.
Regards