I have an application (not a web service / not IIS based) that has to
process SOAP RPC messages, making  appropriate method calls on an object.
The object is instantiated from a dynamically loaded dll, there is no way to
know the object type beforehand / to use early binding, or WSDL.

One way to avoid making extensive use of the Reflections API is to mark the
class with Serializable attribute, implement in it the ISoapMessage
interface, which would define mapping to the class  method calls, and just
use Serialize / Deserialize calls with the SOAP request message. This is
doable, but tedious. I wonder if there is a better way?

Best regards,
Sergey
----
Sergey Chemishkian
Senior Applications Engineer / Business Development
Echelon Corporation
550 Meridian Avenue, San Jose, CA 95126, USA
tel.(408) 938-5362

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to