Signing multiple objects?
Cantor, Scott
cantor.2 at osu.edu
Wed Nov 2 00:03:46 GMT 2011
On 11/1/11 7:31 PM, "Brad Cox" <bradjcox at gmail.com> wrote:
>
>I lose the bubble right there. I'm trying to add SAML headers to a DOM
>document whose body already exists and whose header is initially empty.
>But everything I try discards the existing DOM.
You cannot manipulate the DOM. If you have a DOM, you must obtain an
unmarshaller, unmarshall the SOAP envelope using the DOM, and then you can
use XMLObject methods.
You can't use a builder. Builders create new empty objects.
>This one is at least != null but header has no methods for adding
>children, such as the security element shown below.
Yes, there are.
>Tried getOrderedChildren(), but that's not modifiable.
That isn't the only method, I'm guessing.
-- Scott
More information about the dev
mailing list