If you use wsdl,
makesure you define the input correctly.
if your method does not contain any input parameter,
you got to makesure that you:
- do not create the message tag for the input..
- do not put input within porttype / operation
- do not put input within binding / operation
if not, you will get the error:
[Client] looks like we got no XML
d***, took me several hours figuring that out...