<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">the HTTPSOAP11Encoder first attempts to locate an
    already-constructed Envelope in the MessageContext like so:<br></div><div bgcolor="#FFFFFF" text="#000000">
    <br>
    <tt>    protected Envelope getSOAPEnvelope() {</tt><tt><br>
    </tt><tt>        return
      getMessageContext().getSubcontext(SOAP11Context.class,
      true).getEnvelope();</tt><tt><br>
    </tt><tt>    }</tt><br>
    <br>
    <br>
    So if you just populate an Envelope instance there in that
    subcontext before calling the Encoder, that should work.</div></blockquote><div><br></div><div>Thank you! That's the hint I needed. I totally missed that detail in my code review.</div><div><br></div><div>Pax,</div><div>M</div><div><br></div></div></div>