Hi
I'm currently working on my first cross platform application using Xamarin.Forms.
I am connecting up to our existing SOAP web services. The service call seems to work fine, however, the object that I am trying to return back, some of the properties seems to get duplicated for some reason - the ones I seem to have to specify in the individual iOS & Droid projects (if that makes sense).
If you look at the attached image you will see there are two properties called "patientDetailsy" - one is NULL the other contains the information I am looking for.
When I try and pick up the info stored in the patientDetailsy I can only seem to get at the NULL value not the one with data in it.
Anyone know where I am going wrong here ?