• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Axis2 Client Side Handler for mustUnderstand header set to 1 in response

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a axis 2 client stand alone for which I have to add a handler for handling response with fault mustUnderstand . I am setting the header and sending it in the cleint. Please can anyone tell me the exact configurations and content of the handler class and client to invoke the handler(like binding provider with jax ws) for this type of problem since the generated client is cmd based dont have module.xml etc and also tell me what are the modifications to be done when deploying this cleint as a servlet.


Thanks
Dipti
 
Ranch Hand
Posts: 263
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have written a blog some time ago on how to configure axis2 handler. You can refer link below.

http://shivendra-tripathi.blogspot.com/search/label/AXIS2%20Handler
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic