nikhilnik
13 years agoNew Contributor
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.
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.