Re: non-asp.net web services
- From: Ram <Ram@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 4 May 2006 17:01:02 -0700
Hello CJF,
If you do not want to host your service in IIS, As Robert has suggested,
..NET 2.0 + Indigo supports hosting WebServices in custon ASP.NET process.
For .NET 1.1, Dino Esposito has written a Nice article in msdn about how to
host you service in a smallscale IIS called cassini... I have not read that
article in detail . PLease have a look in that it might help you.
http://msdn.microsoft.com/msdnmag/issues/03/01/cuttingedge/
Thanmks
Ram
"CJF" wrote:
So it sounds like out-of-the-box you can't host a remoting type as a web.
service within your own managed executible. I will look more into the WSE 3.0
and see how it fits my needs. Thanks!
"Robert Wilczynski" wrote:
Hi,
Using VS 2005? Have a look at WSE 3.0 (Web Service Enhancements). Using the
features it provides you will be able to host the web service in windows
apps, console apps or windows services (which will probably be your choice):
http://msdn.microsoft.com/webservices/webservices/building/wse/default.aspx
http://msdn.microsoft.com/webservices/webservices/building/wse/default.aspx?pull=/library/en-us/dnwse/html/newwse3.asp
(this atricle has a paragraph on hosting serices outside IIS)
You could also use WCF (Windows Communication Foundation - final version
coming with Windows Vista, but available with a Go-Live license meaning you
can use the CTP builds in production environment now) to achieve the same:
www.windowscommunication.net
Hope this helps.
Best regards,
Robert Wilczynski.
I'm trying to build a web service via .NET remoting (without ASP.NET)
using a pre-existing wsdl file. It doesn't seem to be a very
straight-forward process, as SOAP exceptions keep popping up that
don't appear if I do use the ASP.Net approach. My remoting type looks
exactly like the output of the wsdl.exe utility when executed against
the same wsdl file, so I'm not sure why it's complaining about the
soap message. I don't get these exceptions using the ASP.Net approach.
I've tried googling for information about building non-ASP.Net web
services.
Specifically, I want to use remoting to listen for inbound xml
messages
using SOAP from non-.NET clients. I want to eliminate the need for a
web
server (IIS or any other web server). Is remoting possible in this
situation? Normally remoting is allowed between two .NET endpoints,
but since
I'm passing SOAP requests I was hoping this was the exception to that
rule.
Do I have any other options to hosting web services in my own process
without
the need for a seperate web server to communicate with non-.NET
clients?
Thanks,
CJF
- References:
- Re: non-asp.net web services
- From: Robert Wilczynski
- Re: non-asp.net web services
- Prev by Date: Re: XSD Based DTOs or Types
- Next by Date: Re: Cheap .NET hosting??
- Previous by thread: Re: non-asp.net web services
- Next by thread: empty string paramters rather than nulls
- Index(es):
Relevant Pages
|