| ILOG JRules User Guide > Integrating Application Data > Concepts > Web Service Binding > What is Web Service Binding |
What is Web Service Binding |
PREVIOUS NEXT |
Web service binding is the process of representing data in a Web Service Description Language (WSDL) specification file so that the rule engine can invoke the Web service as a dynamic method of the XOM. The rule engine can thus retrieve XML objects as parameters and objects, and match them against rules.
A XOM class is generated for each XML Schema Definition (XSD) type. This allows the rule engine to access data direct from the objects, rather than using the XML schema.
The benefit of using Web service binding therefore, is that it hides the complexity of the XML serialization/deserialization process.
| Note |
| The use of WSDL files in the XOM is now deprecated. We recommend you use the JAX-WS API instead. |
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |