HighTechTalks DotNet Forums  

Deserialize SOAP message requested from RPC web service

Dotnet Framework (Component Services) microsoft.public.dotnet.framework.component_services


Discuss Deserialize SOAP message requested from RPC web service in the Dotnet Framework (Component Services) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
s0mab0y via DotNetMonster.com
 
Posts: n/a

Default 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

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.