Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

<?xml version="1.0"?>
<OCMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:xsd="http://www.w3.org/2001/XMLSchema"
           xmlns="http://www.gamingstandards.com/s2s/schemas/v1.2.6">
    <OCMHeader fromSystem="CMP"
               toSystem="" messageId="1"
               dateTimeSent="2012-01-18T14:24:14.0444613+05:30" />
    <OCMBody id="2"></OCMBody>
</OCMessage>

If I remove the attributes from the OCMessages it is working fine.

How to handle if I want the namespaces in root element while deserialization

share|improve this question
The XML posted is valid (according to XML Notepad). How are you desalinizing it? – Steve Wellens Feb 8 '12 at 12:52
What is the error reported? In other words, what is the full error message? And how are you getting it? – svick Feb 8 '12 at 13:21

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.