[progress Communities] [progress Openedge Abl] Forum Post: Re: Sending Back The Jsdo

  • Thread starter Thread starter mflanegan
  • Start date Start date
Status
Not open for further replies.
M

mflanegan

Guest
I have tried editing the jsdo file and changing the parameters of the submit operation. When I ran it, I could see the request was built up but a 404 error was returned. So now I have tried creating an invoke method. When I run this method on the application, the appserver returns an error and I can see that my invoke is trying to access the Update Method. Would there need to be something special set up in the business entity? @openapi.openedge.export(type="REST", useReturnValue="false", writeDataSetBeforeImage="true"). @progress.service.resourceMapping(type="REST", operation="invoke", URI="", alias="", mediaType="application/json"). METHOD PUBLIC VOID LoadbeOrdLn(INPUT-OUTPUT DATASET dsrntprod): MESSAGE "Invoke Method". END METHOD.

Continue reading...
 
Status
Not open for further replies.
Back
Top