Skip to main content

what is SRF file ? Please give me model program to understand SRF file

Let's look at an SRF file for a SOAP web service.

{{ Handler * }}{{//}}
{{ RunPath(bin,../common) }}{{//}}
{{ StartService(tutorial2 -v) }}{{//}}
{{ XMLExchange }}

what is SRF file ? Please give me model program to understand SRF file

Let's look at an SRF file for a SOAP web service.

{{ Handler * }}{{//}}
{{ RunPath(bin,../common) }}{{//}}
{{ StartService(tutorial2 -v) }}{{//}}
{{ XMLExchange }}

SRF files are used by Xcentrisity Business Information Server to serve web pages and implement (not consume) SOAP services.  XBIS runs on an HTTP server like IIS or Apache.

SRF files are server-side only and not used in clients (unless the HTTP server is acting as a client).

SRF files are fully documented in the Xcentrisity Business Information Server User's Guide for Extend here:

https://www.microfocus.com/documentation/extend-acucobol/1020/extend-Interoperability-Suite/GUID-254E6BE8-CB77-4AB9-9316-86046CED0915.html