Community
Participate
Working Groups
Auto-creation of web service client code does not work when you generated the web service from a class in the web services project, and you then generate client code from the same wsdl. It assumes that the implementation class is an interface and uses is as an interface, and give you no messages stating that there is a conflict (I assume that this is because the part that generates the interface fails because of a class conflict). Steps to reproduce: 1) Create a class with some method 2) Right click on that class > Web Services > Create Web Service 3) Complete the wizard 4) Right click on the generated WSDL -> Web Services -> Generate Client Two compilation will display in the Problems view: Unhandled exception type RemoteException, and The Type X cannot be a superinterface of XProxy; a superinterface must be an interface
Duplicate of bug 118623. JAX-RPC Web service clients don't coexist at all well in the same project hosting the service. We have an algorithm in mind to detect such collisions before they happen and guide generation of your client into another project. We're hoping to tackle this in WTP 1.5. *** This bug has been marked as a duplicate of 118623 ***
Closed.