<?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/"
		>
<channel>
	<title>Comments on: Adding Subscribers to Campaign Monitor Lists using PHP5 and SOAP</title>
	<atom:link href="http://thirdpartycode.com/2008/12/campaign-monitor-php5-soap/feed/" rel="self" type="application/rss+xml" />
	<link>http://thirdpartycode.com/2008/12/campaign-monitor-php5-soap/</link>
	<description>Linux, PHP 5, Apache Consulting in San Antonio, TX</description>
	<lastBuildDate>Thu, 05 Aug 2010 12:40:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Vidyut Luther</title>
		<link>http://thirdpartycode.com/2008/12/campaign-monitor-php5-soap/comment-page-1/#comment-279</link>
		<dc:creator>Vidyut Luther</dc:creator>
		<pubDate>Tue, 16 Dec 2008 02:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcult.com/blog/?p=199#comment-279</guid>
		<description>Chris,
 You beat me to it :). I was out watching a movie :). Stay tuned for a more &quot;robust&quot; system in the next few weeks.</description>
		<content:encoded><![CDATA[<p>Chris,<br />
 You beat me to it <img src='http://thirdpartycode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I was out watching a movie <img src='http://thirdpartycode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Stay tuned for a more &#8220;robust&#8221; system in the next few weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Stromquist</title>
		<link>http://thirdpartycode.com/2008/12/campaign-monitor-php5-soap/comment-page-1/#comment-280</link>
		<dc:creator>Chris Stromquist</dc:creator>
		<pubDate>Tue, 16 Dec 2008 00:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcult.com/blog/?p=199#comment-280</guid>
		<description>Nevermind, I figured it out.  I mistyped:

Changed From:
$params-&gt;ListId = &#039;key&#039;;

To:
$params-&gt;ListID = &#039;key&#039;;</description>
		<content:encoded><![CDATA[<p>Nevermind, I figured it out.  I mistyped:</p>
<p>Changed From:<br />
$params-&gt;ListId = &#8216;key&#8217;;</p>
<p>To:<br />
$params-&gt;ListID = &#8216;key&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Stromquist</title>
		<link>http://thirdpartycode.com/2008/12/campaign-monitor-php5-soap/comment-page-1/#comment-281</link>
		<dc:creator>Chris Stromquist</dc:creator>
		<pubDate>Mon, 15 Dec 2008 23:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcult.com/blog/?p=199#comment-281</guid>
		<description>Hi, I keep getting an &quot;Invalid ListId&quot; error (code 101).  I checked and rechecked to make sure the api key/list id was correct and it seems to be, however I can&#039;t get this to work.  Any advice?  Also, would love to see how you handle the result.  I can&#039;t seem to access that object properly either.  Seems to be an stdClass Object called &quot;Subscriber.AddResult&quot;.

I&#039;m trying to do this:
$params-&gt;...etc, etc..
etc...
$res = $client-&gt;AddSubscriber($params);
echo $res-&gt;Code;

Thanks for the help,
Chris</description>
		<content:encoded><![CDATA[<p>Hi, I keep getting an &#8220;Invalid ListId&#8221; error (code 101).  I checked and rechecked to make sure the api key/list id was correct and it seems to be, however I can&#8217;t get this to work.  Any advice?  Also, would love to see how you handle the result.  I can&#8217;t seem to access that object properly either.  Seems to be an stdClass Object called &#8220;Subscriber.AddResult&#8221;.</p>
<p>I&#8217;m trying to do this:<br />
$params-&gt;&#8230;etc, etc..<br />
etc&#8230;<br />
$res = $client-&gt;AddSubscriber($params);<br />
echo $res-&gt;Code;</p>
<p>Thanks for the help,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidyut Luther</title>
		<link>http://thirdpartycode.com/2008/12/campaign-monitor-php5-soap/comment-page-1/#comment-282</link>
		<dc:creator>Vidyut Luther</dc:creator>
		<pubDate>Mon, 15 Dec 2008 13:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcult.com/blog/?p=199#comment-282</guid>
		<description>BitChain,
 You&#039;re correct. I wanted to share the first step on how to do the connection and add in an ideal error free world first.

As for the AddSubscriber adding dupes, in my tests that wasn&#039;t the case, I kept adding myself with the same email address in my tests, and only showed me added once. It did return a Success though. It&#039;s either a bug on their end,  or a &quot;feature&quot; :).</description>
		<content:encoded><![CDATA[<p>BitChain,<br />
 You&#8217;re correct. I wanted to share the first step on how to do the connection and add in an ideal error free world first.</p>
<p>As for the AddSubscriber adding dupes, in my tests that wasn&#8217;t the case, I kept adding myself with the same email address in my tests, and only showed me added once. It did return a Success though. It&#8217;s either a bug on their end,  or a &#8220;feature&#8221; <img src='http://thirdpartycode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BitChain</title>
		<link>http://thirdpartycode.com/2008/12/campaign-monitor-php5-soap/comment-page-1/#comment-283</link>
		<dc:creator>BitChain</dc:creator>
		<pubDate>Mon, 15 Dec 2008 08:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcult.com/blog/?p=199#comment-283</guid>
		<description>a number of points about this example:

1) SoapClient throws exceptions, so try/catch them.
2) AddSubscriber will add the same same email twice. It&#039;s better to use AddAndResubscribe in my view to catch those who forget they&#039;ve already subscribed.</description>
		<content:encoded><![CDATA[<p>a number of points about this example:</p>
<p>1) SoapClient throws exceptions, so try/catch them.<br />
2) AddSubscriber will add the same same email twice. It&#8217;s better to use AddAndResubscribe in my view to catch those who forget they&#8217;ve already subscribed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: thirdpartycode.com @ 2010-09-10 17:25:43 -->