Hi,
I am trying to make use of Endpoint annotation from Spring WS and have hit a blocker
I did refer to a few other threads on the same topic and tried the suggestions provided there, maybe it was just me - I was not able to get my code working.
The error I see in the SOAP response is:
<faultstring xml:lang="en">No adapter for endpoint [public java.lang.Object com.test.annotation.VendorProxyEndpoint.sendData(j ava.lang.String,java.lang.String,com.test.annotati on.schema.Parameter[],com.test.annotation.schema.Parameter[])]: Does your endpoint implement a supported interface like MessageHandler or PayloadEndpoint?</faultstring>
Thanks for the help
~Vikas
PS: Was not allowed to post URLs



Reply With Quote
