<?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>the rabbit hole &#187; soap</title>
	<atom:link href="http://bugssite.org/blog/tag/soap/feed/" rel="self" type="application/rss+xml" />
	<link>http://bugssite.org</link>
	<description>where you feel a little closer to home</description>
	<lastBuildDate>Wed, 02 Jun 2010 23:31:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Woopra SOAP API Connections</title>
		<link>http://bugssite.org/blog/2010/02/04/woopra-soap-api-connections/</link>
		<comments>http://bugssite.org/blog/2010/02/04/woopra-soap-api-connections/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 05:39:31 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[programing]]></category>
		<category><![CDATA[woopra]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://bugssite.org/?p=679</guid>
		<description><![CDATA[Questions are already starting to surface on the Woopra forums on how to use the new SOAP interface. There really isn&#8217;t a lot of documentation on how to do this on the Woopra site itself, but I am going to give you a quick lesson right now on how to use the Woopra API with [...]]]></description>
			<content:encoded><![CDATA[<p>Questions are already starting to surface on the Woopra forums on how to use the new SOAP interface. There really isn&#8217;t a lot of documentation on how to do this on the Woopra site itself, but I am going to give you a quick lesson right now on how to use the Woopra API with your programing project.</p>
<p><span id="more-679"></span></p>
<p>I can say that the documentation on the Woopra site is wrong, but in the process of being updated. The SOAP keys are incorrectly listed. We are going to be using the <a href="http://www.woopra.com/docs/api/#GLOBALS">&#8216;Global&#8217; query</a> in this example.</p>
<p>Useful URLS:</p>
<ol>
<li>http://api.woopra.com/v0/Analytics?WSDL &#8211; Overall Method Listing</li>
<li>http://api.woopra.com/v0/Analytics?xsd=1 &#8211; Current Methods with the fields needed to query them and <strong>in which order</strong>.</li>
<li>http://api.woopra.com/v0/Analytics?Tester &#8212; Run a sample query.</li>
</ol>
<p>The keys that are valid are:</p>
<ul>
<li>website</li>
<li>apiKey</li>
<li>type<sup>*</sup></li>
<li>dateFormat</li>
<li>startDay</li>
<li>endDay</li>
<li>limit</li>
<li>offset</li>
<li>filters</li>
</ul>
<p><sup>* Only used if using the &#8216;getReferrers&#8217; method</sup></p>
<p>The array must be sent in the order listed above and be <em>excat</em> in the formatting and spelling &#8212; otherwise it will not work correctly and you will be a sad panda.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugssite.org/blog/2010/02/04/woopra-soap-api-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
