isCOBOL EIS improvements
Servlet prefix
You can now customize the prefix used by the servlet to map the web service operation to the program generated by Service Bridge, by setting the iscobol.http.servlet.prefix configuration property.
For example, if the Service Bridge was used to generate a Rest web service, the prefix must be configured as
iscobol.http.servlet.prefix=rest |
while if a SOAP web service was generated, then the prefix should be
iscobol.http.servlet.prefix=soap |
If Service Bridge was configured with custom prefixes when the program was generated, then you need to specify the same prefix
iscobol.http.servlet.prefix=custom |