<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Web service inside a Windows service without IIS</title>
	<atom:link href="http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/</link>
	<description>Developer Flotsam - random stuff floating around?</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:46:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: قاموس</title>
		<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1918</link>
		<dc:creator><![CDATA[قاموس]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 17:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1918</guid>
		<description><![CDATA[&lt;strong&gt;قاموس...&lt;/strong&gt;

[...]Web service inside a Windows service without IIS &#171; Developer Flotsam[...]...]]></description>
		<content:encoded><![CDATA[<p><strong>قاموس&#8230;</strong></p>
<p>[...]Web service inside a Windows service without IIS &laquo; Developer Flotsam[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SVK</title>
		<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1811</link>
		<dc:creator><![CDATA[SVK]]></dc:creator>
		<pubDate>Fri, 23 Sep 2011 09:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1811</guid>
		<description><![CDATA[i am in need of something simialar but confused withis article
i have WS developed in VS2005 which access the database &amp; provides services to the frontend calling it
my issue is currently as the WS is in Vs2005 i need to open VS &amp; execute the WS once so that the other applications can access the data via the WS , if its nit excuted than data cannot be accessed



so i was trying the above lines but nit getting thr&#039;]]></description>
		<content:encoded><![CDATA[<p>i am in need of something simialar but confused withis article<br />
i have WS developed in VS2005 which access the database &amp; provides services to the frontend calling it<br />
my issue is currently as the WS is in Vs2005 i need to open VS &amp; execute the WS once so that the other applications can access the data via the WS , if its nit excuted than data cannot be accessed</p>
<p>so i was trying the above lines but nit getting thr&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1774</link>
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Tue, 16 Aug 2011 17:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1774</guid>
		<description><![CDATA[Your directions after the &quot;Accessing the New Service&quot; section don&#039;t make any sense.  Could you just post a zip file containing your solution and projects?

thanks,

Tom]]></description>
		<content:encoded><![CDATA[<p>Your directions after the &#8220;Accessing the New Service&#8221; section don&#8217;t make any sense.  Could you just post a zip file containing your solution and projects?</p>
<p>thanks,</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Nunes</title>
		<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1559</link>
		<dc:creator><![CDATA[Marc Nunes]]></dc:creator>
		<pubDate>Mon, 10 Jan 2011 19:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1559</guid>
		<description><![CDATA[Hi,
Since you said you could try to help people that show up here through google ... this is my problem:

I need to have a webservice server that receives using http soap, and not tcp soap...
 Uri address = new Uri(&quot;http://&quot; + ipEntry.AddressList[0].ToString() + (...)

I&#039;m getting errors indicating that it&#039;s not supported :&quot;System.NotSupportedException WSE802: Unsupported SoapChannelCapabilities Flags&quot;,

if I use soap.tcp instead of http it deploys and listens for requests.

I&#039;ve been reading online that I need to reimplement the HttpSys Transport layer, but I&#039;m not seeing how to connect it to ... say your code example above ... do you think you could help me out on this?

Thanks!!]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Since you said you could try to help people that show up here through google &#8230; this is my problem:</p>
<p>I need to have a webservice server that receives using http soap, and not tcp soap&#8230;<br />
 Uri address = new Uri(&#8220;http://&#8221; + ipEntry.AddressList[0].ToString() + (&#8230;)</p>
<p>I&#8217;m getting errors indicating that it&#8217;s not supported :&#8221;System.NotSupportedException WSE802: Unsupported SoapChannelCapabilities Flags&#8221;,</p>
<p>if I use soap.tcp instead of http it deploys and listens for requests.</p>
<p>I&#8217;ve been reading online that I need to reimplement the HttpSys Transport layer, but I&#8217;m not seeing how to connect it to &#8230; say your code example above &#8230; do you think you could help me out on this?</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erico Schuch</title>
		<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1095</link>
		<dc:creator><![CDATA[Erico Schuch]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 16:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1095</guid>
		<description><![CDATA[I use xsp2 from Mono
http://www.mono-project.com/ASP.NET
Compile de webservice code. Call (execute) xsp2.exe with the right parameters. All done. No more pain.]]></description>
		<content:encoded><![CDATA[<p>I use xsp2 from Mono<br />
<a href="http://www.mono-project.com/ASP.NET" rel="nofollow">http://www.mono-project.com/ASP.NET</a><br />
Compile de webservice code. Call (execute) xsp2.exe with the right parameters. All done. No more pain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1088</link>
		<dc:creator><![CDATA[Josh]]></dc:creator>
		<pubDate>Fri, 18 Jun 2010 13:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1088</guid>
		<description><![CDATA[Lookup Microsoft WSE 3.0

I haven&#039;t actually managed to get it to work myself though...]]></description>
		<content:encoded><![CDATA[<p>Lookup Microsoft WSE 3.0</p>
<p>I haven&#8217;t actually managed to get it to work myself though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shashank</title>
		<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1063</link>
		<dc:creator><![CDATA[shashank]]></dc:creator>
		<pubDate>Fri, 28 May 2010 09:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-1063</guid>
		<description><![CDATA[same question is mine . i am also in R&amp;D phase,no exact answer till now.pl any one help me.

ASMX(WEB SERVICE)WITHOUT IIS ----&gt;ON unix/linux PLATFORM USING JAVA PROGRAM

thanks]]></description>
		<content:encoded><![CDATA[<p>same question is mine . i am also in R&amp;D phase,no exact answer till now.pl any one help me.</p>
<p>ASMX(WEB SERVICE)WITHOUT IIS &#8212;-&gt;ON unix/linux PLATFORM USING JAVA PROGRAM</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yusuf Arslan</title>
		<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-949</link>
		<dc:creator><![CDATA[Yusuf Arslan]]></dc:creator>
		<pubDate>Thu, 25 Mar 2010 10:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-949</guid>
		<description><![CDATA[Hello. I have problems with using Microsoft.Web.Services3 and Microsoft.Web namespaces. To work with those namespaces i try to add or find the dll for them. But i cant find the dll on .Net dll library or anywhere i searched.

The question is &quot;How can i add Microsoft.Web dll to references&quot;

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hello. I have problems with using Microsoft.Web.Services3 and Microsoft.Web namespaces. To work with those namespaces i try to add or find the dll for them. But i cant find the dll on .Net dll library or anywhere i searched.</p>
<p>The question is &#8220;How can i add Microsoft.Web dll to references&#8221;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clora Ferranti</title>
		<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-921</link>
		<dc:creator><![CDATA[Clora Ferranti]]></dc:creator>
		<pubDate>Sat, 13 Feb 2010 11:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-921</guid>
		<description><![CDATA[A Useful Blog about how to prepare LACTO-VEGETARIAN recipes.]]></description>
		<content:encoded><![CDATA[<p>A Useful Blog about how to prepare LACTO-VEGETARIAN recipes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Hahn</title>
		<link>http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-917</link>
		<dc:creator><![CDATA[Christoph Hahn]]></dc:creator>
		<pubDate>Wed, 10 Feb 2010 09:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/2007/10/25/web-service-inside-a-windows-service-without-iis/#comment-917</guid>
		<description><![CDATA[Hi,

I also need to puplish an ASMX web service over http? Is that possible in an easy way like this? Kind of SoapReceivers.Add(&quot;http://....&quot;) without implementing my own http server would be nice.

Thanks for any ideas.

Kind Regards,
Christoph]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I also need to puplish an ASMX web service over http? Is that possible in an easy way like this? Kind of SoapReceivers.Add(&#8220;http://&#8230;.&#8221;) without implementing my own http server would be nice.</p>
<p>Thanks for any ideas.</p>
<p>Kind Regards,<br />
Christoph</p>
]]></content:encoded>
	</item>
</channel>
</rss>

