Unable to retrieve Class Fields using Pega Robotics studio
Hi,
I am trying to integrate Pega 7.2.2 application from robotic studio 8.0. I have done required configuration as suggested in PDN article. See below URL.
I followed below steps for integration:
1. Done Configuration settings as suggested in PDN article link above.
2. Created test solution in robotic studio.
3. Added robotic activity and configured its properties Name, Class, Fields ("Fields" property is not configured).
When trying to configure Field property getting error as "Error connecting to server"
Below are StudioConfig and RuntimeConfig files.
StudioConfig.xml
<Robotics>
<PegaServer baseUrl="https://localhost:8080/prweb/api/v1/" />
<RDA_Credentials userName="[email protected]" password="install"/>
</Robotics>
RuntimeConfig.xml
Hi,
I am trying to integrate Pega 7.2.2 application from robotic studio 8.0. I have done required configuration as suggested in PDN article. See below URL.
I followed below steps for integration:
1. Done Configuration settings as suggested in PDN article link above.
2. Created test solution in robotic studio.
3. Added robotic activity and configured its properties Name, Class, Fields ("Fields" property is not configured).
When trying to configure Field property getting error as "Error connecting to server"
Below are StudioConfig and RuntimeConfig files.
StudioConfig.xml
<Robotics>
<PegaServer baseUrl="https://localhost:8080/prweb/api/v1/" />
<RDA_Credentials userName="[email protected]" password="install"/>
</Robotics>
RuntimeConfig.xml
<Robotics>
<PegaServer baseUrl="https://localhost:8080/prweb/api/v1/" />
<LocalApiService enabled="" allowedOrigins="*.pega.com" port="9443" SSL="true"/>
</Robotics>
Please can anyone help me..!