<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NetProgrammingHelp.com &#187; WEB SERVICES</title>
	<atom:link href="http://netprogramminghelp.com/category/web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://netprogramminghelp.com</link>
	<description>Asp.Net,C#,Ajax,Sql server,silverlight,Javascript codes exambles articles,Programming exambles</description>
	<lastBuildDate>Tue, 09 Aug 2011 14:31:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How do We Implement SOA? Asp.Net C#</title>
		<link>http://netprogramminghelp.com/web-services/how-do-we-implement-soa-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/web-services/how-do-we-implement-soa-asp-net-c/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 01:12:32 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[WEB SERVICES]]></category>
		<category><![CDATA[AspNet]]></category>
		<category><![CDATA[Implement]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/web-services/how-do-we-implement-soa-asp-net-c/</guid>
		<description><![CDATA[Now that we&#8217;ve established why SOA is needed by the business, the question becomes—how do we implement SOA? Need Video Surveillance Equipment Visit videosurveillance To implement SOA in an organization, three key elements have to be evaluated—people, process, and technology. Firstly, the people in the organization must be ready to adopt SOA. Secondly, the organization [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/web-services/how-do-we-implement-soa-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is SOA? Asp.Net C# Web Services</title>
		<link>http://netprogramminghelp.com/web-services/what-is-soa-asp-net-c-web-services/</link>
		<comments>http://netprogramminghelp.com/web-services/what-is-soa-asp-net-c-web-services/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 15:18:15 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[WEB SERVICES]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/web-services/what-is-soa-asp-net-c-web-services/</guid>
		<description><![CDATA[SOA is the acronym for Service Oriented Architecture. As it has come to be known, SOA is an architectural design pattern by which several guiding principles determine the nature of the design. Basically, SOA states that every component of a system should be a service, and the system should be composed of several loosely-coupled services. [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/web-services/what-is-soa-asp-net-c-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to authenticate a particular user machine in web services without using Userid&amp;Password Authentication</title>
		<link>http://netprogramminghelp.com/web-services/how-to-authenticate-a-particular-user-machine-in-web-services-without-using-useridpassword-authentication/</link>
		<comments>http://netprogramminghelp.com/web-services/how-to-authenticate-a-particular-user-machine-in-web-services-without-using-useridpassword-authentication/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 19:36:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[WEB SERVICES]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1313</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to authenticate web service into a particular client machine without using userid/password (stored in database). Main: Normally we know in windows/password based authentications we are using ip addess for validating windows account. so here also i tried the same ip address approach for authenticating particular [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/web-services/how-to-authenticate-a-particular-user-machine-in-web-services-without-using-useridpassword-authentication/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Creating Managing Transactions in Web services</title>
		<link>http://netprogramminghelp.com/web-services/creating-managing-transactions-in-web-services/</link>
		<comments>http://netprogramminghelp.com/web-services/creating-managing-transactions-in-web-services/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 17:50:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[WEB SERVICES]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1296</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to do transactions in web services using Webmethod.Transactionoption property. Main: we can easily manage tranctions using webmethod.transaction property, [WebMethod(TransactionOption= TransactionOption.RequiresNew)] It Indicates that the XML Web service method requires a new transaction. When a request is processed, the XML Web service is created within a [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/web-services/creating-managing-transactions-in-web-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to cache webmethods in webservices using asp.net</title>
		<link>http://netprogramminghelp.com/web-services/how-to-cache-webmethods-in-webservices-using-aspnet/</link>
		<comments>http://netprogramminghelp.com/web-services/how-to-cache-webmethods-in-webservices-using-aspnet/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 17:33:23 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[WEB SERVICES]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1289</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to caching web methods using webservices and asp.net. Main: We can easily caching webmethods using WebmethodAttribute.CacheDuration Property, for ex, [WebMethod(CacheDuration = 30)] When When cache duration is enabled requests and responses are held in memory on the server for at least the cache duration so [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/web-services/how-to-cache-webmethods-in-webservices-using-aspnet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Difference between WCF and Web Services</title>
		<link>http://netprogramminghelp.com/web-services/diffence-between-wcf-and-web-services/</link>
		<comments>http://netprogramminghelp.com/web-services/diffence-between-wcf-and-web-services/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:09:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[WEB SERVICES]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=762</guid>
		<description><![CDATA[Introduction: In this article,we are going to discuss about the difference between WCF and Asp.Net Asmx Web Services. Main: Sometimes we may think,why we are using WSE(Web Service Enhancements),the answer is simply the basic web service have scalaibility,reliability,security issues. In asmx webservices we are simply using webmothods,and we don&#8217;t have any contract between client and [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/web-services/diffence-between-wcf-and-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upload a file using WebService</title>
		<link>http://netprogramminghelp.com/aspnet/how-to-upload-a-file-using-webservice/</link>
		<comments>http://netprogramminghelp.com/aspnet/how-to-upload-a-file-using-webservice/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 15:03:52 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WEB SERVICES]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=670</guid>
		<description><![CDATA[Introduction: In remote environment,sometimes web services are the better option for uploading files.In this article explains,how to upload a files to remote environment using webservices. Main: I developed one web method and deployed in removete env, uploadedFile = String.Format&#40;&#34;File1_{0}_{1}_{2}&#34;,DateTime.now.day.ToString&#40;&#41;,DateTime.now.Minutes.ToString&#40;&#41;,DateTime.now.Seconds.ToString&#40;&#41;&#41;; &#160; &#91;WebMethod&#93; public void UploadFile&#40;byte&#91;&#93; local_File&#41; &#123; MemoryStream ms = new MemoryStream&#40;local_File&#41; &#123; Stream streamwriter= new [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/aspnet/how-to-upload-a-file-using-webservice/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Invoke a Web Method Without Adding Web Reference</title>
		<link>http://netprogramminghelp.com/web-services/how-to-invoke-a-web-method-without-adding-web-reference/</link>
		<comments>http://netprogramminghelp.com/web-services/how-to-invoke-a-web-method-without-adding-web-reference/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 11:36:06 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[WEB SERVICES]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=462</guid>
		<description><![CDATA[Introduction: In this we are discussing about how to invoke a particular ws web method without adding the Web Reference. Main: We configured the webservice url and web method name in app.config,and created one Webserviceclient for invoking the webmethod.Is this something same like httppost method,but in http post we will send request in xml format. [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/web-services/how-to-invoke-a-web-method-without-adding-web-reference/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to create and use session&#8217;s in Asp.Net Web Services</title>
		<link>http://netprogramminghelp.com/web-services/how-to-create-and-use-sessions-in-aspnet-web-services/</link>
		<comments>http://netprogramminghelp.com/web-services/how-to-create-and-use-sessions-in-aspnet-web-services/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 15:52:55 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[WEB SERVICES]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=450</guid>
		<description><![CDATA[Introduction: In this article,we are going to discuss about how to create sessions in web services. Main: Normally asp.net web services provided the following two types of state management, 1.Client state, in which data about a particular client request is stored and used to affect the processing of future requests from that client. 2.Application state, [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/web-services/how-to-create-and-use-sessions-in-aspnet-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Overloaded Web Methods in Web Services</title>
		<link>http://netprogramminghelp.com/web-services/how-to-create-overloaded-web-methods-in-web-services/</link>
		<comments>http://netprogramminghelp.com/web-services/how-to-create-overloaded-web-methods-in-web-services/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 18:04:56 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[WEB SERVICES]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=267</guid>
		<description><![CDATA[Method Overloading in Web Services is a very useful for SOA applications. We need some additional configuration for achieving this, Important:Just set WebServiceBinding(ConformsTo = WsiProfiles.None) See this Sample Class with Overloaded Methods. using System; using System.Web; using System.Web.Services.Protocols; [WebService(NameSpace="http://tempuri.org")] [WebServiceBinding(ConformsTo = WsiProfiles.None)] Public class Service:System.Web.Services.WebService {   public Service()    {    } [WebMethod (MessageName="Adding [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/web-services/how-to-create-overloaded-web-methods-in-web-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

