[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: 501 Not Implemented DOH

Status
Not open for further replies.
P

Peter Judge

Guest
A missing schema will definitely cause that problem for INPUT (or IN-OUT) parameters. You should probably log a bug to the effect that not all schemas in the invoke signature are written into the gen file. To fix it, you can create a * .map * file with the same name and folder as the .gen, and just add the missing schema in there. The DOH will load both, overlaying the contents of the gen with those of the map. { "services": { "your service name" : "schemas": { "dsBlah": { // you can see the structure for this in the .gen file } } } } Hth, -- peter

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