9 messages in com.googlegroups.adwords-apiRe: AdWords API Re: Unable to view XM...
FromSent OnAttachments
S M Humayun05 Oct 2005 01:45 
tomasvdb05 Oct 2005 03:48 
S M Humayun05 Oct 2005 04:52 
tomasvdb05 Oct 2005 06:52 
Patrick Chanezon05 Oct 2005 16:18 
S M Humayun05 Oct 2005 21:48 
ziff17 Oct 2005 03:03 
ziff17 Oct 2005 03:28 
hmcclungiii21 Oct 2005 21:28 
Subject:Re: AdWords API Re: Unable to view XML code generated by request & response ?
From:ziff (peti@gmail.com)
Date:10/17/2005 03:03:06 AM
List:com.googlegroups.adwords-api

ON linux:( it will work on windows to I think..)

To have the logs easily :

make a file client-deploy.wsdd with :

<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

<handler name="log" type="java:org.apache.axis.handlers.LogHandler"/>

<globalConfiguration> <requestFlow> <handler type="log"/> </requestFlow> <responseFlow> <handler type="log"/> </responseFlow> </globalConfiguration>

<transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender"/>

</deployment>

(or more if you want)

and then excecute the command : (it will deploy the config on the tomcat/axis) java org.apache.axis.client.AdminClient client-config.wsdd

a axis.log file will be create in the same directory.

ced.