• 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 - EJB Provider

 
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 have deployed an ejb on JBoss and I am using axis-1_2RC1. Below is working configuration for this ejb web service in
server-config.wsdd



Ideally I want make this above configuration work when this ejb web service deployed on any application server like WebSphere 5.0 etc. and
so I dont't want to use application server provider and if I try below code :




I am getting below exception :





Can anyone please help me in making this ejb web service deployment configuration using axis generic and not tied to
any application server ?




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
Never mind guys. I got the solution after brainstorming.
 
reply
    Bookmark Topic Watch Topic
  • New Topic