I am getting the following error in Analytical Engine’s server.log file while making call to a webservice from rule’s action:
(OPTIMIZE) [Analytic Engine v7.1.2.0.WebServiceAction.wsActionInvokeAction] 2009-07-23 10:30:27.971 AST ERROR: Error sending context com.dante.analysis.action.template.context.ActionContextImpl@d229cf
(OPTIMIZE) [Analytic Engine v7.1.2.0.WebServiceAction.wsActionInvokeAction] 2009-07-23 10:30:27.971 AST ERROR: electric.registry.RegistryException: could not bind to <IP_Address>:/ws/<Top_Folder>/<Sub_Folder>/abcWebService
Following is the WSAction Settings :
<?xml version="1.0" encoding="UTF-8"?>
Test Action webservice1
:/ws///abcWebService.wsdl
optimizeWebService
[Place parameter name and types here]
RuleName
RuleInstanceName
RuleDefinition
RuleEvaluation
RuleSla
RuleCustomer
RuleSeverity
RuleStatus
Attributes
Time
ProcessInfo
I have created a WSD consumer and tested the web service.
My guess is the web service URL format is wrong. Any ideas ? I have also tried without “ws” in the URL but same error.
#BPM#webMethods-BPMS#webMethods