To connect to SSO protected Appian environment from SoapUI

Hi Guys,

The Appian environment which I am using is SSO(Single Sign On) Authenticated. So I can provide my Bank provided service id to login through the SSO Authentication. I have coded few webAPi in my Appian environment and I am facing trouble in calling the webApi from the SoapUI. I have provided my SSO authentication credentials in the Basic Authorization and also checked the pre-emptive Authentication radio button. But I am not receiving any response. Kindly help me to sort out the issue.

Thanks guys.

  Discussion posts and replies are publicly visible

Parents Reply
  • The body response is as below ,
    ^\(^\)]*$/; if (sSource.length > 0 && !regExp.test(sSource)) { return false; } return true; } function iwaTestResult(canGo) { if (canGo) { document.location.replace(dssoRedirectUrl); } else { document.location.replace(siteMinderFormsUrl); } } function sreplaceAll(source, stringToFind, stringToReplace) { var temp = source; var index = temp.indexOf(stringToFind); while (index !== -1) { temp = temp.replace(stringToFind, stringToReplace); index = temp.indexOf(stringToFind); } return temp; } })();
Children