Hi,

When GetBSConfig operation is being called, .Net configuration service
sends the database connection info along with the OPS end point
details.

Namespace details omitted for clarity.

Request,

<s:Envelope ...>
   <s:Body>
      <GetBSConfig ...>
         <bs ...>
            <a:BSName>DOTNET_BS</a:BSName>
         </bs>
      </GetBSConfig>
   </s:Body></s:Envelope>


Response,

<s:Envelope ...>
   <s:Body>
      <GetBSConfigResponse ...>
         <GetBSConfigResult ...">
            <a:DBHostName>127.0.0.1</a:DBHostName>
            <a:DBName>MSSQL</a:DBName>
            <a:DBPort>1433</a:DBPort>
            <a:OPS>http://localhost:8000/TradeOrderProcessor/sec</a:OPS>
            <a:OPSName>DOTNET_OPSSEC</a:OPSName>
            <a:Sec>true</a:Sec>
         </GetBSConfigResult>
      </GetBSConfigResponse>
   </s:Body></s:Envelope>

Would greatly appreciated if someone can shred some light on why this is so.

Thanks in advance,

Bye,

    -Chintana

-- 
http://engwar.com/

Reply via email to