31 lines
1.9 KiB
XML
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()="PaymentService"]/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=""urn:getPaymentKey"" soapRequest="<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:jtv="http://jtv.com"><soapenv:Header/><soapenv:Body><jtv:getPaymentKey><jtv:context></jtv:context></jtv:getPaymentKey></soapenv:Body></soapenv:Envelope>" />
|
|
</endpoints>
|
|
</soapEndpointSection>
|
|
</configuration> |