Forum Discussion

nikhilnik's avatar
nikhilnik
New Contributor
13 years ago

Extra Parameters(@id,@ref) when input parameter is an object

I have a WCF service which takes object as parameter and creates account in database.
when I am trying to provide data there are 2 extra fields(@Id, @Ref) other than the properties of the object as shown in the picture.
when ever the input is a object it has these 2 extra fields and I am confused what data to provide to those fields.
WCF services are secured and I am providing username and password. It is running fine for methods which take regular parameters.
Only thing is these 2 fields appear when ever the input is object.

Could someone please help me as most of my method inputs are objects.

1 Reply

  • Hi there, were you able to find the answer/solution to your question. I am experiencing the same issue.