twoWayTest(testcase, simplePort);
}
@Test
public void test0011() throws Exception {
TestCaseType testcase = JMSTestUtil.getTestCase("test0011");
final JMSSimplePortType simplePort = getPort("JMSSimpleService0011", "SimplePort",
JMSSimpleService0011.class,
JMSSimplePortType.class);
twoWayTest(testcase, simplePort);
}