Hi,

I am writing an application that makes use of GAE's builtin JAS-WS
classes as a SOAP client. I'd like to enable logging. I've read that
this cannot be enabled via log4j but instead by adding a system
property. Can anyone verify?

I've attempted adding the following to my appengine-web.xml but I am
not receiving any additional log output when making SOAP calls.


    <system-properties>
        <property
name="com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump"
value="true"/>
    </system-properties>

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to