Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
4answers
12k views

User/Pass Authentication using RESTful WCF & Windows Forms

What is the best approach to implementing authorisation/authentication for a Windows Forms app talking to an IIS-hosted RESTful WCF Service? The reason I ask is I am very confused, after sifting ...
17
votes
6answers
9k views

Calling .NET Web Service (WSE 2/3, WS-Security) from Java

I need to call a web service written in .NET from Java. The web service implements the WS-Security stack (either WSE 2 or WSE 3, it's not clear from the information I have). The information that I ...
11
votes
2answers
715 views

How to encrypt SOAP messages manually?

I use JBoss 4.2.3.GA. In previous task I've used base encryption mechanism which JBoss supports (WS-Security). I.e. I used keystore, truststore files for encryption and signing messages. As usually ...
9
votes
1answer
738 views

WSContext.getUserPrincipal() returns null for password digest authentication

In my WebService I need to log the caller's id, but wsContext.getUserPrincipal() returns null even though the user was authenticated using WS-Security with password authentication. According to the ...
7
votes
2answers
861 views

WCF Service with WS-Security requires Signed Timestamp only

I need to provide a service to a third-party that will be sending soap messages with a signed Timestamp.. How can I configure my service to support this? UPDATE I've managed to get close to the ...
6
votes
1answer
943 views

WSIT/Metro doesn't understand Security SOAP header

I'm using WSIT/Metro to create a simple web-service. I'm getting the following error on the server when a client tries to connect with a simple username/passowrd authentication scheme: 2010.03.31. ...
6
votes
5answers
2k views

How do I build a secure webservice with .Net?

I need to build a simple webservice to get data in and out of a HR System over the Internet (it's a hosted solution). I am using IIS and ASP.Net with .Net 2.0. Having looked into it, there are ...
5
votes
1answer
872 views

Calling a secured Web Service in Java

I need to write a web service client to call a third party web service (SOAP based). The third party published a wsdl and the associated xsd files. The third party secure their website and ...
5
votes
3answers
3k views

Error in WCF client consuming Axis 2 web service with WS-Security UsernameToken PasswordDigest authentication scheme

I have a WCF client connecting to a Java based Axis2 web service (outside my control). It is about to have WS-Security applied to it, and I need to fix the .NET client. However, I am struggling to ...
5
votes
1answer
11k views

JAX-WS - Adding SOAP Headers

I am trying to create a standalone client to consume some web services. I must add my username and password to the SOAP Header. I tried adding the credentials as follows: OTSWebSvcsService service = ...
5
votes
3answers
7k views

Can not get key from KeyStore

I try to get Key from KeyStore. I created a keystore by Keytool: keytool -genkeypair -dname "cn=Mark Jones, ou=JavaSoft, o=Sun, c=US" -alias business2 -keypass abcdtest -keystore ...
4
votes
2answers
3k views

Correct way communicate WSSE Usernametoken for SOAP webservice

I am attempting to consume a web service through it's corresponding wsdl. This service is dependent upon authentication conforming to Web Services Security Basic Security Profile 1.0 including that ...
4
votes
1answer
141 views

How paypal can protect customers data from there Business partners?

If business partner of paypal using paypal's web service in its website.If the web service is asking for username and password of its customer,how paypal can protect customers data from there Business ...
4
votes
2answers
412 views

Java JAX-WS Service with WCF Client

Is it possible to create a WebService using JAX-WS, that whould then be consumed by a WCF client using such a binding? <bindings> <basicHttpBinding> <binding ...
4
votes
1answer
699 views

Any Spring Framework support for REST security?

I am about to implement security for my RESTful services based on the Spring framework. Actually, I have never secured RESTful WS before, but I've got myself a good introduction here. Basically, ...
4
votes
4answers
824 views

How to create a soap client without WSDL

i need to visit a secure web service, every request in the header need to carry a token. i know the endpoint to the web service, i also know how to create the token. but i cannot see the WSDL for ...
4
votes
1answer
7k views

How do you use TLS/SSL Http Authentication with a CXF client to a web service?

I'm trying to access a web service secured by a certificate. The security is setup on IIS and the web service is behind it. I don't think WS-SECURITY will do this type of authentication. Is there any ...
4
votes
3answers
647 views

Standard web services v Secure web services

I ask this question in anticipation as part of a project. I have experience of developing and consuming web services in the past and am au fait with those. However I have been told that as part of ...
3
votes
0answers
36 views

Web Service authentication in Java EE

When developing a Web service(Hospital Management System) using Java EE, is it necessary that for each Web Service call, it has to be checked that the user is logged in?? Which authentication method ...
3
votes
2answers
51 views

How interopable is WS-Security?

I've recently worked on a project where a WCF service was involved, and a wsHttpBinding was used for authentication. A third party consuming the service with PHP complained that this approach didn't ...
3
votes
1answer
299 views

User authenticate in SOAP - How to?

I made a question about JAX-WS, Authentication and Authorization - How to?; there was a discussion about security levels, and where to store user credentials. Now after some conclusions, I want to ...
3
votes
2answers
77 views

using axis2 ramaprt module with own security framework

I have webservice (server-side) implemented using axis2 in my project. We want to enable WS-security in the existing web services. We are evaluating if apache ramapart module fits our need. Here is ...
3
votes
3answers
156 views

What is the best way to secure SOAP web service on an internal private network

Today's there is more and more web services developed for internal use to connect applications together. We do not have an ESB to control and secure this web services so I guess on what is a good way ...
3
votes
3answers
501 views

How can i import a https webservice (wcf) with Delphi 2010?

I have a problem so i wanna help from you. There is a webservice and it's url : https://kps.saglik.gov.tr/Services/KPSTestServices.svc We can import this url on visual studio c# easily, but we ...
3
votes
1answer
673 views

Authenticating a WS-Security UsernameToken against a GlassFish realm gives “Authentication refused”

I have a SOAP webservice declared using @WebService in an EJB subproject of an EAR running in GlassFish 3.1.1 using its bundled Metro runtime. It's been annotated with the usual @DeclareRoles and ...
3
votes
2answers
1k views

Does WCF support WS-Security with SOAP 1.1?

I need to call some 3rd Web services that require WS-Security. I created a WCF endpoint with the following configuration: <system.serviceModel> <bindings> <wsHttpBinding> ...
3
votes
1answer
520 views

Which bits of SOAP / WS-Security / WS-Addressing / etc do I need to send this message

EDIT: I think the only bit left to understand is the signing of the message using the username token profile. Any pointers/clues/info on how to implement that would be great. I have played with the ...
3
votes
3answers
8k views

Example of SOAP request authenticated with WS-UsernameToken

I'm trying to authenticate a SOAP request using WS-UsernameToken spec, but the target device is always denying access. My non-working request looks like this. (The password I'm trying to hash is ...
3
votes
1answer
147 views

Is it common practice to specify security policy info in the WSDL?

Our team is implementing SOAP-based web services using Spring-WS and XWSS. So far we've been relying on Spring-WS to generate the WSDL from our XSDs. We're now considering whether to document the ...
3
votes
1answer
2k views

how to implement ws-security 1.1 in php5

I'm trying to call a webservice with Soap in PHP5, for this, I need to use WS-Security 1.1. (In java and .NET this is all generated automatically.) Are there any frameworks available to generate ...
3
votes
2answers
3k views

WCF configuration for SOAP plain text password authentication over SSL

I have an application that connects via https to a SOAP-based web service that implements WS-Security. The web service is written in Java, expects a plain text password as well as a properly set ...
3
votes
2answers
9k views

Adding SOAP:HEADER username and password with WSE 3.0

I have successfully created a WS client that works correctly when NOT using authentication. However, the server (WebSphere) now requires adding a ws-security username token, and I'm having a hard ...
3
votes
0answers
548 views

Minimal client which supports message-level security over the channel interface

I'm trying to build a minimal client for a WCF service, using the WSHttpBinding with SecurityMode: Message over a direct channel interface. My current code is very simple: EndpointIdentity i = ...
3
votes
4answers
10k views

Connecting to WS-Security protected Web Service with PHP

I am trying to connect to a Web Service which is password protected and the url is https. I can't figure out how to authenticate before the script makes a request. It seems like it makes a request as ...
3
votes
4answers
18k views

JAX-WS Consuming web service with WS-Security and WS-Addressing

I'm trying to develop a standalone Java web service client with JAX-WS (Metro) that uses WS-Security with Username Token Authentication (Password digest, nonces and timestamp) and timestamp ...
3
votes
2answers
578 views

TLS handshake event in Tomcat, is there something like that?

Hi I'm running an application (web service) in tomcat with TLS enabled (with certificates both for the client and the server). I want that my application will be able to send audit message (logging) ...
3
votes
1answer
837 views

Ruby and WS-Security

I'm having troubles finding good Ruby libraries that implement WS-Security. I've seen wss4r but have yet to use it (and the documentation is a bit light on it). What libraries do you use for this ...
3
votes
4answers
955 views

Where can I find some good WS-Security introductions and tutorials?

Can anyone point me to some decent introductions to WS-Security? I'm looking for tutorials or something that provide a fairly gentle introduction to the subject, though I don't mind if it assumes ...
2
votes
1answer
119 views

CXF Endpoint using Windows Credentials in Mule ESB

i have a working mule to C# service endpoint that i use. Service is hosted on WCF/C# - mule is openning a client to that service using a set of classes generated by apache cxf (Wsdl2java). However, ...
2
votes
1answer
222 views

WCF 4 - TransportWithMessageCredential using X.509 certificates for transport and message security

I'm trying to make a WCF4 service hosted on IIS which will use X.509 certificates for message security and SSL with required mutual authentication for transport security (project specification ...
2
votes
1answer
201 views

How do I use WS-* Standards with Delphi 2010

Web Service requirements are specified in documents. WS-Security 1.1 WS-Trust 1.3 WS-SecurityPolicy 1.2 Can I use Delphi 2010 and this web service or Can I create a dll with any other native ...
2
votes
2answers
287 views

WCF certificate chain trust authentication: “The caller was not authenticated by the service.”

I would like to use certificate-based encryption and verification when communicating with a WCF service. So I created test certificates, "TempCA" as my root CA and "SignedByCA" as a client certificate ...
2
votes
2answers
546 views

Creating Headers (wsse) Section of WCF Client Programatically in C#

how do make a the following section of Service Settings of app.config in c# programatically: <client> <endpoint address="https://someServiceUrl" binding="basicHttpBinding" ...
2
votes
1answer
276 views

WCF message security with certificate and both client and service signing

We are attempting to implement message security between a client and WCF service using x509 certificates. The client sends the soap security headers and the service verifies the headers as expected. ...
2
votes
1answer
168 views

How do I get WCF to send the password in digest mode when using UserNameOverTransport binding? (Converting WSE3.0 code to WCF)

I'm trying to convert this WSE3.0 code to WCF: // we use Microsoft WSE 3.0 to insert the username token in the soap header. // This strategy takes care of creating and inserting the Nonce and Created ...
2
votes
1answer
113 views

Does WCF's WS-Security implementation fully support the specification?

Reading this question WCF - Implementing client which requires encryption of one soap:body element, how? gave me a question of my own. According to WS-Security specification "The message creator MUST ...
2
votes
2answers
243 views

java WS client-server communication with certificates, what frameworks/apis should i use?

I have simple client-server communication thru WebServices. Now, I'm using javax.ws.* and Endpoint class (is it a default implementation?) to create server side and Netbeans to create client side. I ...
2
votes
3answers
121 views

Concepts involved in WS security?

Please can anyone explain briefly about concepts involved in WS security to protect soap from intermediate web services...
2
votes
1answer
582 views

looking for jar file that contains JuiCEProviderOpenSSL

Does anyone know about the container jar file for the class given below. Please send me the link.... org.apache.security.juice.provider.JuiCEProviderOpenSSL or any other work around for this issue ...
2
votes
2answers
413 views

Configuring GlassFish for WS-Security using UsernameToken

I am hosting a JAX-WS web service in GlassFish 3.0.1 (Metro stack). I would like to enable WS-Security on this web-service using UsernameTokens. How do I do this? I have not found very good ...

1 2 3 4 5