• 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

Associating Webservice to Existing EAR

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

I have running application deployed to Websphere Application server 5.1.2.

I have a requirement to develop Web service and associate/deploy along with above exisitng EAR in Websphere 5.1.2.

Please let me know the steps to do that.

Thanks
Suresh Appagundi
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which development tool are you using?

WSAD had a tool that just wrapped a Session EJB as a web service that I believe was designed for deployment to that version of the application server.

-Cameron McKenzie
 
Suri Babs
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My Webservice is created using Simple java Bean.

And i am looking for deployment of webservice to an existing EAR

1. Using ANT or AdminService of Axis

OR

2. using AdminService in ANT.

OR

3. Any other ways using ANT

OR

4. Using IBM Websphere 5.1.2 Application server admin console.


Thanks
Suresh Appagundi
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic