Constants.TRANSPORT_HTTP,
false);
call.setTo(targetEPR);
OMElement result = call.invokeBlocking(
operationName.getLocalPart(), method);
result.serialize(XMLOutputFactory.newInstance().createXMLStreamWriter(
System.out));
fail("the test must fail due to bad service Name");
} catch (AxisFault e) {
log.info(e.getMessage());
String message = e.getMessage();