• 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
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Unable to generate WSDL file from Ant script.

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Im new to Web Services.
I was trying to run first example given in Ivan Krizsan(sec 4.7) study guide .
I have installed Eclipse3.1 and using Glassfish v3 prelude and jdk1.6

While running the Ant script I am unable to generate output folders "wsgen-output" and also create WSDL file in (WEB-INF/wsdl) folder.

Please let me know if I have to make any changes in the Ant script file or any other settings to be done.

Thanks,
Ankita.
 
Ankita Agarwal
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have solved it . I didn't create wsgen-output folder .
I thought wsgen tool will create it.

All the classes are getting generated now.


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