One correction:
In the cxf sources, it is not
Object[] obj = this.client.invoke(boi, new Object[]{new
DOMSource(writer.getDocument().getDocumentElement())});
Instead it's:
Object obj[] = client.invoke(boi, new DOMSource(writer.getDocument().
getDocumentElement()));
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/4d70034b-b003-440d-924c-a0dda9653000%40apereo.org.