Hi there,
Following the EP 7.0 migration, the UWL is not working for PCR approvals. Following the registration of the WebFlowConnector, using the default configuration, clicking a PCR approval item in the Inbox brings up the following error:
HTTP handler for starting an external service cannot be read
In order to rectify this, the following configuration file was uploaded.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd' [ ]>
<UWLConfiguration version="1.0">
<ItemTypes>
<ItemType name="uwl.task.webflow.TS50000075" connector="WebFlowConnector" defaultView="defaultView" defaultAction="launchIView" executionMode="default">
<ItemTypeCriteria systemId="D46CLNT080" externalType="TS50000075" connector="WebFlowConnector"/>
<Actions>
<Action name="launchIView" handler="IViewLauncher">
<Properties>
<Property name="iview" value="com.sap.pct.hcm.isrdispatcher.default"/>
<Property name="openInNewWindow" value="yes"/>
</Properties>
<Descriptions default="launchIView"/>
</Action>
</Actions>
</ItemType>
</ItemTypes>
</UWLConfiguration>
Following the new configuration, clicking the item HAS NO EFFECT i.e. no window, no action, nothing. The only available option available is an option to Forward the item.
I have tried the following ItemType names with the same result:
1. uwl.task.webflow.TS50000075.D46CLNT080
2. uwl.task.webflow.D46CLNT080_TS50000075
Has anyone encountered this before?
Cheers
John