How can one get a handle to the SerializationContextImpl object? I would like to turn off pretty printing in my SOAP XML output (which adds newline characters that are screwing with the target server). There is a setPretty(boolean) method in that object that will do the trick if I can get access to the object.
thx andy kriger