Hi,
My webservice returns a UserInfo object.
For some reason the UserInfo.Profile.ProfileProperties[n].PropertyValue xml node is present in the soap xml.
<ProfileProperties>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>DCSocialAuthentication</propertycategory>
<propertyname>Token</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>DCSocialAuthentication</propertycategory>
<propertyname>Service</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>250</length>
<propertycategory>DCSocialAuthentication</propertycategory>
<propertyname>PicturUrl</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>250</length>
<propertycategory>DCSocialAuthentication</propertycategory>
<propertyname>PictureUrl</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Name</propertycategory>
<propertyname>Prefix</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Name</propertycategory>
<propertyname>FirstName</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Name</propertycategory>
<propertyname>MiddleName</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Name</propertycategory>
<propertyname>LastName</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Name</propertycategory>
<propertyname>Suffix</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Address</propertycategory>
<propertyname>Unit</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Address</propertycategory>
<propertyname>Street</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Address</propertycategory>
<propertyname>City</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>0</length>
<propertycategory>Address</propertycategory>
<propertyname>Region</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>0</length>
<propertycategory>Address</propertycategory>
<propertyname>Country</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Address</propertycategory>
<propertyname>PostalCode</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Contact Info</propertycategory>
<propertyname>Telephone</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Contact Info</propertycategory>
<propertyname>Cell</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Contact Info</propertycategory>
<propertyname>Fax</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Contact Info</propertycategory>
<propertyname>Website</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>50</length>
<propertycategory>Contact Info</propertycategory>
<propertyname>IM</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>0</length>
<propertycategory>Preferences</propertycategory>
<propertyname>Photo</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>0</length>
<propertycategory>Preferences</propertycategory>
<propertyname>Biography</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>0</length>
<propertycategory>Preferences</propertycategory>
<propertyname>PreferredTimeZone</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>0</length>
<propertycategory>Preferences</propertycategory>
<propertyname>TimeZone</propertyname>
</ProfilePropertyDefinition>
<ProfilePropertyDefinition>
<length>0</length>
<propertycategory>Preferences</propertycategory>
<propertyname>PreferredLocale</propertyname>
</ProfilePropertyDefinition>
</ProfileProperties>
Is there a reason for this? And can I fix it?
Thanks!