Hmm.... You're right. I believe the correct line would be:
writer.writeStartElement(defaultPrefix, "Role", ns);
Need to double check that though.
Dan
On Tue April 7 2009 2:27:55 pm rkiesler wrote:
> Not sure if this is the appropriate forum for this (the issues forum is
> read-only?)...
>
> Specifically, the following code:
>
> if (fault.getRole() != null)
> {
> writer.writeStartElement("faultactor");
> writer.writeCharacters(fault.getRole());
> writer.writeEndElement();
> }
>
> The <faultactor> element is a SOAP 1.1 artifact, which should be
> mapped to <Role> in SOAP 1.2.
>
> --
>
> Roy
--
Daniel Kulp
[email protected]
http://www.dankulp.com/blog