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.

939 questions
0
votes
1 answer

How to specify message body encryption method for Rampart?

I am working with Axis2 1.6.1 + Rampart 1.6.1 on the server side of a web service. I've been asked to employ RSA 1.5 for message body encryption. From what I can tell (by inspecting captured SOAP messages), the default algorithm to encrypt the…
Robert Dodier
  • 16,905
  • 2
  • 31
  • 48
0
votes
1 answer

Java EE Security

I'm an iOS developer and I need to develop a web service, because the iOS App needs to retrieve some information from a database stored in a server. I want to develop this web service using Java EE, but I would like to have some information about…
MaTTP
  • 953
  • 2
  • 12
  • 27
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
  • 23,085
  • 22
  • 103
  • 143
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
  • 455
  • 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,479
  • 18
  • 52
  • 93
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
  • 694
  • 4
  • 14
  • 29
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
  • 3,070
  • 5
  • 24
  • 23
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
  • 192
  • 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
  • 722
  • 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,833
  • 3
  • 17
  • 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,955
  • 5
  • 33
  • 74
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…
Matthew Leidholm
  • 4,199
  • 3
  • 24
  • 26
1 2 3
62
63