• 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:

Adding <wsse:Security> in SOAP Header (JSDK 1403)

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

Iam using JSDK1403 to generate Stub classes in order to call a Web Service.
However this is a secured web-service and hence it gives me an error as:

javax.xml.rpc.soap.SOAPFaultException: Missing <wsse:Security> in SOAP Header

I have seen some posts to add SOAP Headers using AXIS, however since I'm using JSDK1403, can
anyone please suggest me pointers to add wsse:Security headers in webservice call through JSDK?

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

Please share your wsdl if its not a security constraint for you ,does your web service uses OASIS authentication with user name tokens


 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic