<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>p2p.wrox.com Forums - .NET Web Services</title>
		<link>http://p2p.wrox.com</link>
		<description>Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 21:04:37 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://p2p.wrox.com/images/misc/rss.jpg</url>
			<title>p2p.wrox.com Forums - .NET Web Services</title>
			<link>http://p2p.wrox.com</link>
		</image>
		<item>
			<title>Can I do it with webservice? google adsense scripts</title>
			<link>http://p2p.wrox.com/net-web-services/76861-can-i-do-webservice-google-adsense-scripts.html</link>
			<pubDate>Mon, 02 Nov 2009 08:57:21 GMT</pubDate>
			<description><![CDATA[*Survey: First I don't know, what is better, Should I do it with webservices or javascripts ? Tell me...*
 
The Clarification
    I have a graduate...]]></description>
			<content:encoded><![CDATA[<div><b><font size="3">Survey: First I don't know, what is better, Should I do it with webservices or javascripts ? Tell me...</font></b><br />
 <br />
<font size="3">The Clarification<br />
    I have a graduate project in the college, I want to apply a simple advertisement program (Adword,Adsense), mostly simillar to the Google.com one, The problem I face is :<br />
 1. All we know that in Google Adsense, We Google generates a script for the publisher so it can be easily embed in HTML pages, whatever was the server-side programming Language. What I need is a guideline for this how to do this scripts in my project.<br />
Hint:<br />
 - Techniques used in my project:  Asp.net 3.5, SQLSERVER 2005.<br />
 - The Adsense-people accounts supposed are stored in the MsSQL DBs, as well as the ads hyperlinks stored.<br />
 - The way that I gues is that I'll generate scripts and give them to the adesnse people, these scripts are able to deliver the ads to the websites depending on their accounts, and read those ads from my database.</font><br />
<br />
<font size="3">  Hope is understood. Please help me in this.Thanx...<br />
</font></div>

]]></content:encoded>
			<category domain="http://p2p.wrox.com/net-web-services-102/">.NET Web Services</category>
			<dc:creator>msman88</dc:creator>
			<guid isPermaLink="true">http://p2p.wrox.com/net-web-services/76861-can-i-do-webservice-google-adsense-scripts.html</guid>
		</item>
		<item>
			<title>Avoid some tags in .Net web services call</title>
			<link>http://p2p.wrox.com/net-web-services/76777-avoid-some-tags-net-web-services-call.html</link>
			<pubDate>Mon, 26 Oct 2009 23:57:07 GMT</pubDate>
			<description>Hello everybody,

First of all, sorry for my english, and now let me explain you the scenario I have.

I have to consume some web services another...</description>
			<content:encoded><![CDATA[<div>Hello everybody,<br />
<br />
First of all, sorry for my english, and now let me explain you the scenario I have.<br />
<br />
I have to consume some web services another company made. In cases where one of the parameters is null, .Net automatically builds the tag like this: &lt;longitud/&gt;<br />
<br />
The problem I have, is that the other company doesn´t understand that tag, their sytem thinks that it has a value and returns an error.<br />
<br />
The question now is, if there is a way to prevent .Net from incluiding that tag in those cases.<br />
<br />
I would need .Net building instead of this xml:<br />
<br />
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br />
&lt;soap:Envelope xmlns:soap=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;&gt;<br />
&lt;soap:Body&gt;<br />
&lt;ExampleMethod xmlns=&quot;http://example.com/moncholv/&quot;&gt;<br />
&lt;exampleParameter1&gt;USUTCA&lt;/exampleParameter1&gt;<br />
&lt;exampleParameter2 /&gt;<br />
&lt;/ExampleMethod&gt;<br />
&lt;/soap:Body&gt;<br />
&lt;/soap:Envelope&gt;<br />
<br />
<br />
To build this one:<br />
<br />
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br />
&lt;soap:Envelope xmlns:soap=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;&gt;<br />
&lt;soap:Body&gt;<br />
&lt;ExampleMethod xmlns=&quot;http://example.com/moncholv/&quot;&gt;<br />
&lt;exampleParameter1&gt;USUTCA&lt;/exampleParameter1&gt;<br />
&lt;/ExampleMethod&gt;<br />
&lt;/soap:Body&gt;<br />
&lt;/soap:Envelope&gt;<br />
<br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://p2p.wrox.com/net-web-services-102/">.NET Web Services</category>
			<dc:creator>moncholv</dc:creator>
			<guid isPermaLink="true">http://p2p.wrox.com/net-web-services/76777-avoid-some-tags-net-web-services-call.html</guid>
		</item>
	</channel>
</rss>
