MX 7 and Web Services

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

  1. #1

    Default MX 7 and Web Services

    I have several CFCs exposed as web services. Since my recent upgrade a few
    days ago to MX 7 from MX 6.1 these CFC Web Services NO LONGER WORK. The
    upgrade is the ONLY change that has been made. When attempting to call one of
    the previously working services I get the following error : AXIS error Sorry,
    something seems to have gone wrong... here are the details: Fault - Error
    attempting to create Java skeleton for CFC web service; nested exception is:
    coldfusion.xml.rpc.CFCInvocationException:
    [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedC FCDataTypeException : Could
    not resolve CFC datatype: /Services/CCApp/ThomcoProducer.cfc] AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode: faultString: Error attempting to create Java skeleton for CFC
    web service; nested exception is: coldfusion.xml.rpc.CFCInvocationException:
    [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedC FCDataTypeException : Could
    not resolve CFC datatype: /Services/CCApp/ThomcoProducer.cfc] faultActor:
    faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:thomco-web
    What has changed ?

    CKLThomco Guest

  2. Similar Questions and Discussions

    1. Help! Web Services
      Hi! Can Flex work with all WEB SERVICES or there are restrictions? For example: 1. Can Flex to do "Casting" using "XSD" (XML Schema...
    2. Web Services Help
      Hi there, I'm trying to display weather from a web service, but I don't know how to use this function, can somebody help me please, I'm using this...
    3. services??
      On our win 2003 server we are sometimes having a very heavy load in the 30 - 60 % area. The top memory consumer seems to be "services.exe". Can...
    4. SSL and web services
      I have a web Service that is accessing an Oracle back-end database through a Forte layer via SOAP and XML. The clients access the web service...
    5. Networking Services - services.msc
      Hi, I'd like to know which services are responsible for home networking. i.e. which services do I need to be running for others to have access...
  3. #2

    Default Re: MX 7 and Web Services

    Does anyone from Macromedia ever monitor these forums to make sure their paying
    customers get responses to the bugs Macromedia has? I guess they want you to
    pay for support to get their own bugs fixed.

    CKLThomco Guest

  4. #3

    Default Re: MX 7 and Web Services

    Are you missing a CFMapping for /services/ccapp, or another mapping referenced
    in your CFC? You could also try deleting the cached cfc skeleton files,
    somewhere in the CFMX directory, just search for skeleton and you should find
    it; although it has been my experience this makes little difference. Did you
    install to a new directory? If not remove all the old .class files from the
    cfclasses directory. The are the generated .class files created by CFMX.

    byron1021 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