Has anyone else encountered issues with webservices not updating properly? I have renamed fields, added fields, and removed fields from tables (along with their exposed page objects) and the changes do not show up on the web reference when I update it in visual studio. I have run into this same problem in the past only to have the objects finally refresh after a lot of tinkering with adding and deleting bogus fields. Does Navision cache the definition of these objects somewhere? This is infuriatingly frustrating, it's really making me hate Navision web services. ](*,)
Thad Ryker
I traded my sanity for a railgun
0
Comments
I traded my sanity for a railgun
I made CodeUnit with function which have XMLPort as parameter.
And started WS for this codeunit.
But after changing XMLPort, the WS schema for XMLPort isn't changing.
I tried to restart WS, added removed fields to XMLPort, enabled disabled WS in NAV, recompiled CU and XMLPort but without luck
How to update WS schema?
In other network with AD web service updates without problems.
I found workaround, by adding new middle services. Then the new service is showing changed objects, but also only once...
So to make changes in web service schema, I must every time reinstall middle tier.
There must be a way to reset cashed Web services schema info. ](*,)
I traded my sanity for a railgun