• 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

Client side on Axi2 1.4 not generating any headers (not even timestamp)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi,

I am using Eclipse galileo, Axis2 1.4, Rampart 1.4

Created a service, edited services.xml for rampart module, added pwcallback, service.jks and service.properties(for storing the password)

On the Client side, I added a client test, edited axis2.xml for rampart, added pwcallback, client.jks and client.properties.

When running the client, and monitoring using tcpmon, message send by client goes as a plain soap message. No headers even for timestamp. The server side is able to send the timestamp back but client side cannot even read the header sent back.

What could be wrong ?

Thank you
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic