Hello you all.
This is my first post here I hope I do it correctly.
I'm writing because I'm facing an issue when trying to override the WebDAV module of Content Server 10.5.
Typically when I'm completing the "inherit" line with WEBDAV::APIWebDAV eclipse shows a drop-down list but there is not the WebDAVAuthServ os I'm interested in.
So that was my attempt to override WebDAV with another module.
What I did next is creating a patch. There again I have trouble targeting the os file I want to override.
Here is an extract from my patch:
o {'pat::WebDAVAuthServ',&&webdav::APIWebDAV::WebDAVAuthServ}
I get an error notifying me of an problem finding the object to override.
If I shorten the line to o {'pat::WebDAVAuthServ',&&webdav::APIWebDAV}
I no longer get errors but it does nothing.
I think it inserts the function to APIWebDAV.os and not to the package of the same name.
I would be really thankful if someone could enlighten me about this issue.
Many thanks
Quenti
This is my first post here I hope I do it correctly.
I'm writing because I'm facing an issue when trying to override the WebDAV module of Content Server 10.5.
Typically when I'm completing the "inherit" line with WEBDAV::APIWebDAV eclipse shows a drop-down list but there is not the WebDAVAuthServ os I'm interested in.
So that was my attempt to override WebDAV with another module.
What I did next is creating a patch. There again I have trouble targeting the os file I want to override.
Here is an extract from my patch:
o {'pat::WebDAVAuthServ',&&webdav::APIWebDAV::WebDAVAuthServ}
I get an error notifying me of an problem finding the object to override.
If I shorten the line to o {'pat::WebDAVAuthServ',&&webdav::APIWebDAV}
I no longer get errors but it does nothing.
I think it inserts the function to APIWebDAV.os and not to the package of the same name.
I would be really thankful if someone could enlighten me about this issue.
Many thanks
Quenti