The BESExternalCall folder contains sample Java code to implement custom logic and validation for business entity services. You can configure external callouts for certain steps in the business entity execution logic. To use external callouts, you must build the
bes-external-call.ear
file and deploy it on the application server.
The BESExternalCall folder contains a sample
custom-logic-service.wsdl
file with the XML Schema Definition (XSD) for the external callouts. Use the WSDL file to understand the external services, operations, methods, and the data types that the service methods exchange. Use the Ant build file,
build.xml,
in the BESExternalCall folder to build the
bes-external-call.ear
file.
For more information about configuring and deploying the external web services, see the