Hi Spring.NET developers,
I want to expose a plain .NET class as a XML/SOAP web service, and run a
standalone server console-style... (i.e. not using ASP.NET)
I'm currently doing this using WCF 3.0 services, but don't "really like
it so much", i.e. attributes and such. I don't like the fact that the
class itself needs to have a dependency on WCF services. If the server
(which references the library containing the class) require WCF 3.0 and
Spring, that's reasonable.
Is it possible to do this using Spring.NET? There doesn't seem to be a
documentation for this on Chapter 27 (Web Services).
Thank you.
|