• 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

AXIS 1.2 RC2 and AXIS 1.1 RC2 and WebSphere 4.0

 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am planning to deploy AXIS 1.2 RC2 on WebSphere 4.0.

We have developed a generic framework that can generate wsdl's with schemas if you feed the (non)ejb classes that need to be exposed as web services.

However the same has been achieved usign AXIS 1.2 RC2 since lot of bugs related to schema operations have been fixed between AXIS 1.1 RC2 and AXIS 1.2 RC2

But since I want to eventually deploy web services and AXIS on WebSphere 4.0 and AXIS 1.2 RC2 cannot be deployed in WebSphere 4.0 since AXIS 1.2 RC2 web.xml uses listerners (<listener> tags in web.xml) that are not avaible for Servlet 2.2 Specification supported by J2EE 1.2 which is only version supported by WebSphere 4.0.

I tried to deploy AXIS 1.2 RC2 on WebSphere 4.0 but it is not working.

Can anyone share their ideas on this topic and how can I successfully deploy my framework WSDL's and web services using AXIS 1.2 RC2 and WebSphere 4.0


Thanks & Regards,
Kumar.
 
Rr Kumaran
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I solved my problem. Please let me know if anyone needs answer.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic