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

Signature error while processing message

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having an issue whlie processing the response of a webservice call.

My service is an axis2 WebService where I use rampart as security module. In both sides (client and server) I am using the same certificate, from different copies of the same keystore, to sign the message. The first call is propertly signed and the server certifies the signature and do the business logic. But the problem comes in the response of that call, that when I am processing it I don´t manage to sign the message again.

The error that I get in the log is this one.



and what I recieve is an HTML in stead of the soap message that I should recieve. And the error that I can see in the server side.




The config file looks like this.


and the axis2 is this one


thanks.
 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you please let me know how you resolved the issue and reply the email [email protected]
reply
    Bookmark Topic Watch Topic
  • New Topic