49505152535455
private static Endpoint port; public static Test suite() throws Exception { return new JBossWSTestSetup(JBWS2259TestCase.class, "jaxws-jbws2259.war"); }
44454647484950
private String targetNS = "http://jbws1762.jaxws.ws.test.jboss.org/"; private JBWS1762 proxy; public static Test suite() { return new JBossWSTestSetup(JBWS1762TestCase1.class, "jaxws-jbws1762.war"); }
46474849505152
*/ public class JBWS3084TestCase extends JBossWSTest { public static Test suite() { return new JBossWSTestSetup(JBWS3084TestCase.class, "saaj-soap-connection.war"); }
41424344454647
private static TestEndpoint port; public static Test suite() throws Exception { return new JBossWSTestSetup(JBWS1107TestCase.class, "jaxrpc-jbws1107.war, jaxrpc-jbws1107-client.jar"); }
public static TestEndpoint port; public static Test suite() throws Exception { return new JBossWSTestSetup(JBWS1179TestCase.class, "jaxrpc-jbws1179.war, jaxrpc-jbws1179-client.jar"); }
36373839404142
{ /** Deploy the test */ public static Test suite() throws Exception { return new JBossWSTestSetup(AccountSignupTestCase.class, "jaxrpc-wsse-account-signup.war, jaxrpc-wsse-account-signup-client.jar"); }
47484950515253
{ private static ExamplePort port; public static Test suite() { return new JBossWSTestSetup(JBWS1378TestCase.class, "jaxrpc-jbws1378.war"); }
40414243444546
public class JBWS2248TestCase extends JBossWSTest { public static Test suite() { return new JBossWSTestSetup(JBWS2248TestCase.class, "jaxws-jbws2248.war"); }
50515253545556
*/ /** Deploy the test */ public static Test suite() throws Exception { return new JBossWSTestSetup(SimpleSignEncryptTestCase.class, "jaxrpc-wsse-simple-sign-encrypt.war, jaxrpc-wsse-simple-sign-encrypt-client.jar"); }
private static HeaderTestService endpoint; public static Test suite() { return new JBossWSTestSetup(HeaderProxyTestCase.class, "jaxrpc-samples-handler.war"); }