I have to invoke a web service method. The method have this signature :

void downloadSomething(String documentId)

This method doesn't return anything because it contains a soap attachment. How is it possible to download that attachment? Does anyone please send me an example?
I read that i need an handler but i don't know how to configure with my client java.

Thanks

Simone