3.1.4.4 GetServiceOptions

     <wsdl:operation name="GetServiceOptions">
       <wsdl:input message="tns:GetServiceOptionsSoapIn" />
       <wsdl:output message="tns:GetServiceOptionsSoapOut" />
     </wsdl:operation>

The GetServiceOptions operation returns an XML document that has pertinent hosting-provider-specific configuration values and other account values.

As an example of the XML that is valid to return, the default implementation of the Database Publishing Services web service returns the following.

 <options>
   <max_request_length>4096</max_request_length>
   <service_version>1.1.0.0</service_version>
 </options>