SOAP Digital Signatures for Web Services

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

  1. #1

    Default SOAP Digital Signatures for Web Services

    Hi Everyone -

    I'm fairly new to CF, but I'm trying to develop an application that invokes a
    web service.

    I'd like to be able to digitally sign the SOAP message that is sent to the web
    service using an X509 Certificate to ensure the message's integrity. I know
    that the SOAP architecture allows for this, and that other languages, including
    ..NET, provide a way to do it. However, after a fairly exhaustive search, I
    can't find any documentation explaining how to do this with CFINVOKE.

    If there's a way to do it in CF, I'd really appreciate someone explaining it
    to me, or at least pointing me in the right direction.

    Thanks!

    --Matt

    mizrahim Guest

  2. Similar Questions and Discussions

    1. Digital Signatures
      Hello, I want to add Digital Signatures by my plug-in using PubSec.Can someone give me a sample? Thanks!
    2. Digital Signatures from VB
      Hello, I am trying to digitally sign a bunch of pdfs from LotusScript (it is VB6-like). Till now I am able to insert a signature field in a...
    3. Formatting of digital signatures
      Hello, Is there a way to change the formatting of the text (common name, date, etc.) which appears with a digital signature. I have not been able to...
    4. Digital Ink Signatures
      Please excuse my post... I am sure that this has been addressed in the past. I am a service technician for a computer company. I have recently...
  3. #2

    Default Re: SOAP Digital Signatures for Web Services

    There is no built-in support for this in ColdFusion MX.

    You can use the SOAP header functions built in for CFMX 7 (there is a tech
    note with a download to get equivalent functions in CFMX 6.1) to add a
    digital signature.

    Are you trying to do WS-Security?

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

  4. #3

    Default Re: SOAP Digital Signatures for Web Services

    Thanks Tom.

    I am, in fact, trying to do WS-Security, although without much success.

    The SOAP header functions you mentioned sound like they could work. Can you
    point me towards the documentation for those? That would be extremely helpful.

    Thanks again!
    --Matt

    mizrahim Guest

  5. #4

    Default Re: SOAP Digital Signatures for Web Services

    Please post any answers. I am sure that I am NOT the only other individual
    who is looking for this answer. Thanks in advance.

    -brian


    "mizrahim" <webforumsuser@macromedia.com> wrote in message
    news:d2cdpc$1jq$1@forums.macromedia.com...
    > Thanks Tom.
    >
    > I am, in fact, trying to do WS-Security, although without much success.
    >
    > The SOAP header functions you mentioned sound like they could work. Can
    you
    > point me towards the documentation for those? That would be extremely
    helpful.
    >
    > Thanks again!
    > --Matt
    >

    Brian Hogue Guest

  6. #5

    Default Re: SOAP Digital Signatures for Web Services

    Going to the ColdFusion support site and doing a search for "SOAP header" I
    found:
    [url]http://www.macromedia.com/go/tn_18939[/url]

    Check [url]http://livedocs.macromedia.com/[/url] and look in the CFML Reference for the
    SOAP functions in CFMX 7.

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