Link to home
Start Free TrialLog in
Avatar of hanoirules
hanoirules

asked on

Configuring security header using axis 1.4

Hi, I need help to solve this (quiete urgent) problem.
I have generated web service client classes from wsdl using axis 1.4.
When I run the client, I always get this error:
WSDoAllReceiver: Request does not contain required Security header
I understood that I'm missing "some" implementation.. But what I have to do? Any clues?
In server.wsdd file:
      <handler name="WSSecurity" type="java:org.apache.ws.axis.security.WSDoAllReceiver">
         <parameter name="action" value="UsernameToken Timestamp"/>
      </handler>
Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of ysnky
ysnky
Flag of Türkiye image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hanoirules
hanoirules

ASKER

Thanks!!!! It's working!
Thanks a lot!
Thanks!!