Questions tagged [ws-security]

WS-Security is an extension to SOAP for applying security to web-services through XML Signature and XML Encryption.

WS-Security is an extension to SOAP for applying security to web-services through XML Signature and XML Encryption.

922 questions
0
votes
1 answer

None of the policy alternatives can be satisfied

I have a problem with setting up basic authentication to my OSGi bundle. Bundle is deployed in Apache Karaf. Here I have policy statement in my WSDL:
Paulius Matulionis
  • 21,481
  • 21
  • 97
  • 139
0
votes
1 answer

Onvif - Invalid SOAP message or SOAP version mismatch

I have really been confused with Onvif Authentication. I have failed to execute onvif commands both on AXIS ans SONY cameras. Here is the code generating a request: procedure RebootDevice(dev: Device; Username, Password: string); var sdt:…
Vahid Nasehi
  • 445
  • 5
  • 9
0
votes
1 answer

Datasource connection failure in WebSphere Application Server 7: Error Code = 17,433

I am trying to configure data-source in WAS 7 and facing below mentioned error. Error: Messages The test connection operation failed for data source APDataSource on server adminagent at node appsrv01 with the following exception:…
Mad-D
  • 4,046
  • 15
  • 46
  • 85
0
votes
1 answer

Invoking secured web services using wso2 esb

I am trying to access secured web services through WSO2 ESB. I receive a request from a web service, use sequence, apply XSLT mediator, construct the request as needed to hit the endpoint. I can do this successfully by creating a request for…
Abdul
  • 684
  • 4
  • 14
  • 27
0
votes
1 answer

Sockets vs Metro WS-Security complexity

I implement Java server application which should work with number of clients and provide requested information from database. This information is client specific. From my point of view I had a choice between socket connection and web services. Web…
Soteric
  • 2,813
  • 5
  • 20
  • 21
0
votes
1 answer

How to log server successful and unsuccessful attempts of a web service authentication by usernameToken using WSS4j

How can I log on server successful and unsuccessful attempts of a web service authentication by usernameToken using WSS4j? As I understand checking login/password accordance takes place inside WSS4j and if authentication was successful web service's…
Dmitry Ivanov
  • 31
  • 1
  • 3
0
votes
0 answers

JAX-WS standalone client with ws-security timestamp token

I created an application with a standalone webservice client implemented with JAX-WS (using wsimport). Now the customer asked me to add ws-security feature signing a timestamp tag in the soap header. I'm actually in crisis because I have not idea…
ryuujin
  • 184
  • 3
  • 16
0
votes
1 answer

Why are there no WS-Security/WS-Policy declarations in the Amazon EC2 WSDL?

The AWS EC2 SOAP API documentation discusses securing the SOAP message using the WS-Security standard (specifically the X509 token profile). However, the WSDL linked from the page doesn't have any WS-Security/WS-Policy declarations. What am I…
sho222
  • 712
  • 1
  • 6
  • 14
0
votes
2 answers

Securing mobile app - location transfer

I have an HTTPS WebService that need to be accessed from a Mobile (iPhone or Android) application. both are developed by me. The mobile phone needs to send its location to our server every few minutes - I need to secure this data. In all my mobile…
Bobo2012
  • 139
  • 1
  • 2
  • 7
0
votes
1 answer

How to implement security in a SOAP webservice?

I am having a SOAP web service. I am using Apache Axis2 to generate the Javabean skeleton from WSDL file and i implemented the functionality.Now i am looking to secure the web service using user name token. What is the option available to do that.
ajithparamban
  • 2,403
  • 2
  • 15
  • 14
0
votes
0 answers

Securing Web Logic WebServices with WS-policy

I have developed webservice for my clients who access it over VPN(Mostly Telecom provides access over it for sake of security) Keeping in view above scenario do i required to implement WSSecurity for my webservice? if yes then what type of policy…
ImranRazaKhan
  • 1,321
  • 3
  • 21
  • 53
0
votes
1 answer

Secure web service calls using WSS4J return "An error was discovered processing the header"

I’m trying to add password digest WS-Security bits to web service calls from my client using WSS4J. I generated the client classes from the WSDL using Axis' WSDL4J and followed the instructions for adding WS-Security's "Password Digest" headers to…
Matt Leidholm
  • 3,731
  • 3
  • 21
  • 25
0
votes
1 answer

How to secure custom Web service with VB.NET?

I have built a simple web service in VB using Visual studio 2010. Now I want to secure this web service by user name and password. If the username and password match, the user can use/view the contents. My web service is as follows; Imports…
AbdulAziz
  • 4,948
  • 12
  • 51
  • 75
-1
votes
1 answer

Soap envelope with ws-security contains two DigestValue in a response

I have a Spring boot project using SOAP 1.2 and WS-Security, and I can't figure out why the response contains two DigestValue, as far as i understand it should be one only... This is the current ws-security configuration: import…
rekotc
  • 449
  • 1
  • 8
  • 19
1 2 3
61
62