• 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

IBM WebServices

 
Ranch Hand
Posts: 1609
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anybody worked on IBM Web-Services?

What are following files in a Web-Service

ibm-web-bnd.xmi
ibm-web-ext.xmi
ibm-webservices-bnd.xmi
ibm-webservices-ext.xmi

Are they automatically generated? How can one learn to configure these? I would want to create a webservice and a client using IBM (hopefully it would be through websphere or RAD).

I checked IBM website but its tooooooo vast. Any other help or pointers on the same.
 
Rancher
Posts: 3742
16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you try googling those file names ? The top results take you straight to the appropriate part of the IBM documentation
 
Akhilesh Trivedi
Ranch Hand
Posts: 1609
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Akhilesh Trivedi wrote:
I checked IBM website but its tooooooo vast. Any other help or pointers on the same.

 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Surely some of those materials are of an introductory or tutorial nature?
 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Akilesh

Those files are vendor (IBM Websphere) specific deployment descriptors for components (Servlets, EJB, Eebservices).

In your case, they contains information about context root, endpoints, JMS endpoint binding to listener.

Hope this gives idea.
reply
    Bookmark Topic Watch Topic
  • New Topic