BDL 2.32 new features
Features added in 2.32 releases of the Genero Business Development Language.
Overview | Reference |
---|---|
The COM library enables to intercept high-level
web services operation on server side. You can now define three BDL
functions via methods of the web service class. They will be executed
at different steps of a web service request processing in order to
modify the SOAP request, response or the generated WSDL document before
or after the SOAP engine has processed it. This helps handle WS-* specifications
not supported in the web service API.
All three kinds of BDL callback functions must conform
to the following prototype:
|
See The WebService class. |