TestLogger.logger.debug("Test : " + getName());
try{
TwoWay twoWay = null; // This should cause an WebServiceException
DocLitNonWrapService service = new DocLitNonWrapService();
DocLitNonWrapPortType proxy = service.getDocLitNonWrapPort();
ReturnType returnValue = proxy.twoWay(twoWay);
// TODO Revisit JAXB validation
// JAXWS does not make the decision of whether a
// null parameter can be marshalled. This decision is
// delegated to JAXB. In this case, the schema indicates