Quartz .Net Job calling WCF service
Posted
by mattcole
on Stack Overflow
See other posts from Stack Overflow
or by mattcole
Published on 2009-12-16T18:11:57Z
Indexed on
2010/04/01
23:03 UTC
Read the original article
Hit count: 825
Hi,
What's the best way for me to call a WCF Service from within a Quartz .Net job?
Is the easiest way to write a separate exe that spins up a WCF proxy and have that exe called from within the job? This seems like it would work but is a bit convoluted. It'd be nicer if I could somehow have the Job have the proxy injected in someway.
Thanks, Matt
© Stack Overflow or respective owner