• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

webservice deployment issue with tomcat 5.5 , axis2 1.4 , jdk 1.4

 
Greenhorn
Posts: 13
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I want to deploy a webservice with following conf:

1)axis2 1.4
2)tomcat 5.5
3)jdk 1.4

i am using maven for building and geneartes java server side classes using a wsdl provided.

I generate a war file...

But i am getting error like :

<error><description>Unable to generate WSDL 1.1 for this service</description><reason>If you wish Axis2 to automatically generate the WSDL 1.1, then please +set useOriginalwsdl as false in your services.xml</reason></error>



.
but ,I want my original wsdl and not genearted by axis

..also even if i make the useOriginalwsdl as false...i dont see wsdl ...

(When i use axis2 1.5.5 i can see the same error .but after setting useOriginalwsdl as false here i can see the axis genearted wsdl..but this is not what i want ...)


Please somebody guide..if i am using right combination of axis, tomcat, jdk ....and if yes what the issue might be because of which m not able to see wsdl....





Thanks a lot in advance
Yogesh Chavan
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic