CFMX7 & Castell Faxpress

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

  1. #1

    Default CFMX7 & Castell Faxpress

    Has anybody had any luck with either Dreamweaver MX '04, CFMX 6.1, or CFMX 7
    and Castelle Faxpress web services? Here's my environment: Faxpress Premier
    server (appliance with fax services and admin/queue managment through
    webservices) Two 2k3 servers, one running CFMX6.1, the other running CFMX7 The
    Faxpress server utilizes IIS and a 'telco' distro of windows 2000, and
    configures the default site with a directory for soap listening. I've tried to
    use the default WSDL files and both versions of CF throw the error 'Invalid Web
    Service'...I've checked and double-checked the location, can view it in a
    browser, etc. however I can't seem to register this service using the CF admin
    or dreamweaver's utilities. I have not tried to invoke it using cfinvoke, but
    was curious if anyone has had experience with web services that are obviousy
    'in place' but are not responding... Thanks for any comments!!!

    ChrisAmaro Guest

  2. Similar Questions and Discussions

    1. Automate CFMX7 Admin similar to silent CFMX7 Installer
      I've successfully used an installation configuration file to automate the Cold Fusion MX7 software installation. I saw the discussion about how...
    2. How much RAM can CFMX7 use?
      Hey, I have been trying to find this info, but haven't struck gold yet. I heard somewhere that CFMX can only take advantage of a maximum of 2GB...
    3. CFMX7 / OSX
      Hi there, I have a weird problem using CF on Mac OS X 10.4.4. I use the apache 1.3 server (not the built-in CF webserver) and MySQL 5.01 as...
    4. After update CFMX7 to CFMX7.01 System load has increasedfor 10-15 %
      We are use Linux RHE 4 planform, MySQL database and after we update our CFMX7 to CFMX7.01System load and CPU load has increased for 10-15 % Why?...
    5. Windows 2000 CFMX7 /CFIDE/administrator quit working (ittimes out) What is the real fix short of restarting CFMX7?
      I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows 2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2...
  3. #2

    Default Re: CFMX7 & Castell Faxpress

    Does it tell you to check the WSDL in a browser? If it does, then it sounds
    like you are not putting in a correct URL to the WSDL of the service.

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

  4. #3

    Default Re: CFMX7 & Castell Faxpress

    Yeah and that's what is bugging the crap out of me. It's the same url that I
    use when viewing it in a browser... This is the error I get when using
    cfinvoke: Could not generate stub objects for web service invocation. Name:
    [url]https://192.168.0.8/soaplisten/faxpressqm/faxpressqm.wsdl[/url]. WSDL:
    [url]https://192.168.0.8/soaplisten/faxpressqm/faxpressqm.wsdl[/url].
    javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated It is
    recommended that you use a web browser to retrieve and examine the requested
    WSDL document for correctness. If the requested WSDL document can't be
    retrieved or it is dynamically generated, it is likely that the target web
    service has programming errors. I may just be an idiot when it comes to this
    stuff but I have webservices running for a number of other third party vendors
    including UPS and Verisign, so I'm not sure what's going on...

    ChrisAmaro Guest

  5. #4

    Default Re: CFMX7 & Castell Faxpress

    Looks like SSL issue.
    Mr Black Guest

  6. #5

    Default Re: CFMX7 & Castell Faxpress

    do you think it's an issue between the two servers and the certificates on each?
    ChrisAmaro Guest

  7. #6

    Default Re: CFMX7 & Castell Faxpress

    > do you think it's an issue between the two servers and the certificates on
    each?

    Yes, it sure is. Have you configured the ColdFusion JVM keystore with the
    client certificate that the server needs to get at the WSDL?

    Check the tech support KB articles on client certificates.

    --
    Tom Jordahl
    Macromedia Server Development



    Tom Jordahl Guest

  8. #7

    Default Re: CFMX7 & Castell Faxpress

    Thanks Tom. I was able to come back to this project and resolve the issue by importing the cert from the castelle server to the cfmx 7 server's keystore.
    ChrisAmaro 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