dma_k, After I add impl="fmtc.security.ws.FSECWebService" suggested by you, I no longer get java.lang.IllegalArgumentException: class $Proxy45 has neither @WebSerivce nor @WebServiceProvider...
Type: Posts; User: Aiming; Keyword(s):
dma_k, After I add impl="fmtc.security.ws.FSECWebService" suggested by you, I no longer get java.lang.IllegalArgumentException: class $Proxy45 has neither @WebSerivce nor @WebServiceProvider...
I have the same problem and got class $Proxy45 has neither @WebSerivce nor @WebServiceProvider annotation
I break up the annotations followed the example by eldaaran. My config file is as following:...
I try to convert existing webservice using JAX-WS and Spring. The configuration is as below. It use adapter pattern that psecService will actually implement service methods.
<?xml version="1.0"?>...