<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Client API Service Context Access</title><link>https://community.appian.com/discussions/f/plug-ins/21873/client-api-service-context-access</link><description>We are exploring calling Appian as a Client API from a custom component ( docs.appian.com/.../reference-js-api.html , and I&amp;#39;m looking into ways to get a user&amp;#39;s service context in order to exectue some backend services (i.e. ContentService). I could probably</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Client API Service Context Access</title><link>https://community.appian.com/thread/85777?ContentTypeID=1</link><pubDate>Wed, 15 Sep 2021 14:10:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b2333d4f-9593-4e93-92ee-4cb66a995b74</guid><dc:creator>Justin Watts</dc:creator><description>&lt;p&gt;Turned out to be an issue with a dependency conflict in my gradle file. I had the SDK jar set as implementation - changing it to compileOnly resolved the error:&lt;/p&gt;
&lt;p&gt;dependencies {&lt;br /&gt; compileOnly &amp;#39;com.appian:connected-systems-core:1.2.0&amp;#39;&lt;br /&gt; compileOnly files(&amp;#39;&amp;lt;Path&amp;gt;/appian-plug-in-sdk.jar&amp;#39;)&lt;br /&gt; implementation &amp;#39;com.appian:connected-systems-client:1.1.0&amp;#39;&lt;br /&gt; testImplementation &amp;#39;com.appian:connected-systems-core:1.2.0&amp;#39;&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>