7980818283848586
return soapResponse; } private AuthenticateResponse handleAuthRequest(SOAPElement soapElement) { Authenticate request = JAXB.unmarshal(new DOMSource(soapElement), Authenticate.class); return apiAdaptor.authenticate(request); }