views:

104

answers:

2

I'd like you to list all the solutions available to generate web-service clients in Java platform.

I need to extract the structured information from the web-service to work with.

What do we have in the box? Preferably available as Eclipse plugins.

  • Axis2
  • JBossTools
  • Apache CXF

What else ?

The problem here is that most tools do not work with web-services I need to consume.

Apache CXF does not generate the client. JBoss only partially does the job.

I would like to try something and find what really works with particular web services.

A: 

java.sun.com/webservices/.../wsit/.../Examples_glassfish6.html

this is for creating web services

ratty
A: 

No one gave a clear answer yet. I got one advice: always try different versions of a framework, and try the latest. It may sometimes be the key answer.

EugeneP