go to post Manoj K · Apr 1, 2017 This error I gotHttpRequest cannot load http://localhost:57772/api/project. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:57773' is therefore not allowed access. The response had HTTP status code 401.
go to post Manoj K · Mar 3, 2017 It accepts only Get method. If I give another method, it shows 'Method not allowed'.Why the method doesn't accept the post or put or delete method?
go to post Manoj K · Mar 2, 2017 I tried the Demo.REST.MathService.cls and I also configured the web server.in that program, they mentioned Dispatch class as EnsLib.REST.Service, so I added itI tried in the both link.http://localhost:57772/csp/ENSDEMO/rest/2/3http://localhost:57772/csp/ENSDEMO/rest/sum/2/3I couldn't run the program
go to post Manoj K · Mar 1, 2017 Ok Gery. I need one small sample or example,If you have it, can you share it?
go to post Manoj K · Feb 23, 2017 ok, thanks Tomas and I have one question.Is it possible execute this URL http://localhost:57772/csp/samples/docserver/namespaces in PostMan?
go to post Manoj K · Feb 23, 2017 Is it possible execute this URL http://localhost:57772/csp/samples/docserver/namespaces in PostMan?And I tried the first URL http://localhost:57772/csp/samples/REST.DocServer.cls, still, now it shows me the same error.
go to post Manoj K · Feb 23, 2017 This is an example program for rest services[ REST.DocServer ], already given in 'samples' namespace.