• 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

Axis2 and mustUnderstand

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


I have a secured web service in oc4j app server, an oracle generated web service.

I have a client using rampart and axis2 to connect and rend a request.

The request is authenticated successfully and processed, the response I successful but I get this axis fault...


In tcpmon I see this outbound header...


and this return header...


Any ideas?

[ September 29, 2008: Message edited by: Taariq San ]

Editing this post because it has nothing to do with Oracle, as far as I can tell its Axis validating the security bit in the header on its way back in, because it says mustUnderstand="1".

Why does it say that in the response, maybe it has to do with Oracle afterall.
If I set a breakpoint and force mustUnderstand to be "0" then it works, if I understood why it did that I'd consider changing the code for our use.

[ September 29, 2008: Message edited by: Taariq San ]

Final edit, Axis 1.3 and Rampart 1.3 worked.
[ September 30, 2008: Message edited by: Taariq San ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic