Files
ServiceDashBored/ServiceDashBored/app.config
T
2025-10-11 09:44:08 -04:00

31 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="httpEndpointSection" type="Endpoint.HttpEndpointConfigurationSection, Endpoint"/>
<section name="htmlEndpointSection" type="Endpoint.HtmlEndpointConfigurationSection, Endpoint"/>
<section name="oracleEndpointSection" type="Endpoint.OracleEndpointConfigurationSection, Endpoint"/>
<section name="soapEndpointSection" type="Endpoint.SoapEndpointConfigurationSection, Endpoint"/>
</configSections>
<httpEndpointSection>
<endpoints>
<add name="kpcoql06 (paypal)" uri="http://kpcodl06:8080/paypal_server/PayPalService" />
<add name="google2" uri="http://www.google.com" />
</endpoints>
</httpEndpointSection>
<htmlEndpointSection>
<endpoints>
<!--<add name="kpapdl26 (payment)" uri="http://kpapdl26:8080/core_server/paymentservice" xpathQuery="//td[text()=&quot;PaymentService&quot;]/following-sibling::td/text()" expectedXpathResult="ACTIVE" />-->
</endpoints>
</htmlEndpointSection>
<oracleEndpointSection>
<endpoints>
<!--<add name="x5_int" connectionString="Data Source=x5_int01.jewelry.dev;User ID=webcontent;Password=acnwebcontent;"
scalarQueryString="select 1 from dual" expectedQueryResult="1" />-->
</endpoints>
</oracleEndpointSection>
<soapEndpointSection>
<endpoints>
<add name="kpapdl26 (key)" uri="http://kpapdl26:8080/core_server/paymentservice" xpathQuery="//jtv:provider/text()" xpathNamespaces="jtv,http://jtv.com" expectedXpathResult="NoDecision" soapAction="&quot;urn:getPaymentKey&quot;" soapRequest="&lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:jtv=&quot;http://jtv.com&quot;&gt;&lt;soapenv:Header/&gt;&lt;soapenv:Body&gt;&lt;jtv:getPaymentKey&gt;&lt;jtv:context&gt;&lt;/jtv:context&gt;&lt;/jtv:getPaymentKey&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;" />
</endpoints>
</soapEndpointSection>
</configuration>