Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
xml file with similar nodes
#1
I would like to be able to change any of the links in the following xml file to some else. For example http://localhost:4861/Banking/BankingWebService.asmx to http://192.168.0.12:81/BankingWebService.asmx".

For some reason I cannot figure the out. I used the example function in the help doc to read all the nodes but cannot figure out how to write to it. I have used xml files before but not of this type.

Code:
Copy      Help
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
    <appSettings>
        <!-- Comination Which we need enter with earch webservice link-->
        <add key="1" value="http://localhost/OSI/ConvergysBankingOSIWebService.asmx" />
        <add key="2" value="http://localhost:4861/Banking/BankingWebService.asmx" />
        <add key="3" value="http://localhost/CBS/ConvergysBankingCBS.asmx" />
        <add key="4" value="http://localhost:30938/ConvergysVUITester.asmx" />
        <!--<add key="4" value ="http://localhost/DemoWebservice/ConvergysVUITester.asmx"/>-->
        <add key="OSIProxy" value="Convergys.Banking.Proxy.OSI.ProxyOSI" />
        <add key="ITIProxy" value="Convergys.Banking.Proxy.ITI.ProxyITI" />
        <add key="CBSProxy" value="Convergys.Banking.Proxy.CBS.ProxyCBS" />
        <add key="VUITesterProxy" value="Convergys.Banking.Proxy.Demo.VUITesterProxy" />
        <add key="OSI" value="1" />
        <add key="ITI" value="2" />
        <add key="CBS" value="3" />
        <add key="VUITester" value="4" />
        <add key="HostAttached" value="OSI,ITI,CBS,VUITester" />
        <add key="TraceWriting" value="true" />
    </appSettings>
</configuration>


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)