<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: How create a Remote Test set using version5 API (Thread)</title><description> Hi   Am trying to create remote test set using soap service version 5   am getting nullable exception while calling  var testSet = new RemoteTestSet() { Name = name, TestSetStatusId = 1, TestSetFolderId = parentFolderId,IsAutoScheduled = false,IsDynamic = false};   testSet = soapServiceClientTestSet_Create(testSet); and passing custom properties using integer value of custom fileds     exception details :      at System.Nullable`1.get_Value()    at Inflectra.SpiraTest.Web.Services.v5_0.SoapService.TestSet_Create(RemoteTestSet remoteTestSet)    at SyncInvokeTestSet_Create(Object , Object[] , Object[] )    at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)    at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc&amp; rpc)    at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)  please suggest me to how create remote test set     programming language :C#     </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/spirateam/issues-questions/1633.aspx</link><item><guid isPermaLink="false">threadId=1633</guid><author>Madhu Yadav (pmadhu6268@gmail.com)</author><title>How create a Remote Test set using version5 API</title><description> Hi   Am trying to create remote test set using soap service version 5   am getting nullable exception while calling  var testSet = new RemoteTestSet() { Name = name, TestSetStatusId = 1, TestSetFolderId = parentFolderId,IsAutoScheduled = false,IsDynamic = false};   testSet = soapServiceClientTestSet_Create(testSet); and passing custom properties using integer value of custom fileds     exception details :      at System.Nullable`1.get_Value()    at Inflectra.SpiraTest.Web.Services.v5_0.SoapService.TestSet_Create(RemoteTestSet remoteTestSet)    at SyncInvokeTestSet_Create(Object , Object[] , Object[] )    at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)    at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc&amp; rpc)    at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)  please suggest me to how create remote test set     programming language :C#     </description><pubDate>Fri, 03 Mar 2017 09:03:14 -0500</pubDate><a10:updated>2017-03-06T03:34:10-05:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/1633.aspx</link></item><item><guid isPermaLink="false">messageId=2930</guid><author>Jim R (donotreply5@kronodesk.net)</author><title> Hi Madhu,  I think you also need to pass TestRunTypeId = 1 (for plain text) or 2 (for HTML).  Regar</title><description> Hi Madhu,  I think you also need to pass TestRunTypeId = 1 (for plain text) or 2 (for HTML).  Regards  Jim </description><pubDate>Fri, 03 Mar 2017 17:40:02 -0500</pubDate><a10:updated>2017-03-03T17:40:02-05:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/1633.aspx#reply2930</link></item><item><guid isPermaLink="false">messageId=2931</guid><author>Madhu Yadav (pmadhu6268@gmail.com)</author><title> Hi Jim,     Yeah you correct. need to pass TestRunTypeId.     Its worked, Thanks Much </title><description> Hi Jim,     Yeah you correct. need to pass TestRunTypeId.     Its worked, Thanks Much </description><pubDate>Mon, 06 Mar 2017 03:34:09 -0500</pubDate><a10:updated>2017-03-06T03:34:09-05:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/1633.aspx#reply2931</link></item></channel></rss>