Questions tagged [wsse]

WS-Security, or web service security is a soap extension which provides eg signing of soap messages.

147 questions
0
votes
1 answer

Getting error while creating a secured proxy

I am trying to configure WSS4JInInterceptor in my cxf endpoint through camel-config.xml Below is my camel-config.xml
Roy
  • 1,231
  • 1
  • 24
  • 61
0
votes
2 answers

How to consume a WS-Security Webservice?

I am trying to consume a WS-Security protected webservice but I am facing some problems. It is a CMDBuild webservice. I have read the CMDBuild Webservices Manual, but I had no success consuming it yet. I used two ways to try to consume the…
humungs
  • 1,144
  • 4
  • 25
  • 44
0
votes
1 answer

IBM Websphere application server 7 JAX-WS client WSSE UsernameToken

I'm consuming web service using JAX-WS on IBM Websphere application server 7. Setting WS message level security while passing the SOAP Message. UsernameToken xmlns:wsu is not passed correctly to provider end. Is there any configuration need on…
Ashok Kumar
  • 11
  • 1
  • 3
0
votes
1 answer

Python httplib2 WSSE example

Does anyone have a working example of using httplib2 for WSSE authentication? I've looked around for one but can't find anything.
steveYeah
  • 351
  • 5
  • 15
0
votes
1 answer

WSSE header , Sencha Touch 2

I have a backend api which uses WSSE authentication. I can test my api with chrome extension ( Advanced Rest Client ) and this tool for generating wsse header , but my real client is a sencha touch app. My Question : Is there a built in library…
zizoujab
  • 7,603
  • 8
  • 41
  • 72
0
votes
1 answer

How to authenticate in UIWebView using RestKit and WSSE?

I'm wondering if it is possible to access html page via UIWebView using X-WSSE authentication and RestKit? What I was thinking about is just getting HTTP response as NSData and then show it in web view, but I'm looking for a more appropriate…
Szymon Fortuna
  • 400
  • 1
  • 11
0
votes
1 answer

Develop web service - UsernameToken header with password digest authentication

We are trying to host a service over ABC Server with client certificate and message authentication. Client will provide WSSE UsernameToken Security header that need to be understood by the service and appropriate authentication has to take place. …
Software Enginner
  • 675
  • 2
  • 14
  • 43
0
votes
1 answer

How to do WSSE Authentication implementation in android java according to php part within webserver?

I use symfony2 for web server and use wsse authentication with x-wsse header. The question actually is about which exact functions I should use in Java to give the same result as in PHP. PHP part for header generation: $nonce = substr( md5( uniqid(…
Yan Gao
  • 181
  • 1
  • 3
  • 11
0
votes
1 answer

Namespace for wsse:security

My problem is i am trying to call a web service which has Wss4jSecurityInterceptor for username password authentication. the request which is generated is like this :
user2231986
  • 1
  • 1
  • 1
0
votes
1 answer

passing wsse security header with dynamicserviceproxy

I am trying to consume this service that requires wsse header as
0
votes
0 answers

soap solution for php

i have problem with calling a Web service in php, the Web service written in c # language. i have sample code in c# that work correctly, this code use System.ServiceModel.ClientBase. ServiceReference2.ExternalClient t = new…
Masood S
  • 13
  • 6
0
votes
0 answers

WSSE Security Soap Header web service request returning response properly in SOAP UI but throwing exception in Java program

I got a servlet running in websphere. I am on the client's end.. I got to call a Apache CXF web service which expects a encrypted user id and password in soap header...it requires usage of WSSE Security Header..Now this request is working when fired…
juniorbansal
  • 1,249
  • 8
  • 31
  • 51
1 2 3
9
10