<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Connecting to Spiratest with PERL (Thread)</title><description>&#xD;
Hi,&#xD;
&#xD;
    Can you give example how connect to spiratest with PERL?       my $user = "username";   my $pass = "password";        my $schema_uri = 'http:// .com/SpiraTest/Services/v3_0/ImportExport.svc?wsdl';  my $client = SOAP::Lite-&gt;new;  my $response = $client-&gt;service($schema_uri)                            -&gt;Connection_Authenticate($user,$pass);                              I get this error   Service description '.../SpiraTest/Services/v3_0/ImportExport.svc?wsdl' can't be loaded: 503 Service Unavailable     Thanks for your time          </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spiratest/best-practices/790.aspx</link><item><guid isPermaLink="false">threadId=790</guid><author>Michael Long (michaellong77@gmail.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">perl</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> api</category><title>Connecting to Spiratest with PERL</title><description>&#xD;
Hi,&#xD;
&#xD;
    Can you give example how connect to spiratest with PERL?       my $user = "username";   my $pass = "password";        my $schema_uri = 'http:// .com/SpiraTest/Services/v3_0/ImportExport.svc?wsdl';  my $client = SOAP::Lite-&gt;new;  my $response = $client-&gt;service($schema_uri)                            -&gt;Connection_Authenticate($user,$pass);                              I get this error   Service description '.../SpiraTest/Services/v3_0/ImportExport.svc?wsdl' can't be loaded: 503 Service Unavailable     Thanks for your time          </description><pubDate>Wed, 18 Dec 2013 14:41:11 -0500</pubDate><a10:updated>2013-12-23T16:03:59-05:00</a10:updated><link>/Support/Forum/spiratest/best-practices/790.aspx</link></item><item><guid isPermaLink="false">messageId=1442</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> &#xD;
&#xD;
&#xD;
Hi Michael  If you put the same URL into a web browser, does it display the WSDL file?  If no</title><description> &#xD;
&#xD;
&#xD;
Hi Michael  If you put the same URL into a web browser, does it display the WSDL file?  If not, for the most timely response, could you send us a help desk ticket so that we can better assist.  Then we can post the answer on this forum for others to read.  Regards  Adam </description><pubDate>Fri, 20 Dec 2013 12:41:01 -0500</pubDate><a10:updated>2013-12-20T12:41:01-05:00</a10:updated><link>/Support/Forum/spiratest/best-practices/790.aspx#reply1442</link></item><item><guid isPermaLink="false">messageId=1445</guid><author>Michael Long (michaellong77@gmail.com)</author><title>&#xD;
ok, will do later.    The wsdl link works but I could not get it to work with soap::lite. I go the</title><description>&#xD;
ok, will do later.    The wsdl link works but I could not get it to work with soap::lite. I go the connection using xml::compile::wsdl11 but after I get the connection_authe... back with true value and I am not able to run any  other commands. For example if I run connecttoproject (spellcheck on that function) it says I must run connection_aunthentice... It would be nice to have some working examples.     Example of soap::lite in perl tab module on this site will not run with latest perl on windows . Some thing deprec...          </description><pubDate>Mon, 23 Dec 2013 16:03:58 -0500</pubDate><a10:updated>2013-12-23T16:03:58-05:00</a10:updated><link>/Support/Forum/spiratest/best-practices/790.aspx#reply1445</link></item></channel></rss>