<?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: Omniture Web Services</title>
	<atom:link href="http://buglist.net/2009/04/omniture-web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://buglist.net/2009/04/omniture-web-services/</link>
	<description>Unofficial Adobe Omniture buglist</description>
	<lastBuildDate>Thu, 26 Aug 2010 09:38:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Alain</title>
		<link>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-1107</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Thu, 26 Aug 2010 09:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-1107</guid>
		<description>Hi mplong,

when I would use Zend_Soap_Client I have an error: &quot;Invalid authentication credentials.&quot; How can I fix it?

When I use OmnitureSoapClient everything works fine!

Thanks!

Alain</description>
		<content:encoded><![CDATA[<p>Hi mplong,</p>
<p>when I would use Zend_Soap_Client I have an error: &#8220;Invalid authentication credentials.&#8221; How can I fix it?</p>
<p>When I use OmnitureSoapClient everything works fine!</p>
<p>Thanks!</p>
<p>Alain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mplong</title>
		<link>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-1044</link>
		<dc:creator>mplong</dc:creator>
		<pubDate>Wed, 21 Jul 2010 20:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-1044</guid>
		<description>Sorry that should be 
class OmnitureSoapClient extends Zend_Soap_Client {</description>
		<content:encoded><![CDATA[<p>Sorry that should be<br />
class OmnitureSoapClient extends Zend_Soap_Client {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mplong</title>
		<link>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-1043</link>
		<dc:creator>mplong</dc:creator>
		<pubDate>Wed, 21 Jul 2010 20:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-1043</guid>
		<description>If anyone would like to use this with Zend_Soap_Client, make these changes to OmnitureSoapClient.php:

class Core_OmnitureSoapClient extends Zend_Soap_Client {

Function __construct becomes this:
    public function __construct($wsdl = null, $username, $secret, $options = null)
    {
        $this-&gt;username = $username;
        $this-&gt;secret = $secret;
        parent::__construct($wsdl,$options);
    }


Function __call becomes this:
    public function __call($function_name, $arguments) {
        $this-&gt;addSoapInputHeader($this-&gt;getWSSecurityHeader(), false);
        return parent::__call($function_name, $arguments);
    }

function __soapCall can be removed


Then in the calling code, its 
$result = $client-&gt;__call</description>
		<content:encoded><![CDATA[<p>If anyone would like to use this with Zend_Soap_Client, make these changes to OmnitureSoapClient.php:</p>
<p>class Core_OmnitureSoapClient extends Zend_Soap_Client {</p>
<p>Function __construct becomes this:<br />
    public function __construct($wsdl = null, $username, $secret, $options = null)<br />
    {<br />
        $this-&gt;username = $username;<br />
        $this-&gt;secret = $secret;<br />
        parent::__construct($wsdl,$options);<br />
    }</p>
<p>Function __call becomes this:<br />
    public function __call($function_name, $arguments) {<br />
        $this-&gt;addSoapInputHeader($this-&gt;getWSSecurityHeader(), false);<br />
        return parent::__call($function_name, $arguments);<br />
    }</p>
<p>function __soapCall can be removed</p>
<p>Then in the calling code, its<br />
$result = $client-&gt;__call</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bcolflesh</title>
		<link>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-446</link>
		<dc:creator>bcolflesh</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-446</guid>
		<description>Question to anyone using this example - have you successfully sent an array of items in &#039;rsid_list&#039; ? If so, can you post working example code?</description>
		<content:encoded><![CDATA[<p>Question to anyone using this example &#8211; have you successfully sent an array of items in &#8216;rsid_list&#8217; ? If so, can you post working example code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-106</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Tue, 28 Jul 2009 18:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-106</guid>
		<description>I&#039;m glad I could help :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad I could help <img src='http://buglist.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bcolflesh</title>
		<link>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-105</link>
		<dc:creator>bcolflesh</dc:creator>
		<pubDate>Tue, 28 Jul 2009 18:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-105</guid>
		<description>Once again, you are correct - another one and I&#039;m going to be charged a consulting fee!</description>
		<content:encoded><![CDATA[<p>Once again, you are correct &#8211; another one and I&#8217;m going to be charged a consulting fee!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-103</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Tue, 28 Jul 2009 18:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-103</guid>
		<description>No I haven&#039;t.
But it looks like you have forgotten the &quot;site_title&quot; parameter.
Guess that is what is causing the trouble.

/Henrik</description>
		<content:encoded><![CDATA[<p>No I haven&#8217;t.<br />
But it looks like you have forgotten the &#8220;site_title&#8221; parameter.<br />
Guess that is what is causing the trouble.</p>
<p>/Henrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bcolflesh</title>
		<link>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-102</link>
		<dc:creator>bcolflesh</dc:creator>
		<pubDate>Tue, 28 Jul 2009 18:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-102</guid>
		<description>Henrik, have you ever used this for ReportSuite.Create? I tried:

$result3 = $client-&gt;__soapCall(&#039;ReportSuite.Create&#039;,
           array(&#039;base_currency&#039;=&gt;&#039;USD&#039;,&#039;base_url&#039;=&gt;&#039;testurl.com&#039;,&#039;default_page&#039;=&gt;&#039;index.php&#039;,&#039;duplicate_rsid&#039;=&gt;&#039;template.dev.09&#039;,&#039;go_live_date&#039;=&gt;&#039;2009-08-01 00:00:00&#039;,&#039;hits_per_day&#039;=&gt;&#039;1000&#039;,&#039;latin1&#039;=&gt;&#039;0&#039;,&#039;rsid&#039;=&gt;&#039;myprefix1234test&#039;,&#039;time_zone&#039;=&gt;&#039;12&#039;));

and I get:

SOAP Error: You must specify a Time Zone

- How should the Time Zone be passed to the array?</description>
		<content:encoded><![CDATA[<p>Henrik, have you ever used this for ReportSuite.Create? I tried:</p>
<p>$result3 = $client-&gt;__soapCall(&#8216;ReportSuite.Create&#8217;,<br />
           array(&#8216;base_currency&#8217;=&gt;&#8217;USD&#8217;,'base_url&#8217;=&gt;&#8217;testurl.com&#8217;,'default_page&#8217;=&gt;&#8217;index.php&#8217;,'duplicate_rsid&#8217;=&gt;&#8217;template.dev.09&#8242;,&#8217;go_live_date&#8217;=&gt;&#8217;2009-08-01 00:00:00&#8242;,&#8217;hits_per_day&#8217;=&gt;&#8217;1000&#8242;,&#8217;latin1&#8242;=&gt;&#8217;0&#8242;,&#8217;rsid&#8217;=&gt;&#8217;myprefix1234test&#8217;,'time_zone&#8217;=&gt;&#8217;12&#8242;));</p>
<p>and I get:</p>
<p>SOAP Error: You must specify a Time Zone</p>
<p>- How should the Time Zone be passed to the array?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-93</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Thu, 23 Jul 2009 13:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-93</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-92&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-92&quot; rel=&quot;nofollow&quot;&gt;bcolflesh&lt;/a&gt; :&lt;/strong&gt;&lt;p&gt;Doh, test server did not have it enabled – thanks for your help, code is working perfectly! I am an idiot!&lt;/p&gt;
&lt;/blockquote&gt;
No problem :-) Have fun with it 

/Henrik</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-92"><p>
<strong><a href="#comment-92" rel="nofollow">bcolflesh</a> :</strong>
<p>Doh, test server did not have it enabled – thanks for your help, code is working perfectly! I am an idiot!</p>
</blockquote>
<p>No problem <img src='http://buglist.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Have fun with it </p>
<p>/Henrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bcolflesh</title>
		<link>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-92</link>
		<dc:creator>bcolflesh</dc:creator>
		<pubDate>Thu, 23 Jul 2009 13:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-92</guid>
		<description>Doh, test server did not have it enabled - thanks for your help, code is working perfectly! I am an idiot!</description>
		<content:encoded><![CDATA[<p>Doh, test server did not have it enabled &#8211; thanks for your help, code is working perfectly! I am an idiot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)

Served from: buglist.net @ 2010-09-05 04:18:03 -->