Hello all,
I have a web service exposed and I am able to access the wsdl.
I have tried to follow the guidelines as they're listed here: http://static.springframework.org/sp.../remoting.html
However, I have a question regarding the value for the serviceInteface property of the JaxRpcPortProxyFactoryBean.
Is this value supposed to reflect the client's local interface, or is it meant to reference the interface on the server?
I am unable to test my web service client due to the following exception:
Can anyone help me with this?Code:org.springframework.beans.TypeMismatchException: Failed to convert property value of type [java.lang.String] to required type [java.lang.Class] for property 'serviceInterface'; nested exception is java.lang.IllegalArgumentException: Cannot find class [...] Root cause: java.lang.ClassNotFoundException:
I appreciate any feedback regarding this issue.
![]()


Reply With Quote