24252627282930
public class CXFWsdlOnlyPayloadModeNoSpringSoap12Test extends CXFWsdlOnlyPayloadModeNoSpringTest { @BeforeClass public static void startService() { endpoint = Endpoint.publish("http://localhost:8093/PersonService", new PersonImpl12()); }
31323334353637
@Before public void startService() { endpoint = Endpoint.publish("http://localhost:" + port1 + "/" + getClass().getSimpleName() + "/PersonService", new PersonImpl12()); }
32333435363738
26272829303132
public class CXFWsdlOnlyPayloadModeNoSpringSoap12Test extends CXFWsdlOnlyPayloadModeNoSpringTest { @Before public void startService() { endpoint = Endpoint.publish("http://localhost:" + port1 + "/PersonService", new PersonImpl12()); }
25262728293031