Administer > System configuration parameters > Security parameters > Startup parameter: soap12binding

Startup parameter: soap12binding

Startup parameters change the behavior of the server.

Parameter

soap12binding

Description

By default, Service Manager generates WSDLs that conform to soap 1.1 binding. However, some Web Services clients accept both soap 1.1 and soap 1.2. In such cases, you can enable soap12binding by providing the parameter soap12binding:1.

Valid if set from

Server's operating system command prompt
Initialization file (sm.ini)

Requires restart of server?

Existing connections will honor the current value. New connections will honor the new value.

Default value

0 (Disabled)

Possible values

0 (Disabled)

1 (Enabled)

Example usage

Command line: sm -httpPort:13080 –debugnode:1 –soap12binding:0

Initialization file: soap12binding:0