Re: [Springnet-developer] Exporting PONO as web service using standalone server
Brought to you by:
aseovic,
markpollack
|
From: Bruno B. <br...@gm...> - 2007-11-26 16:13:07
|
Hi, This is something we want to provide. Removing ServiceContract and OperationContract attributes on service interfaces will be possible. But you'll have to keep the DataContract and DataMember attributes on domain objects. Check the current status of our WCF integration : http://forum.springframework.net/showthread.php?t=3073 - Bruno 2007/11/25, Hendy Irawan <he...@ra...>: > > 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. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springnet-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springnet-developer > |