[InfoBlox] InfoBlox activities not working with "Test Inputs" feature OR error "Invalid uri 'Infoblox Server': incorrect path" while using itIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> The "Test Input" may not work while testing the Infoblox related activities. OR when we try the Test Inputs it may throw below error: Invalid uri 'Infoblox Server': incorrect path\r\n\tat org.apache.commons.httpclient.HttpMethodBase ReleaseAll releasesCauseWhen an activity is executed using the "Test Inputs" button, the pre-processing and post-processing scripts are NOT executed. Refer Auto-map REST activity output variables. Almost all the Infoblox activities are set up with a pre-processing script where we build the endpoint using the input variables. Also, the activities are set with default EndPoint "InfobloxServer" in the Execution Command section. So, when we use the "Test Inputs" button the pre-processing is not running, so the valid EndPoint is not set by the pre-processing. Bust since we do have the default endpoint (invalid) set in Execution Command that endpoint will be taken and it will fail as it is a dummy endpoint.ResolutionOption #1: Make sure you test it by creating complete workflow and run that workflow using Run on Workflow editor title bar. Option #2: Complete your workflow and use it in catalog item and test it. Option #3: Create the new right endpoint with all the variables in it and use that endpoint in "Execution Command" and use Test Inputs for testing your endpoints.Related LinksREST ActivityWorkflow editor title barAuto-map activity output variables