How did you map ipcParamIn?
If you look close, you will see that it is not mapped to body. I had to map it a level higher !
gdb390,
What do you mean you had to map it to a level higher? I have the same issue and I dropped my interface parameters to [Drag a parameter here] under the body. My parameters are all ?.
I guess it helps if you include "request" in the payload. This works just fine.
{"request" : {"pcDeploymentId" : "123456", "pcMachineName" : "ROGER-PC", "pcSerialNumber" : "1234567890", "pcAppName" : "UnifyPOS", "pcVersionNum" : "11.4.96"} }
Yep, if you map parameters to the nodes *below* the body, then you need to wrap them in an object named "request":
Yep, if you map parameters to the nodes *below* the body, then you need to wrap them in an object named "request":
Flag this post as spam/abuse.