Designing Intelligent Event Processor (IEP) Projects

Generating Abstract WSDL Documents

You can configure IEP to generate abstract WSDL documents by editing a flag in the IEP project properties file. The bindings and services are not included.

With this approach, you can define the bindings and services by using the Composite Application Service Assembly (CASA) Editor.


Caution – Caution –

If you use the CASA Editor, do not clone the IEP WSDL document to customize its generated bindings and services. Updates to the generated WSDL documents will not be updated after the cloning. Over time, the cloned and edited WSDL document deployed for the bindings will become inconsistent with the WSDL document deployed for the IEP Service Engine.


ProcedureTo Generate Abstract WSDL Documents

  1. Go to the location of the IEP Module project and open the project.properties file.

  2. Change the value of the always.generate.abstract.wsdl flag to true.

  3. Save the project.properties file.