WS-Security Implementation in ColdFusionMX

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default Re: WS-Security Implementation in ColdFusionMX

    > 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


    Tom Jordahl Guest

  6. #5

    Default 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

  7. #6

    Default 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

  8. #7

    Default 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...
    > 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


    Brian Hogue Guest

  9. #8

    Default Re: WS-Security Implementation in ColdFusionMX

    > I was hoping for something in CF (no additional cost) that made
    WS-Security
    > work.
    Brian,

    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

  10. #9

    Default 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...
    > > I was hoping for something in CF (no additional cost) that made
    > WS-Security
    > > work.
    >
    > Brian,
    >
    > 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
    >
    >

    Brian Hogue Guest

  11. #10

    Default Re: WS-Security Implementation in ColdFusionMX

    > Anything I can do to help WS-Security
    > make it into the next major version?
    We hear you. It is at the top of the list for major web service
    enhancements.

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139