users@glassfish.java.net

RE: Glassfish eating newlines in SOAP message - how to stop?

From: Martin Gainty <mgainty_at_hotmail.com>
Date: Mon, 25 May 2009 08:47:32 -0400

http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/util/WSSecurityUtil.html
use prependChildElement with addWhitespace parameter set to true e.g.
public static org.w3c.dom.Element prependChildElement(org.w3c.dom.Document doc,
                                                      org.w3c.dom.Element parent,
                                                      org.w3c.dom.Element child,
                                                      boolean addWhitespace)
Deprecated. use prependChildElement(Element, Element)
 instead


prepend a child element



Parameters:doc - the DOM document (SOAP request)parent - element of this child elementchild - the element to appendaddWhitespace - if true prepend a newline before child
Returns:the child element
an example from org.apache.ws.security.message.WSAddTimeStamp
    public Document build(Document doc, int ttl) {
        log.debug("Begin add timestamp...");
        Element securityHeader = insertSecurityHeader(doc);
        ts = new Timestamp(wssConfig.isPrecisionInMilliSeconds(), doc, ttl);
        if (id != null) {
            ts.setID(id);
        }
        WSSecurityUtil.prependChildElement(doc, securityHeader,
                ts.getElement(), true);
//prepend a newline before child element
        return doc;
    }

HTH
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.




> Date: Mon, 25 May 2009 02:48:18 -0700
> From: glassfish_at_javadesktop.org
> To: users_at_glassfish.dev.java.net
> Subject: Re: Glassfish eating newlines in SOAP message - how to stop?
>
> Hi,
>
> I understand that you are using WSS4J inside a handler on the server side. So if you are using a SOAP Handler then it can potentially be a SAAJ Bug (assuming you have not configured any kind of security for the service on GlassFish).
>
> So can you tell me how i can reproduce the problem. What version of GlassFish are you using ?.
>
> Thanks.
> [Message sent by forum member 'kumarjayanti' (kumarjayanti)]
>
> http://forums.java.net/jive/thread.jspa?messageID=347519
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>

_________________________________________________________________
Hotmail® goes with you.
http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009