views:

41

answers:

0

Hi, I had a WAS application with web services, but suddenly it stopped responding to soapUI's WSDL refresh so I restarted a project from scratch and copied the java files.

The strange part is that the original URL was

http://localhost:9082/CompMgr_v1/services/CompMgr_v1/wsdl/CompMgr_v1.wsdl

But in the new workspace it was generated as:

http://localhost:9082/CompMgr_v1/Compmgr_v1Service/WEB-INF/wsdl/Compmgr_v1Service.wsdl

The difference is that in the original project the WS were generated as JAX-RPC, and afterwards I started generating them as JAX-WS whereas in the new project I generate them for the JAX-WS runtime.

For compatibility issues, is it possible to force the wsdl to be the way it was originally ? How ?

I'm using Rational Application Developer 7.5

Thanks