Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
R9N1 #1
How to work with certificates and web services
Hi,
Im evaluating Coldfusion MX 7 to start a new "big" project. I've been reading
about using web services and Coldfusion but I have not seen any documentation
on how to add security to these web services calls; I'm talking about
ws-security.
I mean, I can build a web service that asks the consumer for a x.509
certificate or some encryption within the call but Is there any way in
Coldfusion Mx 7 to invoke this web service adding this kind of security :
selecting a certificate from a cert pool, encrypting some parts of the call,
creating custom headers, etc?
Thanks all in advance
R9N1
R9N1 Guest
-
Can PHP work with Flex Data Services 2?
I know I can do remoting calls in php with AMFPHP. What I want to know is, can I use PHP with Flex 2 Data Services, or do I have to use java? I... -
web services only work in player
i have published my test swf to my server, when i open it in the flash player, i am able to send and recieve data no problem. when i try to use the... -
Curiousity- why Web Services dont work with firewall
Hi, I have Win XP SP2 installed on a machine.. When I have the inbuilt firewall on, I am not able to connect to the web services residing in that... -
Client Side Certificates for Web Services?
Part 1: I have a simple web service. I would like to protect the web application by only allowing callers that have a client-side certificate... -
Need help with SSL and Certificates
Does anybody have a list of CA's that provide Free SSL Certificates for Testing? I've tried Verisign, but it often takes more than the 14day trial... -
aaron_wvr #2
Re: How to work with certificates and web services
Yes, I would very much like to get some info on this as well. Thank you!
Aaron
aaron_wvr Guest
-
Tom Jordahl #3
Re: How to work with certificates and web services
We use Apache Axis, which does have a plugin for WS-Security.
See [url]http://ws.apache.org/ws-fx/wss4j/[/url]
You can find the client deployment file, client-config.wsdd in the WEB-INF
directory.
The web service object returned from CreateObject() is the Axis "Stub"
object, so you can call _setProperty() on it.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest
-
aaron_wvr #4
Re: How to work with certificates and web services
Thanks Tom!
Can you post some sample code?
And can you explain how to this plugin works (at least briefly) with CFMX 7 (JRUN installation)?
tia,
Aaron
aaron_wvr Guest
-
Tom Jordahl #5
Re: How to work with certificates and web services
> Can you post some sample code?
Nope. I have never done it. You may well be the first. :-)
Sorry.
Well, you can follow the Axis 1.2 tutorial on the WSS4J web site. You> And can you explain how to this plugin works
> (at least briefly) with CFMX 7 (JRUN installation)?
configure Axis to use the handler and since CFMX uses Axis, it will use the
security handler. That handler will intercept the SOAP messages in and out
and 'do the right thing'. You set properties before to invoke an operation
and the handler uses them to (for instance) put the username/password token
in to the request.
Let us know how it goes!
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest



Reply With Quote

