I think you can LoggingFeature in the client to get that

Bus bus = BusFactory.getDefaultBus();
List<AbstractFeature> features = new ArrayList<AbstractFeature>();
features.add(new LoggingFeature());
for(AbstractFeature feature : features) {
    feature.initialize(bus);  
}

-Vinay


-----Original Message-----
From: Ángel L García Sánchez [mailto:elpi...@gmail.com] 
Sent: Monday, November 14, 2011 2:22 PM
To: users@cxf.apache.org
Subject: XML of client request

Hi.

How can i see the XML of a client request?

I use eclipse and CXF to build a WS client, configure the client via the 
API,  and i need get the XML of the client request, but i don't know how.

Can someone help me?

Thanks and best regards.

Reply via email to