Hello,
We have a customer who is trying to create a Connector Profile that runs a Workflow.
We enter the URL for the Workflow Web service URL and click Load Workflows and we get a message "No workflows can be loaded"
We have verified the Workflow Web Service URL is correct and tested it in the WF Configuration Manager.
Only difference that I can see is the customer is using HTTPS.
I did find in the help file that you are using HTTPS you need to to use Security Mode = Transport in the Workflow Server web.config file.
<security mode="Transport">
If you are using HTTP then is has to be
<security mode="TransportCredentialOnly"
My question is, if both are listed, do we need to comment out the TransportCredentialOnly in the config file?
Also if WF is Version 9 and Connector is 10.3 does this pose a problem?
Appreciate the feedback,
Jeff Curtis