Weblogic Web Services With Spring Framework
Monday, February 27th, 2006Recently, I was trying to connect to a web service with the Spring Framework JaxRpcPortProxyFactoryBean. The web service and client code were generated with the weblogic servicegen and clientgen ant tasks respectively.
I found this example on the dev2dev site:
http://dev2dev.bea.com/pub/a/2005/09/spring_integration_weblogic_server.html?page=3
Unfortunately, it didn’t work for me. I spent almost an entire day trying to get [...]