Saturday, June 8, 2013

Operator API : Exposing Operator API as REST service

While testing the REST API using fiddler, a strange issue pops up.
The method ( Login) receive live instance of the parameter object, but the properties of the object contains null values.


Figure 1 shows how the method being called via Fiddler.

Figure 1





Figure 2 shows how the method received input parameter instance with empty/null properties

Figure 2





Finally found a solution while googling the relevant issue.

No comments:

Post a Comment