• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

When the server generates WSDL during deployment of web service?

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! I have a (perhaps) big problem : I created a custom annotation that, applied to the code of a web method, generates, during the deployment of the web server, a java class. This java class is a client for the web service and creates a stub (or proxy, or skeleton) of the web service. The problem is that the generated java class needs java artifacts, generated from the WSDL file of the web service, but the WSDL file, during deployment, is not yet available!! In other words :

1) the deployment of the annotated web service starts and the java class is generated
2) the java class contains a stub of the web service but the wsdl file of the web service, at the time of generation of the java class, is not available.

How can I do?

Thanks!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic