PAS REST pass value blanco but get unknown in backend

Posted by mrlee on 25-Apr-2019 03:06

Dear,

When I call on my PAS instance an invoke function and I don't fill in some value for a parameter this will show value unknown in the backend.

 My call to the backend:

Backend message pSupplier this is ?

A solution can be that we replace all the parameters with a dataset because they don't have this problem. 
Was checking a solution with annotation but don't get it to work (temp-tables field have extra properties in the catalog).
At this moment I check all the input parameters and replace them with an empty value if it's ? a little bit stupid :)

does someone has an explanation for this or a best practice me seems that I have to replace everything with datasets.

Kind regards
Kevin Hermans.

All Replies

Posted by goo on 25-Apr-2019 06:22

What do you mean with not filling in? Have you checked the log for errors? As far as I know you need to send a parameter if the function or methods asks for it.

Posted by bronco on 25-Apr-2019 07:14

I think you have to supply us with some more information with what you are doing (are you using the JSDO?). From my point it's perfectly logical if you don't supply a value that it's unknown.

This thread is closed