<?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/"><channel><title>KB-1725 Expression evaluation error in rule 'X' at function fn!webservicequery</title><link>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1725 Expression evaluation error in rule 'X' at function fn!webservicequery</title><link>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery</link><pubDate>Wed, 06 Mar 2019 09:24:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6395071c-fdbc-42f1-a04e-ee8b4a085703</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 3/6/2019 9:24:01 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Users are faced with an &amp;quot;Error Evaluating UI Expression&amp;quot; pink box error when attempting to access any interface that utilizes the webservicequery() function. The following&amp;nbsp;exception is&amp;nbsp;printed in the application server log:&lt;/p&gt;
&lt;pre&gt;com.appiancorp.core.expr.exceptions.ExpressionRuntimeException$AppianExceptionProvider: Expression evaluation error in rule &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; (called by rules &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39;) at function fn!webservicequery [line 2]: The operation [...] is not present in the binding [...]. Available operations in that binding: [...] (APNX-1-4198-000)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data types required by the web service are created if they are not already present in the system the first time the expression function is invoked. If one or more data types already exists with the same name and namespace but with a different structure, the function returns the error above. This is further explained in the Notes section of the &lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_webservicequery.html"&gt;webservicequery() Function&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Create a test process model with the &lt;a href="https://docs.appian.com/suite/help/latest/Call_Web_Service_Smart_Service.html"&gt;Call Web Service&lt;/a&gt;&amp;nbsp;smart service and point it to the WSDL.&lt;/li&gt;
&lt;li&gt;Use the Get/Refresh Services button on the Call Web Service smart service node to refresh the data types.&lt;/li&gt;
&lt;li&gt;Publish the process model. (&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;the process model must be published in order to complete the update. You can optionally delete the process model afterward).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;If this is occurring in an environment with multiple application servers, perform a rolling restart of the application servers after following the steps above.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration, web services&lt;/div&gt;
</description></item><item><title>KB-1725 Expression evaluation error in rule 'X' at function fn!webservicequery</title><link>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery/revision/7</link><pubDate>Wed, 06 Mar 2019 09:18:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6395071c-fdbc-42f1-a04e-ee8b4a085703</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Jordan Horwat on 3/6/2019 9:18:45 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Users are faced with an &amp;quot;Error Evaluating UI Expression&amp;quot; pink box error when attempting to access any interface that utilizes the webservicequery() function. The following&amp;nbsp;exception is&amp;nbsp;printed in the application server log:&lt;/p&gt;
&lt;pre&gt;com.appiancorp.core.expr.exceptions.ExpressionRuntimeException$AppianExceptionProvider: Expression evaluation error in rule &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; (called by rules &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39;) at function fn!webservicequery [line 2]: The operation [...] is not present in the binding [...]. Available operations in that binding: [...] (APNX-1-4198-000)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data types required by the web service are created if they are not already present in the system the first time the expression function is invoked. If one or more data types already exists with the same name and namespace but with a different structure, the function returns the error above. This is further explained in the Notes section of the &lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_webservicequery.html"&gt;webservicequery() Function&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Create a test process model with the &lt;a href="https://docs.appian.com/suite/help/latest/Call_Web_Service_Smart_Service.html"&gt;Call Web Service&lt;/a&gt;&amp;nbsp;smart service and point it to the WSDL.&lt;/li&gt;
&lt;li&gt;Use the Get/Refresh Services button on the Call Web Service smart service node to refresh the data types.&lt;/li&gt;
&lt;li&gt;Publish the process model. (&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;the process model must be published in order to complete the update. You can optionally delete the process model afterward).&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration, web services&lt;/div&gt;
</description></item><item><title>KB-1725 Expression evaluation error in rule 'X' at function fn!webservicequery</title><link>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery/revision/6</link><pubDate>Tue, 25 Sep 2018 08:13:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6395071c-fdbc-42f1-a04e-ee8b4a085703</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 9/25/2018 8:13:58 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Users are faced with an &amp;quot;Error Evaluating UI Expression&amp;quot; pink box error when attempting to access any interface that utilizes the webservicequery() function. The following&amp;nbsp;exception is&amp;nbsp;printed in the application server log:&lt;/p&gt;
&lt;pre&gt;com.appiancorp.core.expr.exceptions.ExpressionRuntimeException$AppianExceptionProvider: Expression evaluation error in rule &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; (called by rules &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39;) at function fn!webservicequery [line 2]: The operation [...] is not present in the binding [...]. Available operations in that binding: [...] (APNX-1-4198-000)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data types required by the web service are created if they are not already present in the system the first time the expression function is invoked. If one or more data types already exists with the same name and namespace but with a different structure, the function returns the error above. This is further explained in the Notes section of the &lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_webservicequery.html"&gt;webservicequery() Function&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Create a test process model with the &lt;a href="https://docs.appian.com/suite/help/latest/Call_Web_Service_Smart_Service.html"&gt;Call Web Service&lt;/a&gt;&amp;nbsp;smart service and point it to the WSDL.&lt;/li&gt;
&lt;li&gt;Use the Get/Refresh Services button on the Call Web Service smart service node to refresh the data types.&lt;/li&gt;
&lt;li&gt;Publish the process model. (&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;the process model must be published in order to complete the update. You can optionally delete the process model afterward).&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration, web services&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Expression evaluation error in rule 'X' at function fn!webservicequery</title><link>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery/revision/5</link><pubDate>Tue, 25 Sep 2018 01:30:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6395071c-fdbc-42f1-a04e-ee8b4a085703</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 9/25/2018 1:30:58 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Users are faced with an &amp;quot;Error Evaluating UI Expression&amp;quot; pink box error when attempting to access any interface that utilizes the webservicequery() function. The following&amp;nbsp;exception is&amp;nbsp;printed in the application server log:&lt;/p&gt;
&lt;pre&gt;com.appiancorp.core.expr.exceptions.ExpressionRuntimeException$AppianExceptionProvider: Expression evaluation error in rule &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; (called by rules &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39;) at function fn!webservicequery [line 2]: The operation [...] is not present in the binding [...]. Available operations in that binding: [...] (APNX-1-4198-000)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data types required by the web service are created if they are not already present in the system the first time the expression function is invoked. If one or more data types already exists with the same name and namespace but with a different structure, the function returns the error above. This is further explained in the Notes section of the &lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_webservicequery.html"&gt;webservicequery() Function&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Create a test process model with the &lt;a href="https://docs.appian.com/suite/help/latest/Call_Web_Service_Smart_Service.html"&gt;Call Web Service&lt;/a&gt;&amp;nbsp;smart service and point it to the WSDL.&lt;/li&gt;
&lt;li&gt;Use the Get/Refresh Services button on the Call Web Service smart service node to refresh the data types.&lt;/li&gt;
&lt;li&gt;Publish the process model. (&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;the process model must be published in order to complete the update. You can optionally delete the process model afterward).&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration, web services&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Expression evaluation error in rule 'X' at function fn!webservicequery</title><link>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery/revision/4</link><pubDate>Mon, 24 Sep 2018 10:44:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6395071c-fdbc-42f1-a04e-ee8b4a085703</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Jordan Horwat on 9/24/2018 10:44:23 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Users are faced with an &amp;quot;Error Evaluating UI Expression&amp;quot; pink box error when attempting to access any interface that utilizes the webservicequery() function. The following&amp;nbsp;exception is&amp;nbsp;printed in the application server log:&lt;/p&gt;
&lt;pre&gt;com.appiancorp.core.expr.exceptions.ExpressionRuntimeException$AppianExceptionProvider: Expression evaluation error in rule &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; (called by rules &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39;) at function fn!webservicequery [line 2]: The operation [...] is not present in the binding [...]. Available operations in that binding: [...] (APNX-1-4198-000)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data types required by the web service are created if they are not already present in the system the first time the expression function is invoked. If one or more data types already exists with the same name and namespace but with a different structure, the function returns the error above. This is further explained in the Notes section of the &lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_webservicequery.html"&gt;webservicequery() Function&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Create a test process model with the &lt;a href="https://docs.appian.com/suite/help/latest/Call_Web_Service_Smart_Service.html"&gt;Call Web Service&lt;/a&gt;&amp;nbsp;smart service and point it to the WSDL.&lt;/li&gt;
&lt;li&gt;Use the Get/Refresh Services button on the Call web Service smart service node to refresh the data types.&lt;/li&gt;
&lt;li&gt;Publish the process model. (&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;the process model must be published in order to complete the update. You can optionally delete the process model afterward).&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration, web services&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Expression evaluation error in rule 'X' at function fn!webservicequery</title><link>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery/revision/1</link><pubDate>Wed, 12 Sep 2018 16:49:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6395071c-fdbc-42f1-a04e-ee8b4a085703</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Jordan Horwat on 9/12/2018 4:49:01 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Users are faced with an &amp;quot;Error Evaluating UI Expression&amp;quot; pink box error when attempting to access any interface that utilizes the &lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_webservicequery.html"&gt;webservicequery() function&lt;/a&gt;. The following&amp;nbsp;exception is&amp;nbsp;printed in the application server log:&lt;/p&gt;
&lt;pre&gt;com.appiancorp.core.expr.exceptions.ExpressionRuntimeException$AppianExceptionProvider: Expression evaluation error in rule &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; (called by rules &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39;) at function fn!webservicequery [line 2]: The operation [...] is not present in the binding [...]. Available operations in that binding: [...] (APNX-1-4198-000)&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Expression evaluation error in rule 'X' at function fn!webservicequery</title><link>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery/revision/3</link><pubDate>Wed, 12 Sep 2018 13:16:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6395071c-fdbc-42f1-a04e-ee8b4a085703</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Jordan Horwat on 9/12/2018 1:16:05 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Users are faced with an &amp;quot;Error Evaluating UI Expression&amp;quot; pink box error when attempting to access any interface that utilizes the webservicequery() function. The following&amp;nbsp;exception is&amp;nbsp;printed in the application server log:&lt;/p&gt;
&lt;pre&gt;com.appiancorp.core.expr.exceptions.ExpressionRuntimeException$AppianExceptionProvider: Expression evaluation error in rule &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; (called by rules &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39;) at function fn!webservicequery [line 2]: The operation [...] is not present in the binding [...]. Available operations in that binding: [...] (APNX-1-4198-000)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data types required by the web service are created if they are not already present in the system the first time the expression function is invoked. If one or more data types already exists with the same name and namespace but with a different structure, the function returns the error above. This is further explained in the Notes section of the &lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_webservicequery.html"&gt;webservicequery() Function&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Create a test process model with the &lt;a href="https://docs.appian.com/suite/help/latest/Call_Web_Service_Smart_Service.html"&gt;Call Web Service&lt;/a&gt;&amp;nbsp;smart service and point it to the WSDL.&lt;/li&gt;
&lt;li&gt;Use the Get/Refresh Services button on the Call web Service smart service node to refresh the data types.&lt;/li&gt;
&lt;li&gt;Publish the process model. (&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;the proecss model must be published in order to complete the update. You can optionally delete the process model afterward).&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration, web services&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Expression evaluation error in rule 'X' at function fn!webservicequery</title><link>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery/revision/2</link><pubDate>Wed, 12 Sep 2018 12:59:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6395071c-fdbc-42f1-a04e-ee8b4a085703</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1127/kb-1725-expression-evaluation-error-in-rule-x-at-function-fn-webservicequery#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Jordan Horwat on 9/12/2018 12:59:14 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Users are faced with an &amp;quot;Error Evaluating UI Expression&amp;quot; pink box error when attempting to access any interface that utilizes the webservicequery() function. The following&amp;nbsp;exception is&amp;nbsp;printed in the application server log:&lt;/p&gt;
&lt;pre&gt;com.appiancorp.core.expr.exceptions.ExpressionRuntimeException$AppianExceptionProvider: Expression evaluation error in rule &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; (called by rules &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39; &amp;gt; &amp;#39;&amp;lt;RULE_NAME&amp;gt;&amp;#39;) at function fn!webservicequery [line 2]: The operation [...] is not present in the binding [...]. Available operations in that binding: [...] (APNX-1-4198-000)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data types required by the web service are created if they are not already present in the system the first time the expression function is invoked. If one or more data types already exists with the same name and namespace but with a different structure, the function returns the error above. This is further explained in the Notes section of the &lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_webservicequery.html"&gt;webservicequery() Function&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Create a test process model with the &lt;a href="https://docs.appian.com/suite/help/latest/Call_Web_Service_Smart_Service.html"&gt;Call Web Service&lt;/a&gt;&amp;nbsp;smart service and point it to the WSDL.&lt;/li&gt;
&lt;li&gt;Use the Get/Refresh Services button on the Call web Service smart service node to refresh the data types.&lt;/li&gt;
&lt;li&gt;Publish the process model. (&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;the proecss model must be published in order to complete the update. You can optionally delete the process model afterward).&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>