Hi Experts:
i want to register a page as web service from cal i have a custom page i want to publish it as web service not from RTC but from c/al how it is possible?
below is the code i tried but not worked.
VAR
WebService: Record Web Service Aggregate ;
CLEAR(WebService);
WITH WebService DO BEGIN
IF GET (56000) THEN
"Object Type" :="Object Type"::Page;
"Object ID" := 5600;
"Service Name":= 'MyPage';
Published:= TRUE;
INSERT(TRUE);
END;
*This post is locked for comments
I have the same question (0)