SOAP VISUAL STUDIO 2010

Thursday, December 20, 2012
Avatar
Hi,
I am trying to connect Spira with Visual Studio 2010, reading this article:
https://www.inflectra.com/Support/KnowledgeBase/KB3.aspx


I achieved successfully connect with my username and password to my projects
(using these sentences
spiraImportExport.Connection_Authenticate("username", "password");
spiraImportExport.Connection_ConnectToProject(projectId);),



but the Visual Studio 2010 not compile if I try to get a list of incidents because not recognize the type "RemoteFilter".

List<RemoteFilter> remoteFilters = new List<RemoteFilter>();

The error message is:
"no se puede encontrar el tipo o nombre de espacio de nombres "RemoteFilter" (¿falta una directiva using o una referencia de ensamblado?)"

Thanks, regards!
1 Replies
Friday, December 21, 2012
Avatar
re: jdurand Thursday, December 20, 2012

There should be a RemoteFilter object listed in the Object Viewer inside Visual Studio. Do you see any of the RemoteX objects listed (RemoteIncident, RemoteFilter, etc.)

 

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Thursday, December 20, 2012
  • Last Reply: Friday, December 21, 2012
  • Replies: 1
  • Views: 1959