Deserialize SOAP message requested from RPC web service -
11-19-2004
, 08:02 AM
I am getting the following exception, if I try to deserialize a SOAP attachement recieved over a RPC web service.
No remoting information was found for this object.
I have tryed a lot of stuff to fix the problem, but I just cannot get it work. Here is my basic code fragment:
WantedObject obj;
SoapFormatter formatter = new SoapFormatter();
obj= (WantedObject)formatter.Deserialize(str);
I have tryed to use BinaryFormater or XmlFormater, setting context, objecttypes, surogateselecter, etc..
Please help.
S0mab0y
_____________________
Message posted via http://www.dotnetmonster.com |