You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-dev@incubator.apache.org by Chintana Wilamuna <ch...@gmail.com> on 2009/09/01 13:07:00 UTC

Database information being sent when GetBSConfig operation is called

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/