Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.