Author: dkulp
Date: Tue Feb 17 22:38:03 2009
New Revision: 745281
URL: http://svn.apache.org/viewvc?rev=745281&view=rev
Log:
Mark some more tests as passing
Modified:
cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java
cxf/sandbox/interopfest/wssc/src/main/resources/etc/client.xml
Modified: cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java
URL:
http://svn.apache.org/viewvc/cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java?rev=745281&r1=745280&r2=745281&view=diff
==============================================================================
--- cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java
(original)
+++ cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java Tue
Feb 17 22:38:03 2009
@@ -55,14 +55,15 @@
if (argv.length < 1 || "".equals(argv[0]) || argv[0] == null) {
argv = new String[] {
- //"SecureConversation_UserNameOverTransport_IPingServiceSign",
//Not getting token, not sure why
+ //"SecureConversation_UserNameOverTransport_IPingService",
//cannot sign/endorse in transport binding yet
"SecureConversation_MutualCertificate10SignEncrypt_IPingService",
"AC_IPingService",
- //"ADC_IPingService",
- //"ADC-ES_IPingService",
- //"_A_IPingService",
- //"_AD_IPingService",
+ "ADC_IPingService",
+ //"ADC-ES_IPingService",
+ "_A_IPingService",
+ "_AD_IPingService",
//"_AD-ES_IPingService",
+
//"XC_IPingService",
//"XDC_IPingService",
//"XDC_IPingService1",
@@ -73,24 +74,24 @@
//"_XD_IPingService",
//"_XD-SEES_IPingService",
//"_XD-ES_IPingService",
- //"UXC_IPingService",
- //"UXDC_IPingService",
- //"UXDC-SEES_IPingService",
- //"_UX_IPingService",
- //"_UXD_IPingService",
- //"_UXD-SEES_IPingService",
- //"KC_IPingService",
- //"KDC_IPingService",
- //"KC10_IPingService",
- //"KDC10_IPingService",
- //"_K10_IPingService",
- //"_KD10_IPingService",
- //"_K_IPingService",
- //"_KD_IPingService",
- //"_KD-SEES_IPingService",
+ "UXC_IPingService",
+ "UXDC_IPingService",
+ "UXDC-SEES_IPingService",
+ "_UX_IPingService",
+ "_UXD_IPingService",
+ "_UXD-SEES_IPingService",
+ //"KC_IPingService", //Kerberos token - not sure where the
token comes from or how this works
+ //"KDC_IPingService", //Kerberos token - not sure where
the token comes from or how this works
+ //"KC10_IPingService", //Kerberos token - not sure where
the token comes from or how this works
+ //"KDC10_IPingService", //Kerberos token - not sure where
the token comes from or how this works
+ //"_K10_IPingService", //Kerberos token - not sure where
the token comes from or how this works
+ //"_KD10_IPingService", //Kerberos token - not sure where
the token comes from or how this works
+ //"_K_IPingService", //Kerberos token - not sure where the
token comes from or how this works
+ //"_KD_IPingService", //Kerberos token - not sure where
the token comes from or how this works
+ //"_KD-SEES_IPingService", //Kerberos token - not sure
where the token comes from or how this works
};
}
- //argv = new String[] {argv[1]};
+ //argv = new String[] {argv[0]};
//argv = new String[] {"UXC_IPingService"};
new SpringBusFactory().createBus("etc/client.xml");
Modified: cxf/sandbox/interopfest/wssc/src/main/resources/etc/client.xml
URL:
http://svn.apache.org/viewvc/cxf/sandbox/interopfest/wssc/src/main/resources/etc/client.xml?rev=745281&r1=745280&r2=745281&view=diff
==============================================================================
--- cxf/sandbox/interopfest/wssc/src/main/resources/etc/client.xml (original)
+++ cxf/sandbox/interopfest/wssc/src/main/resources/etc/client.xml Tue Feb 17
22:38:03 2009
@@ -47,6 +47,46 @@
<entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
</jaxws:properties>
</jaxws:client>
+ <jaxws:client name="{http://InteropBaseAddress/interop}ADC_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
+ <jaxws:client
name="{http://InteropBaseAddress/interop}ADC-ES_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
+ <jaxws:client name="{http://InteropBaseAddress/interop}_A_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
+ <jaxws:client name="{http://InteropBaseAddress/interop}_AD_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
+ <jaxws:client
name="{http://InteropBaseAddress/interop}_AD-ES_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
+
+ <jaxws:client name="{http://InteropBaseAddress/interop}XC_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.username.sct" value="abcd"/>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
+
+
<jaxws:client name="{http://InteropBaseAddress/interop}UXC_IPingService"
createdFromAPI="true">
<jaxws:properties>
<entry key="ws-security.username.sct" value="abcd"/>
@@ -54,6 +94,41 @@
<entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
</jaxws:properties>
</jaxws:client>
+ <jaxws:client name="{http://InteropBaseAddress/interop}UXDC_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.username.sct" value="abcd"/>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
+ <jaxws:client
name="{http://InteropBaseAddress/interop}UXDC-SEES_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.username.sct" value="abcd"/>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
+ <jaxws:client name="{http://InteropBaseAddress/interop}_UX_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.username.sct" value="abcd"/>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
+ <jaxws:client name="{http://InteropBaseAddress/interop}_UXD_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.username.sct" value="abcd"/>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
+ <jaxws:client
name="{http://InteropBaseAddress/interop}_UXD-SEES_IPingService"
createdFromAPI="true">
+ <jaxws:properties>
+ <entry key="ws-security.username.sct" value="abcd"/>
+ <entry key="ws-security.callback-handler.sct"
value="interop.client.KeystorePasswordCallback"/>
+ <entry key="ws-security.encryption.properties.sct"
value="etc/bob.properties"/>
+ </jaxws:properties>
+ </jaxws:client>
<http:conduit name="http://131.107.72.15/.*">
<http:client AllowChunking="false"/>