• 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

Java Axis2 module interceptor

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I really need help !!

I implement a module under axis2, everything is fine until now. But I want to intercept the incoming data. This module must be able to intercept data introduced by the client, change them and execute the web service.
For example, the ws is an addition operation, the client introduces 4 and 8, the module changes these data to 2 and 5 and then comes the ws execution (THIS TREATMENT MUST BE INDEPENDENT FROM THE WS).
If someone have any suggestion or a simple code that can do that !

Thks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic