• 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:

WSDL file with Axis2

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Working on web services (Eclipse) with Axis1 you can see the created wsdl files inside the web-content folder. I'm wondering where does Axis2 creates the wsdl files? Are them created in run time when you call the "Service?wsdl" url or what??
 
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Hernan,

I'm wondering where does Axis2 creates the wsdl files?


Depends on "outputLocation" and "outputFileName" of Axis2 Java2WSDL task.

Are they created in run time when you call the "Service?wsdl" url or what??


They should already be created and could be accessed with path prefix you mentioned.
 
Hernan Thiers
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Naren Chivukula wrote:
Depends on "outputLocation" and "outputFileName" of Axis2 Java2WSDL task.



Thanks Naren!
But where do I find those options? I'm working with Eclipse Helios - Tomcat 7 and seems that preferences and Axis2 Web Admin doesn't have anything related.
 
Naren Chivukula
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Hernan,
Not sure of how Helios works! I'm afraid, if you don't find solution in Helios, you may use ant build script to do the job. Here is a link, which hopefully can help you in scripting.
 
reply
    Bookmark Topic Watch Topic
  • New Topic