Groups | Blog | Home
all groups > dotnet xml > august 2004 >

dotnet xml : Serialize method call, store it and run it later


edumen26 NO[at]SPAM yahoo.com
8/24/2004 3:28:13 PM
Hello,
I'm looking for the best way to store a method call so I can execute
it in the future. I asume that the soap infraestructure can be useful
because it can serialize the calls and deserialize them. I just need
someone to point me to the start line (olympic expression by the way
;) ).

Thanks

Dino Chiesa [Microsoft]
8/24/2004 9:43:58 PM
Depends on what you want

One option would be to use COM+ and make the target object a "queued
component". Method invocations will be queued (in MSMQ). Replay happens
"later".

If the method is being invoked on a webservice, you could introduce an MSMQ
or MQSeries transport between the sender and receiver. There are examples
doing this with WSE2.

-D

[quoted text, click to view]

AddThis Social Bookmark Button