Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
abmtry #1
WS-Security Implementation in ColdFusionMX
Hi,
How can I implement WS-Security in ColdFusionMX? Looking for some related code and/or article, which will help me to acheive this.
Can anybody help me out??
Thanks,
abmtry Guest
-
ColdfusionMX for the Mac?
Hello coldfusion People: I just bought a Program called Cartweaver and read beforehand that it needed coldfusionmx in order to work but that... -
coldfusionmx 7 book
i am looking for the coldfusion mx 7 contruction kit, on amozon it said was released march 23, but they do not have yet, if anyone has found it and... -
ColdFusionMX Exam
re: how useful/valuable have you found it to be in your The certification does not carry much weight nor command much respect. The problem is... -
Security model guidelines - Server-centric implementation - Win2K3 - dotNet
Greetings, a) Server environment : Windows 2003 Standard b) Database: SQL Server 2000 c) Development: Combination of VB6 COM+ , ASP.NET, and... -
security implementation method
Hi I am new to security and how to implement it. what i would like to do is as follows use a database to authenticate users. if a user is... -
Tom Jordahl #2
Re: WS-Security Implementation in ColdFusionMX
We do 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.
I have never tried this. Send me mail and let me know how it goes!
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest
-
Brian Hogue #3
Re: WS-Security Implementation in ColdFusionMX
Tom -
What web server are you using?
-brian
"Tom Jordahl" <tomj@macromedia.com> wrote in message
news:d4r3q3$3sm$1@forums.macromedia.com...>
> We do 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.
>
> I have never tried this. Send me mail and let me know how it goes!
>
> --
> Tom Jordahl
> Macromedia Server Development
>
>
Brian Hogue Guest
-
Tom Jordahl #4
Re: WS-Security Implementation in ColdFusionMX
> What web server are you using?
Huh? The web server doesn't have anything to do with WS-Security.> -brian
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest
-
Brian Hogue #5
Re: WS-Security Implementation in ColdFusionMX
Does that mean the Apache Axis plugin for WS-Security works on IIS?
-brian
"Tom Jordahl" <tomj@macromedia.com> wrote in message
news:d4tk0c$mnc$1@forums.macromedia.com...>> > What web server are you using?
> > -brian
> Huh? The web server doesn't have anything to do with WS-Security.
>
> --
> Tom Jordahl
> Macromedia Server Development
>
>
Brian Hogue Guest
-
david_h #6
Re: WS-Security Implementation in ColdFusionMX
No he's saying ColdFusion internally is running on a JAVA server, which in your case would have a IIS connector, the apache Axis project interacts with the Java server, most likely jrun in your case
david_h Guest
-
Brian Hogue #7
Re: WS-Security Implementation in ColdFusionMX
David -
Thanks for the explanation. I bought CF. I understand that it uses JRun
behind the scenes. Your answer suggests that I need to explicitly buy JRun
(or some other Java server) to get WS-Security working. Is this correct?
I was hoping for something in CF (no additional cost) that made WS-Security
work.
-brian
"david_h" <webforumsuser@macromedia.com> wrote in message
news:d55vr5$pvr$1@forums.macromedia.com...your case would have a IIS connector, the apache Axis project interacts with> No he's saying ColdFusion internally is running on a JAVA server, which in
the Java server, most likely jrun in your case
Brian Hogue Guest
-
Tom Jordahl #8
Re: WS-Security Implementation in ColdFusionMX
> I was hoping for something in CF (no additional cost) that made
WS-SecurityBrian,> work.
The WSS4J project is free (open source) and works with Apache Axis (what CF
uses internally).
So if you are savvy, you may be able to plug in the free WS-Security
framework in to the web service engine in CFMX. We have not done any
investigation or testing on this, so it may be hard-to-impossible to get
everything to play nice.
WS-Security support is under consideration for the next major revision of
CF.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest
-
Brian Hogue #9
Re: WS-Security Implementation in ColdFusionMX
Tom -
Thanks for the reply. As you suspect, I probably can make it work ...
however, that assumes my company gives me that time ... which it probably
will not. IMO, it will be a great selling feature for CF to have WS-Security
built in ... another excellent reason for using CF ... just like the Report
Writer is a great addition ... gives the CF community an advantage over
other tools. Anyhting I can do to help WS-Security make it into the next
major version?
-brian
"Tom Jordahl" <tomj@macromedia.com> wrote in message
news:d6csct$p72$1@forums.macromedia.com...CF> WS-Security> > I was hoping for something in CF (no additional cost) that made>> > work.
> Brian,
>
> The WSS4J project is free (open source) and works with Apache Axis (what> uses internally).
>
> So if you are savvy, you may be able to plug in the free WS-Security
> framework in to the web service engine in CFMX. We have not done any
> investigation or testing on this, so it may be hard-to-impossible to get
> everything to play nice.
>
> WS-Security support is under consideration for the next major revision of
> CF.
>
> --
> Tom Jordahl
> Macromedia Server Development
>
>
Brian Hogue Guest
-
Tom Jordahl #10
Re: WS-Security Implementation in ColdFusionMX
> Anything I can do to help WS-Security
We hear you. It is at the top of the list for major web service> make it into the next major version?
enhancements.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest



Reply With Quote

