| Online Helps > Rule Execution Server Console > Viewing and Managing Rulesets > Viewing the WSDL for a Ruleset |
Viewing the WSDL for a Ruleset |
PREVIOUS NEXT |
A WSDL URL is generated for every ruleset deployed on Rule Execution Server, even if the ruleset cannot be used with the hosted transparent decision service. This URL is based on the Rule Execution Server Console host, even if the jrules-bres-ootbds-<platform>.ear archive is not deployed on this host.
A ruleset can use the hosted transparent decision service if it uses either a Java XOM with simple types, or an XML XOM.
The WSDL URL has the format http://ServerHost:ServerPort/DecisionService/ws/RuleAppName/[RuleAppVersion/]RulesetName/[RulesetVersion]?WSDL.
The following WSDL URLs on JBoss for a ruleset with the canonical path of /myruleapp/1.0/myruleset/1.0 are all valid:
http://localhost:8080/DecisionService/ws/myruleapp/1.0/myruleset/1.0?WSDL
http://localhost:8080/DecisionService/ws/myruleapp/1.0/myruleset?WSDL
http://localhost:8080/DecisionService/ws/myruleapp/myruleset/1.0?WSDL
http://localhost:8080/DecisionService/ws/myruleapp/myruleset?WSDL
To generate the WSDL:
Setting WSDL Options | Enabling and Disabling Rulesets
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |