Thursday, March 02, 2006

Weblogic Web Services With Spring Framework

Blog by Matt Luce explains the problem faced to implement this with reference to Dev2Dev article.

Recently, 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:

Unfortunately, it didn’t work for me. I spent almost an entire day trying to get it to work.

No comments: