<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: SpiraTest  SOAP Webservice 5.0 Issue (Thread)</title><description> Good day.      Im attempting the following from Python   from suds.client import Client

client = Client("http://api.inflectra.com/Spira/Services/v5_0/SoapService.svc?wsdl")
testupdate = client.factory.create('TestCase_UpdateStep')
remoteTestStep = client.factory.create('RemoteTestStep')
              When I print the   testupdate   object I get the following output:       (TestCase_UpdateStep){
   remoteTestStep =
      (RemoteTestStep){
         ArtifactTypeId = None
         ConcurrencyDate = None
         CustomProperties =
            (ArrayOfRemoteArtifactCustomProperty){
               RemoteArtifactCustomProperty[] =  
            }
         IsAttachments = None
         ProjectId = None
         Description = None
         ExecutionStatusId = None
         ExpectedResult = None
         LastUpdateDate = None
         LinkedTestCaseId = None
         Position = None
         SampleData = None
         TestCaseId = None
         TestStepId = None
      }
 }      But when the next line gets executed it returns the following error:   suds.TypeNotFound: Type not found: 'RemoteTestStep'     </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/issues-questions/1781.aspx</link><item><guid isPermaLink="false">threadId=1781</guid><author>Tennison Dougherty (tennison.dougherty@gmail.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag"> spiratest</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> wsdl</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> soapservice</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> soap</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> api</category><title>SpiraTest  SOAP Webservice 5.0 Issue</title><description> Good day.      Im attempting the following from Python   from suds.client import Client

client = Client("http://api.inflectra.com/Spira/Services/v5_0/SoapService.svc?wsdl")
testupdate = client.factory.create('TestCase_UpdateStep')
remoteTestStep = client.factory.create('RemoteTestStep')
              When I print the   testupdate   object I get the following output:       (TestCase_UpdateStep){
   remoteTestStep =
      (RemoteTestStep){
         ArtifactTypeId = None
         ConcurrencyDate = None
         CustomProperties =
            (ArrayOfRemoteArtifactCustomProperty){
               RemoteArtifactCustomProperty[] =  
            }
         IsAttachments = None
         ProjectId = None
         Description = None
         ExecutionStatusId = None
         ExpectedResult = None
         LastUpdateDate = None
         LinkedTestCaseId = None
         Position = None
         SampleData = None
         TestCaseId = None
         TestStepId = None
      }
 }      But when the next line gets executed it returns the following error:   suds.TypeNotFound: Type not found: 'RemoteTestStep'     </description><pubDate>Tue, 05 Dec 2017 21:18:40 -0500</pubDate><a10:updated>2020-07-23T02:40:01-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1781.aspx</link></item><item><guid isPermaLink="false">messageId=3183</guid><author>Jim R (donotreply5@kronodesk.net)</author><title> Hi Tennison,  Unfortunately  were not experts in Python / SUDS, but maybe this link will help:   ht</title><description> Hi Tennison,  Unfortunately  were not experts in Python / SUDS, but maybe this link will help:   https://stackoverflow.com/questions/4719854/soap-suds-and-the-dreaded-schema-type-not-found-error   Regards  Jim </description><pubDate>Fri, 08 Dec 2017 19:22:46 -0500</pubDate><a10:updated>2017-12-08T19:22:46-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1781.aspx#reply3183</link></item><item><guid isPermaLink="false">messageId=3196</guid><author>Tennison Dougherty (tennison.dougherty@gmail.com)</author><title> Hello.   Thanks for your reply. Ive tried that solution long before you suggested it and it still d</title><description> Hello.   Thanks for your reply. Ive tried that solution long before you suggested it and it still doesnt work.   All indications point to their being an issue with the WSDL. Why is it I can use the WSDL to create a TestCase_UpdateStep object but the RemoteTestStep fails with Type not found?  </description><pubDate>Wed, 20 Dec 2017 15:46:08 -0500</pubDate><a10:updated>2017-12-20T15:46:08-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1781.aspx#reply3196</link></item></channel></rss>