Hi,
I am attempting to write the sync-part of an application and so far so good
When I check the server-example, "under" the sync netwebservice, I see several syncXXX NetWebServiceMethods.
Each one, in its turn, has a recursive reference to sync netwebserver. As I can see in the source , the comment says: ! just redirect it back to parent service
In my case, I exported the syncCountries NetWebServiceMethod to txa, and replaced all the references from Countries to the file I want to sync, called Shop
I was surprised that there was no recursive reference to sync anymore but there was a reference to a procedure Shop(ToDo) of which I presume is incorrect.
Therefore I deleted the "copied" syncShop and created the SyncShop by hand with the syncCountries as example but this had the same result.
In the Server example as well as in my syncXXX procedure there is a reference to a procedure with the comment as mentioned before.
One of them is correct and I have a gut-feeling that is is the one in the server example.
Am I right?
Cheers,
Rene Simons