SSML Sample Analysis(Sample.ssml) In the SSML(Soap Service Markup Language) file, the topmost element is , and includes a single element that defines the service name. The SSML file name is conveniently the same name as the service. The node contains at least 1 element, and optionally multiple elements, 1 element and a maximum of 1 elements. Within the server, the operation name may be duplicated, and if necessary the service name space is set in the node nsuri attribute. 8000 20 5 8000 20 5 http://services.opensoap.jp/cgi-bin/TargetService.cgi 8000 20 5 How to connect to the service is described in the element. The connection types - socket: (Registration required in inetd or xinetd. Refer to RegistService.txt) - Standard Input/Output: sub-element in the element. The entry contains the endpoint of the service being called. - Named pipe: (Not yet implemented) - IPC: (Not yet implemented) - COM: (Not yet implemented) - Other connection modules: (Not yet implemented) can be specified. Furthermore, the asynchronous process timeout(=incomplete process queue, the time after which spool data is cancelled)(in seconds), and the synchronous process timeout (count parameter in seconds 'second', or message hop count 'hoptimes') can be set. These can be specified simultaneously, the appropriate value is selected depending on whether the request message is specified as synchronous or asynchronous. Regarding the hop count specified in 'hoptimes', if the number of transfers needed to reach the appropriate server (received_path steps check) is greater than the specified hoptimes, the service is not called and a Fault message is returned. ** Similarly, these settings can also be defined in server.conf as illustrated below. The values in the SSML file, if they are defined, take precedence over the values in server.conf (irrespective of size). (Values should be greater than 0. For hoptimes, a value of 0 means no transfer). -- in server.conf 3600 600 4 -- Use the to specify the maximum number of connections using this connection method. add sub In the element, the name attribute of describes the operation name of the specified connection type. It makes no difference if several operations using different connection styles use a single service. The signature attribute('0' or '1') of the element is used to specify whether the server signature is appended by the sever to returned Fault message or not. 15 Use the to limit the total number of connections to the service. ------ LastModified: Aug, 31, 2003