<?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>.Net Max &#187; WebServices</title>
	<atom:link href="http://www.dotnetmax.org/category/net/webservices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnetmax.org</link>
	<description>Conhecimento na Nuvem...</description>
	<lastBuildDate>Sun, 11 Apr 2010 01:36:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Enviando Arquivos por WebServices</title>
		<link>http://www.dotnetmax.org/2009/06/17/enviando-arquivos-por-webservices/</link>
		<comments>http://www.dotnetmax.org/2009/06/17/enviando-arquivos-por-webservices/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 08:00:43 +0000</pubDate>
		<dc:creator>Guilherme Bacellar</dc:creator>
				<category><![CDATA[WebServices]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Arquivo]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.dotnetmax.org/?p=489</guid>
		<description><![CDATA[Vamos ver como podemos enviar arquivos por webservices. WebServices C# using System.ComponentModel; using System.Web.Services; namespace WebService2 { /// &#60;summary&#62; /// Summary description for Service1 /// &#60;/summary&#62; [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [ToolboxItem(false)] public class Service1 : WebService { [WebMethod] public string RecebeArquivo(byte[] arquivoData) { return "Arquivo Recebido com Sucesso com " + arquivoData.Length + [...]


Posts Relacionados:<ol><li><a href='http://www.dotnetmax.org/2009/05/15/configurando-data-para-transmitir-para-webservices/' rel='bookmark' title='Permanent Link: Configurando Data para Transmitir para WebServices'>Configurando Data para Transmitir para WebServices</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.dotnetmax.org/2009/06/17/enviando-arquivos-por-webservices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurando Data para Transmitir para WebServices</title>
		<link>http://www.dotnetmax.org/2009/05/15/configurando-data-para-transmitir-para-webservices/</link>
		<comments>http://www.dotnetmax.org/2009/05/15/configurando-data-para-transmitir-para-webservices/#comments</comments>
		<pubDate>Fri, 15 May 2009 21:48:13 +0000</pubDate>
		<dc:creator>Guilherme Bacellar</dc:creator>
				<category><![CDATA[Code Sharing]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.dotnetmax.org/?p=438</guid>
		<description><![CDATA[Vamos ver um código simples para configurar um objeto de data (DateTime) em uma string (Texto) para que possa ser transmitir para WebServices ou Páginas em formato de Texto. O Padrão utilizado é o &#8220;yyyy&#8217;-'MM&#8217;-'dd&#8217;T'HH&#8217;:'mm&#8217;:'ss&#8221; ou seja, &#8220;ano &#8211; mes &#8211; dia T hora &#8211; minuto &#8211; segundo&#8221;, esse formato possibilita a troca de datas [...]


Posts Relacionados:<ol><li><a href='http://www.dotnetmax.org/2009/06/17/enviando-arquivos-por-webservices/' rel='bookmark' title='Permanent Link: Enviando Arquivos por WebServices'>Enviando Arquivos por WebServices</a></li>
<li><a href='http://www.dotnetmax.org/2009/04/01/converter-um-array-de-bytes-para-string-e-string-para-array-de-bytes/' rel='bookmark' title='Permanent Link: Converter um Array de Bytes para String e String para Array de Bytes'>Converter um Array de Bytes para String e String para Array de Bytes</a></li>
<li><a href='http://www.dotnetmax.org/2009/08/19/algoritmo-para-validacao-de-cpf/' rel='bookmark' title='Permanent Link: Algoritmo para Validação de CPF'>Algoritmo para Validação de CPF</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.dotnetmax.org/2009/05/15/configurando-data-para-transmitir-para-webservices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
