45464748495051
{ private String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxws-jbws1988"; public static Test suite() throws Exception { return new JBossWSTestSetup(UsernameAuthTestCase.class, "jaxws-jbws1988.sar jaxws-jbws1988.jar"); }
50515253545556
*/ public class EncryptTestCase extends JBossWSTest { public static Test suite() throws Exception { return new JBossWSTestSetup(EncryptTestCase.class, "jaxws-jbws2014-encrypt.jar"); }
54555657585960
private static final String FAULT_STRING = "The security token could not be authenticated or authorized."; public static Test suite() throws Exception { return new JBossWSTestSetup(JBWS1999TestCase.class, "jaxws-jbws1999.war"); }
49505152535455
private String targetNS = "http://jbws2009.jaxws.ws.test.jboss.org/"; private ServiceType proxy; public static Test suite() { return new JBossWSTestSetup(JBWS2009TestCase.class, "jaxws-jbws2009.war"); }
37383940414243
private String targetNS = "http://jbws2901.jaxws.ws.test.jboss.org/"; private String passwdContents = "root:x:0:0:root:/root:/bin/bash"; public static Test suite() { return new JBossWSTestSetup(JBWS2901TestCase.class, "jaxws-jbws2901.war"); }
{ public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxws-jbws2419"; public static Test suite() { return new JBossWSTestSetup(JBWS2419TestCase.class, "jaxws-jbws2419.war"); }
private static TestEndpoint port; public static Test suite() throws Exception { return new JBossWSTestSetup(JBWS3071TestCase.class, "jaxws-jbws3071.war"); }
40414243444546
public class JBWS2412TestCase extends JBossWSTest { public static Test suite() throws Exception { return new JBossWSTestSetup(JBWS2412TestCase.class, "jaxws-jbws2412.war"); }
44454647484950
public class JBPAPP2143TestCase extends JBossWSTest { public static Test suite() throws Exception { return new JBossWSTestSetup(JBPAPP2143TestCase.class, "jaxws-jbpapp2143.war"); }
62636465666768
" </soapenv:Body>" + "</soapenv:Envelope>"; public static Test suite() { return new JBossWSTestSetup(JBWS1815TestCase.class, "jaxws-jbws1815.ejb3"); }