Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/11 10:27:55 (14 years ago)
Author:
mholper
Message:

first call against AdminService working, WSIT-Files adapted (added TrustCallBackHandler) #1441

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKBJavaConnector/src/main/resources/AdministrationService.svc.xml

    r5761 r5762  
    12361236              </X509Certificate>
    12371237            </X509Data>
    1238           </KeyInfo>
     1238        <!--  another possiblitlity to configure truststore
     1239        <sc:TrustStore wspp:visibility="private" location="C:\Users\HolperM\workspace\OKBJavaConnector\target\classes\okbkeystore.jks" type="JKS" storepass="okb123" peeralias="okb"/>
     1240         -->          </KeyInfo>
    12391241        </Identity>
    12401242      </wsa10:EndpointReference>
     
    12651267          <sc:CallbackHandler default="okbtester" name="passwordHandler" />
    12661268        </sc:CallbackHandlerConfiguration>
     1269         <!--  using truststore handler to hide password -->
    12671270        <sc:TrustStore xmlns:sc="http://schemas.sun.com/2006/03/wss/client"
    12681271          wspp:visibility="private"
Note: See TracChangeset for help on using the changeset viewer.