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

Eclipse, Maven and Axis2

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have developed a javaclass in a maven project, but when i tried to create a web service of that using Axis2, its not accepting the project type. It has only Dynamic webproject type support and not the maven project type. So how to do that?

One more thing, i tried reverse case also. I created a normal dynamic web project and a class in that. After that i created web service from that and then when i add maven dependency to that, the whole src package got shifted.. So i was not able to run the class and it shows unable to find main in that.. So if anybody created a maven project and used axis2 to generate client from that, please help..

Thanks..
 
reply
    Bookmark Topic Watch Topic
  • New Topic