<?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 for </title>
	<atom:link href="http://www.iniy.org/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.iniy.org</link>
	<description></description>
	<lastBuildDate>Wed, 04 Aug 2010 20:31:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on OTRS Soap Interface by admin</title>
		<link>http://www.iniy.org/?p=20&amp;cpage=1#comment-3076</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 04 Aug 2010 20:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.iniy.org/?p=20#comment-3076</guid>
		<description>The file rpc.pl is part of otrs and is the SOAP-Interface to OTRS. It is important, that you enter the correct URL to the rpc.pl file. Perhaps you can post your php code snippet. I&#039;m pretty sure you put a wrong URL here: 

$url      = &quot;http://example.com/otrs/rpc.pl&quot;;

This has to be replaced to the file in your OTRS-Installation</description>
		<content:encoded><![CDATA[<p>The file rpc.pl is part of otrs and is the SOAP-Interface to OTRS. It is important, that you enter the correct URL to the rpc.pl file. Perhaps you can post your php code snippet. I&#8217;m pretty sure you put a wrong URL here: </p>
<p>$url      = &#8220;http://example.com/otrs/rpc.pl&#8221;;</p>
<p>This has to be replaced to the file in your OTRS-Installation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OTRS Soap Interface by Bijal Bhavsar</title>
		<link>http://www.iniy.org/?p=20&amp;cpage=1#comment-3051</link>
		<dc:creator>Bijal Bhavsar</dc:creator>
		<pubDate>Sat, 31 Jul 2010 05:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.iniy.org/?p=20#comment-3051</guid>
		<description>Hello,

Hello I m new to using Web services like soap. I have to integrate OTRs in magento , when we enter contact us details .. that details we have to pass in OTRS to create ticket.
 
I have question regarding rcp.pl file.. where we have to place that file and &quot;Dispatch&quot; function definition - i can&#039;t understand where this function is created.Is that function is in OTRS system or we have to create in php. 

I am getting error &quot;No operation Dispatch in WSDL&quot;
I have used code from this link :: &quot;http://wiki.otrs.org/index.php?title=Create_a_ticket_in_OTRS_from_PHP_via_RPC&quot;

Awaiting for your reply... Plz help me to solve this issue.

Thanks,
Bijal Bhavsar</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Hello I m new to using Web services like soap. I have to integrate OTRs in magento , when we enter contact us details .. that details we have to pass in OTRS to create ticket.</p>
<p>I have question regarding rcp.pl file.. where we have to place that file and &#8220;Dispatch&#8221; function definition &#8211; i can&#8217;t understand where this function is created.Is that function is in OTRS system or we have to create in php. </p>
<p>I am getting error &#8220;No operation Dispatch in WSDL&#8221;<br />
I have used code from this link :: &#8220;http://wiki.otrs.org/index.php?title=Create_a_ticket_in_OTRS_from_PHP_via_RPC&#8221;</p>
<p>Awaiting for your reply&#8230; Plz help me to solve this issue.</p>
<p>Thanks,<br />
Bijal Bhavsar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OTRS Soap Interface by Boris</title>
		<link>http://www.iniy.org/?p=20&amp;cpage=1#comment-2713</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Fri, 25 Jun 2010 10:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.iniy.org/?p=20#comment-2713</guid>
		<description>Thanks! It works!</description>
		<content:encoded><![CDATA[<p>Thanks! It works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OTRS Soap Interface by admin</title>
		<link>http://www.iniy.org/?p=20&amp;cpage=1#comment-2706</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 24 Jun 2010 09:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.iniy.org/?p=20#comment-2706</guid>
		<description>You have to install the soapclient libraries for PHP, they have to be in your Standard-PHP-Classpath, then it should work.

for example under debian something like this should be sufficent:
apt-get install php-soap</description>
		<content:encoded><![CDATA[<p>You have to install the soapclient libraries for PHP, they have to be in your Standard-PHP-Classpath, then it should work.</p>
<p>for example under debian something like this should be sufficent:<br />
apt-get install php-soap</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OTRS Soap Interface by Boris</title>
		<link>http://www.iniy.org/?p=20&amp;cpage=1#comment-2705</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 24 Jun 2010 09:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.iniy.org/?p=20#comment-2705</guid>
		<description>I get this error in PHP
&quot;Fatal error: Class &#039;SoapClient&#039; not found ...&quot;
What should I include within PHP script to get it work?</description>
		<content:encoded><![CDATA[<p>I get this error in PHP<br />
&#8220;Fatal error: Class &#8216;SoapClient&#8217; not found &#8230;&#8221;<br />
What should I include within PHP script to get it work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OTRS Soap Interface by admin</title>
		<link>http://www.iniy.org/?p=20&amp;cpage=1#comment-2703</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 22 Jun 2010 20:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.iniy.org/?p=20#comment-2703</guid>
		<description>Linga: I read a forum-thread you posted in another forum, and they gave you this link

http://wiki.anothergeek.ca/tiki-index.php?page=PHPOTRSSOAP

Did this solve your problem? Would be nice if you leave some comment, perhaps someone else has the same problem.</description>
		<content:encoded><![CDATA[<p>Linga: I read a forum-thread you posted in another forum, and they gave you this link</p>
<p><a href="http://wiki.anothergeek.ca/tiki-index.php?page=PHPOTRSSOAP" rel="nofollow">http://wiki.anothergeek.ca/tiki-index.php?page=PHPOTRSSOAP</a></p>
<p>Did this solve your problem? Would be nice if you leave some comment, perhaps someone else has the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OTRS Soap Interface by Linga</title>
		<link>http://www.iniy.org/?p=20&amp;cpage=1#comment-2602</link>
		<dc:creator>Linga</dc:creator>
		<pubDate>Thu, 03 Jun 2010 12:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.iniy.org/?p=20#comment-2602</guid>
		<description>what ever the things u hav said is all perfect in rpc-example.pl and rpc.pl... stii if i run the php code i get an error 
&quot;Fatal error: Uncaught SoapFault exception: [soap:Client] Application failed during request deserialization: no element found at line 1, column 0, byte -1 at /usr/lib/perl5/XML/Parser.pm line 187 in /var/www/lp/soap2.php:30 Stack trace: #0 /var/www/lp/soap2.php(30): SoapClient-&gt;__soapCall(&#039;Dispatch&#039;, Array) #1 {main} thrown in /var/www/lp/soap2.php on line 30&quot;</description>
		<content:encoded><![CDATA[<p>what ever the things u hav said is all perfect in rpc-example.pl and rpc.pl&#8230; stii if i run the php code i get an error<br />
&#8220;Fatal error: Uncaught SoapFault exception: [soap:Client] Application failed during request deserialization: no element found at line 1, column 0, byte -1 at /usr/lib/perl5/XML/Parser.pm line 187 in /var/www/lp/soap2.php:30 Stack trace: #0 /var/www/lp/soap2.php(30): SoapClient-&gt;__soapCall(&#8216;Dispatch&#8217;, Array) #1 {main} thrown in /var/www/lp/soap2.php on line 30&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on (Deutsch) Ausbildung zum Fachinformatiker Systemintegration in München by Beni</title>
		<link>http://www.iniy.org/?p=136&amp;cpage=1#comment-1689</link>
		<dc:creator>Beni</dc:creator>
		<pubDate>Sat, 16 Jan 2010 21:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.iniy.org/?p=136#comment-1689</guid>
		<description>WOW! Vielen Dank an den Verfassers des Textes. (Bin durch Google auf diese Seite gestoßen). Das waren sehr nützliche Informationen für mein Vorstellungsgespräch bei der Allianz AG!</description>
		<content:encoded><![CDATA[<p>WOW! Vielen Dank an den Verfassers des Textes. (Bin durch Google auf diese Seite gestoßen). Das waren sehr nützliche Informationen für mein Vorstellungsgespräch bei der Allianz AG!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build your own Debian Packages by raul</title>
		<link>http://www.iniy.org/?p=88&amp;cpage=1#comment-1414</link>
		<dc:creator>raul</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.iniy.org/?p=88#comment-1414</guid>
		<description>Who can i get an in addres asked by the DEBIAN/config to the DEBIAN/postinst????????</description>
		<content:encoded><![CDATA[<p>Who can i get an in addres asked by the DEBIAN/config to the DEBIAN/postinst????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing OpenBSD 64Bit on a Software Raid 1 (Mirroring) by Issa</title>
		<link>http://www.iniy.org/?p=98&amp;cpage=1#comment-1404</link>
		<dc:creator>Issa</dc:creator>
		<pubDate>Mon, 07 Dec 2009 17:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.iniy.org/?p=98#comment-1404</guid>
		<description>I solve it by using Solaris 10 DVD. This is what I did:
1) At the ok prompt I typed:
ok boot cdrom -s
That&#039;s mean boot from the cdrom using single user mode.
2) then I ran this command:
# raidctl -C &quot;0.0.0 0.1.0&quot; -r 1 1
Thant&#039;s mean: Create Raid1 (r 1) on the controller #1 (This is the last number 1 in the command) using Disk0 (0.0.0) and my Disk1 (0.1.0).

You can find out which controller and disks your LSI SAS1064 using by issue this command:
# raidctl -l
(Small L)
BTW, I&#039;m using Sun Netra 210. I hope that will help some people who is straggling in the same problem.</description>
		<content:encoded><![CDATA[<p>I solve it by using Solaris 10 DVD. This is what I did:<br />
1) At the ok prompt I typed:<br />
ok boot cdrom -s<br />
That&#8217;s mean boot from the cdrom using single user mode.<br />
2) then I ran this command:<br />
# raidctl -C &#8220;0.0.0 0.1.0&#8243; -r 1 1<br />
Thant&#8217;s mean: Create Raid1 (r 1) on the controller #1 (This is the last number 1 in the command) using Disk0 (0.0.0) and my Disk1 (0.1.0).</p>
<p>You can find out which controller and disks your LSI SAS1064 using by issue this command:<br />
# raidctl -l<br />
(Small L)<br />
BTW, I&#8217;m using Sun Netra 210. I hope that will help some people who is straggling in the same problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
