I am having an issue in deserializing the soap XML from a php web service
The XML that is coming back from the web service has a tag <item xsi:type="xsd:">
Basically its saying type=""
which throws an error:
“The specified type was not recognized: name=':'”
is the attribute xsi:type="xsd:"
valid?
I've asked out client to remove it but they are saying they cannot.