<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Not able to use Spira Team Rest Web Service 5.0 (Thread)</title><description>&#xD;
Hi SpiraTeam,&#xD;
&#xD;
    I am currently trying to access Spira Team REST Web service. I will show the list of steps below. Please let me know what i am doing wrong....     1) In the browser url i tried the below url to get the user details( http://api.inflectra.com/Spira/Services/v4_0/RestService.svc/users/{user_id}  ). I have admin access to SpiraTest.       http://api.inflectra.com/Spira/Services/v5_0/RestService.svc/users/ xxxxx?username:xxxxxxx&amp;api-key=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx     I am getting the below response       Request Error  The server encountered an error processing the request. The exception message is 'Access is denied.'. See server logs for more details. The exception stack trace is:  at System.ServiceModel.Dispatcher.AuthorizationBehavior.Authorize(MessageRpc&amp; rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc&amp; rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)     But when I tried only the get request for the service its working fine.    http://api.inflectra.com/Spira/Services/v5_0/RestService.svc?username=xxxxxxx&amp;api-key=   xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx   I get the below response.  RestService Service     You have created a service.  To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:     svcutil.exe  http://api.inflectra.com/Spira/services/v5_0/RestService.svc?wsdl   You can also access the service description as a single file:    http://api.inflectra.com/Spira/services/v5_0/RestService.svc?singleWsdl       This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:    C#    class   Test&#xD;
 {&#xD;
     static void  Main()&#xD;
    {&#xD;
         HelloClient  client =  new   HelloClient ();&#xD;
&#xD;
         // Use the 'client' variable to call operations on the service.&#xD;
&#xD;
          // Always close the client.&#xD;
         client.Close();&#xD;
    }&#xD;
}&#xD;
      Visual Basic    Class   Test&#xD;
      Shared Sub  Main()&#xD;
         Dim  client As  HelloClient  =  New   HelloClient ()&#xD;
         ' Use the 'client' variable to call operations on the service.&#xD;
&#xD;
          ' Always close the client.&#xD;
         client.Close()&#xD;
     End Sub&#xD;
  End Class   I am not able to perform any get request apart from establishing the connection like above. Please help in pointing out what is going wrong here....  </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/1545.aspx</link><item><guid isPermaLink="false">threadId=1545</guid><author>Droid Mann (rajthedaredevil@gmail.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">rest</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> api</category><title>Not able to use Spira Team Rest Web Service 5.0</title><description>&#xD;
Hi SpiraTeam,&#xD;
&#xD;
    I am currently trying to access Spira Team REST Web service. I will show the list of steps below. Please let me know what i am doing wrong....     1) In the browser url i tried the below url to get the user details( http://api.inflectra.com/Spira/Services/v4_0/RestService.svc/users/{user_id}  ). I have admin access to SpiraTest.       http://api.inflectra.com/Spira/Services/v5_0/RestService.svc/users/ xxxxx?username:xxxxxxx&amp;api-key=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx     I am getting the below response       Request Error  The server encountered an error processing the request. The exception message is 'Access is denied.'. See server logs for more details. The exception stack trace is:  at System.ServiceModel.Dispatcher.AuthorizationBehavior.Authorize(MessageRpc&amp; rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc&amp; rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)     But when I tried only the get request for the service its working fine.    http://api.inflectra.com/Spira/Services/v5_0/RestService.svc?username=xxxxxxx&amp;api-key=   xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx   I get the below response.  RestService Service     You have created a service.  To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:     svcutil.exe  http://api.inflectra.com/Spira/services/v5_0/RestService.svc?wsdl   You can also access the service description as a single file:    http://api.inflectra.com/Spira/services/v5_0/RestService.svc?singleWsdl       This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:    C#    class   Test&#xD;
 {&#xD;
     static void  Main()&#xD;
    {&#xD;
         HelloClient  client =  new   HelloClient ();&#xD;
&#xD;
         // Use the 'client' variable to call operations on the service.&#xD;
&#xD;
          // Always close the client.&#xD;
         client.Close();&#xD;
    }&#xD;
}&#xD;
      Visual Basic    Class   Test&#xD;
      Shared Sub  Main()&#xD;
         Dim  client As  HelloClient  =  New   HelloClient ()&#xD;
         ' Use the 'client' variable to call operations on the service.&#xD;
&#xD;
          ' Always close the client.&#xD;
         client.Close()&#xD;
     End Sub&#xD;
  End Class   I am not able to perform any get request apart from establishing the connection like above. Please help in pointing out what is going wrong here....  </description><pubDate>Mon, 03 Oct 2016 09:37:21 -0400</pubDate><a10:updated>2016-10-03T10:05:48-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1545.aspx</link></item><item><guid isPermaLink="false">messageId=2769</guid><author>Droid Mann (rajthedaredevil@gmail.com)</author><title>&#xD;
  Droid Mann  &#xD;
Hi SpiraTeam,&#xD;
&#xD;
    I am currently trying to access Spira Team REST Web service. </title><description>&#xD;
  Droid Mann  &#xD;
Hi SpiraTeam,&#xD;
&#xD;
    I am currently trying to access Spira Team REST Web service. I will show the list of steps below. Please let me know what i am doing wrong....     1) In the browser url i tried the below url to get the user details( http://api.inflectra.com/Spira/Services/v5_0/RestService.svc/users/{user_id}  ). I have admin access to SpiraTest.       http://api.inflectra.com/Spira/Services/v5_0/RestService.svc/users/ xxxxx?username:xxxxxxx&amp;api-key=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx     I am getting the below response       Request Error  The server encountered an error processing the request. The exception message is 'Access is denied.'. See server logs for more details. The exception stack trace is:  at System.ServiceModel.Dispatcher.AuthorizationBehavior.Authorize(MessageRpc&amp; rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc&amp; rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)      But when I tried only the get request for the service its working fine.     http://api.inflectra.com/Spira/Services/v5_0/RestService.svc?username=xxxxxxx&amp;api-key= xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx    I get the below response.   RestService Service     You have created a service.  To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:     svcutil.exe  http://api.inflectra.com/Spira/services/v5_0/RestService.svc?wsdl   You can also access the service description as a single file:    http://api.inflectra.com/Spira/services/v5_0/RestService.svc?singleWsdl       This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:    C#    class   Test&#xD;
 {&#xD;
     static void  Main()&#xD;
    {&#xD;
         HelloClient  client =  new   HelloClient ();&#xD;
&#xD;
         // Use the 'client' variable to call operations on the service.&#xD;
&#xD;
          // Always close the client.&#xD;
         client.Close();&#xD;
    }&#xD;
}&#xD;
      Visual Basic    Class   Test&#xD;
      Shared Sub  Main()&#xD;
         Dim  client As  HelloClient  =  New   HelloClient ()&#xD;
         ' Use the 'client' variable to call operations on the service.&#xD;
&#xD;
          ' Always close the client.&#xD;
         client.Close()&#xD;
     End Sub&#xD;
  End Class   I am not able to perform any get request apart from establishing the connection like above. Please help in pointing out what is going wrong here....      &#xD;
&#xD;
</description><pubDate>Mon, 03 Oct 2016 10:05:48 -0400</pubDate><a10:updated>2016-10-03T10:05:48-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1545.aspx#reply2769</link></item></channel></rss>