0
votes
1answer
28 views
What are those “garbage” 16 bytes at the beginning of an unencrypted EncryptedData tag from an encrypted ws-security SOAP message? (WCF)
I'm inspecting a WCF request message in order to implement part of the WS-Security standard to have iPhone <-> WCF intercommunication (I'm using certificate security over basicH …
2
votes
2answers
247 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 audi …
0
votes
1answer
25 views
How to read the user or identifier supplied in ws-security
I am using latest Apache CXF to create a webservice. I have configured ws-security using org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor. In my passwordCallbackClass I can acce …
1
vote
1answer
320 views
How to use WS-Security with EJB3 ?
Hi,
For one of our projects, I should be able to call a webservice that uses WS-Security, i.e. the SOAP request should be signed with an X.509 certificate. I've been doing some te …
0
votes
3answers
131 views
How do I consume a web service protected with WS-Security in mono using c#?
I've got the code working that consumes an unprotected web service, but I'd like to know how to consume one using WS-Security.
A pointer to some documentation would be helpful. I …
0
votes
2answers
135 views
how to protect the ws discovery ad hoc network from man-in-the-middle attacks
the ws-discovery specifications explains how to protect your network from
message alteration
Denial of service
replay
spoofing
but what about man-in-the-middle attack?
1
vote
1answer
35 views
Security token in message transfered by SSL
Hi,
I need in WCF ensure soap header like this:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header>
<wsse:Security xml …
0
votes
1answer
248 views
Using WCF to send a signed Request and receive an unsigned Response
I'm working with a .NET dev team who are trying to interface with a web service that uses WS-Security, and although the service requires signed requests it only returns unsigned re …
0
votes
5answers
76 views
What are the specific security risks of this web services architecture?
I need ammunition to try to promote WS-Security for a set of externally-available web services that interact directly with our production customer service application. My vision is …
0
votes
0answers
52 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. …
1
vote
3answers
723 views
How do I create a cold fusion web service client that uses ws-security?
I've exposed several web services in our product using java and WS-Security. One of our customers wants to consume the web service using Coldfusion. Does coldfusion support ws-secu …
1
vote
2answers
76 views
Identify WCF clients that do not dispose properly
Hi,
we have a WCF service hosted inside IIS. Now there are loads of different client applications calling this service. WS-SecureConversion is used.
Now, the service diagnostic l …
0
votes
2answers
117 views
How to use WS-Security in C#?
How to create a web service in C# that uses WS-Security for encryption and signatures for both sides (requests and responses)?
Client and server will use certificates.
0
votes
0answers
27 views
Use gSOAP for VS 2003/C++ access to SOAP Web Service with WS-Security?
We have an upcoming project to allow an old platform that's only extensible with C++ / VS 2003 to call a SOAP-based web service that uses WS-Security.
My Google research indicates …
0
votes
0answers
247 views
WCF calling WSE 2.0 WS-Security service with inline security tokens in the response - “Cannot find a token authenticator”
I have a web service in .NET 1.1 and WSE 2.0 that uses WS-Security with x509 certificates for both signature and encryption. I'm trying to configure a WCF client to connect with t …
