BizTalk Server General - Need to configure DTD path in BTSNTSVC.exe.config

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > April 2005 > Need to configure DTD path in BTSNTSVC.exe.config





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Need to configure DTD path in BTSNTSVC.exe.config
reachnitin

2005-04-26, 10:50 am

Folks,

I have an xml message coming into an orchestration that gets

passed to a .net component. This component looks for a DTD for

this XML document. I want to make the DTD path configurable so

that the component can look at the configured path. Any ideas

how this can be done?

This is really urgent guys.

Nitin.
Jon Flanders[MVP]

2005-04-26, 8:47 pm

Well you can add a appSettings element to the config file:

<appSettings>
<add key="DTDPath" value="c:\dtdfile.dtd"/>
</appSettings>


Another option if you want it woudl be to store the data in the SSO
database - which is nice if you have more than one server -
http://www.masteringbiztalk.com/blo...b1eb6c4def.aspx
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/

"reachnitin" <reachnitin.1o4ax2@mail.webservertalk.com> wrote in message
news:reachnitin.1o4ax2@mail.webservertalk.com...
>
> Folks,
>
> I have an xml message coming into an orchestration that gets
>
> passed to a .net component. This component looks for a DTD for
>
> this XML document. I want to make the DTD path configurable so
>
> that the component can look at the configured path. Any ideas
>
> how this can be done?
>
> This is really urgent guys.
>
> Nitin.
>
>
>
> --
> reachnitin
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message1035700.html
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com