Hi,

I have to call a web service with an operation that maps to:
public java.lang.String ping();

When I try to call it using a productTemplate I keep getting:
Get the wrong parameter size to invoke the out service, Expect size 0, 
Parameter size 1. Please check if the message body matches the CXFEndpoint POJO 
Dataformat request.

I've tried calling with a null body and without specifying a body at all, but 
it still generates the same error.
Is there any way I can call this operation?

Thanks

Jim

Reply via email to