Generated Files

Previous Next

See Also

When a web service provider is created (after clicking the Create Web Service button in the Definer, or after using the Publish a Web Service Provider wizard in the Authorizer), four files are generated: three with the same name: an .asp, .inc and .XML file, and an additional .asp file that is used as entry point for SOAP 1.2 requests.

The ASP file is the actual entry point of the web service. This is the Access Point File specified in the Web Service Provider window (in the Definer) or the Associated Web Services window (in the Authorizer). There are two versions of the .asp file, depending upon the version of the SOAP request:

· <service name>.asp is the entry point for SOAP 1.1 requests.

 

· <service name>_soap12.asp is the entry point for SOAP 1.2 requests.

The INC file and XML file are configuration files. The INC file contains general settings of the service: the service name (SERVICE_NAME), the configuration XML document used (XML_DOC), the application name (APP_NAME), the user name (USER_NAME) and password (PASSWORD) to connect to the rules service, the host name (HOST) and port number (PORT) that the rules service is using, and an indicator that specifies if the web service should run in debug mode (DEBUG). If the user is a USoft Encrypted user then the password in the INC file is encrypted.

The XML file contains settings for each web service method: whether the method is synchronous or asynchronous (METHOD_CALL) and whether the method is document-oriented or rpc-oriented (OPERATION_STYLE).