• 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

wsdd urgent help Web Services

 
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to webservices. Please explain me following code
In wsdd , there aew handlers


Q1) PLease explain the following code



Q2)Following is the codwe of web.xml.
Here Log4j is used.My project docs says diffrent listers are configured using Log4j concept.
But i think Listener configured using <lister> tag.

Please explain relationship betwwen therse two files?


 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The first file is from a web service deployment configuration file, while the second is a web app deployment file. Are you familiar with how both web apps and web services get deployed?

Most of the contents of these files are highly project-specific, so it's hard to tell from this what's going on. Are you facing a problem in using these?
 
Satyajeet Kadam
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you tell me good book that will help me to understand the webservices using Axis?
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm aware of this book, although I know nothing about it, not even if it covers Axis 1.x or 2.x

The WebServicesFaq points to a number of articles dealing with Axis, and to the Axis Wiki.
 
reply
    Bookmark Topic Watch Topic
  • New Topic