Deserialize Soap Formatted object from string

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Smokey Grindel

    Deserialize Soap Formatted object from string

    I serialized an object perfectly fine to SOAP and have it stored in a
    database as a string (sql server 2005 in a XML data type field) now I am
    pulling that value back and want to de-serialize it using the soap
    formatter's deserialize method... but it takes a stream.. .what is the best
    way to take this value and deserialize it back? How do I create the stream
    to deserialize it? I have it as a text string in the program right now
    holding the SOAP XML. Thanks!


Working...