It was just some JBOSS jars conflicting with jaxrpc.jar i included in web-inf/lib.
Deleting this solved the issue.
Type: Posts; User: Pallavi; Keyword(s):
It was just some JBOSS jars conflicting with jaxrpc.jar i included in web-inf/lib.
Deleting this solved the issue.
HI
I finally could create a Spring client using Axis and JAXRPC.
Here is my appcontext.xml.
<bean id="ldapService" class="org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean">
...
Hi Grzegorz,
Thanks for the response. Yes i was successful in generating client using JAX-RPC. But our requirement is to reimplement this using Spring-ws. Now i am much clear with your answer.
Hi,
I am trying to consume a RPC/encoded style webservice using SPring ws client ie. webservicetemplate. I dont have any information of this webservice other than wsdl. But i am not able to figure...