assertTrue("Get a wrong exception",
ex.getMessage().
indexOf("string length (67) is greater than maxLength facet (30)") >= 0);
}
port.greetMeOneWay(System.getProperty("user.name"));
try {
port.pingMe();
fail("We expect exception here");
} catch (PingMeFault ex) {