Not sure whether it answers your question, but we were seeing some issues with this flag when using XML signature through a SOAP intermediary. So I added a way of turning of pretty on a SOAPBody from our router.
/Thomas
At 02:31 PM 3/13/2003 -0700, Doug Davis wrote:






Just wondering if anyone knows what's going on with
the "pretty" flag in the serialization code.  Axis does
stuff like:
  boolean oldPretty = context.getPretty();
  context.setPretty(true);
first thing in the SOAPEnvelope outputImpl code which
means "pretty" is turned on all the time.  Am I missing
something or do we totally ignore this flag?  And if so
why?
-Dug

Thomas Sandholm <[EMAIL PROTECTED]> The Globus Project(tm) <http://www.globus.org> Ph: 630-252-1682, Fax: 630-252-1997 Argonne National Laboratory



  • pretty Doug Davis
    • Thomas Sandholm

Reply via email to