Could not generate stub objects for web serviceinvocation

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

  1. #1

    Default Could not generate stub objects for web serviceinvocation

    When I try to connect to a webservice I get thi error message:
    Could not generate stub objects for web service invocation

    Does anyone know what the problem could be?
    kruse Guest

  2. Similar Questions and Discussions

    1. How do I generate ActionScript Objects from Schema orDTD
      Hi, I'm a developer new to Flex. I'm interested in applying schema driven development to my Flex applications. For example, I have a schema that...
    2. webservice could not generate stub object
      Hi, I am trying to make a simple web service. the .cfc file works as .cfc?wsdl browsing. when I invoke it as component name, it's work fine too....
    3. PC stub projector
      Please. I created a Director movie on a Mac and am desperately looking for a stub projector that can allow it to be viewed on a PC. So far, I have...
    4. Mac to PC stub
      I've just about completed my first major project in 8.5, and am looking for a source of stubs. I'm also looking for a list that communicates direct...
    5. Stub Issue
      I have created a stub projector that gives users the option of loading one of two movies. The movies load properly, but the projector window position...
  3. #2

    Default Re: Could not generate stub objects for web serviceinvocation

    Make sure the url can be resolved, I was getting when I tried to access an
    intranet web service, until I added the full domain name.

    insteat of [url]http://machineName/[/url]
    do [url]http://machineName.tx.ttc.edu/[/url]

    that might help ya

    THEMAXX Guest

  4. #3

    Default Re: Could not generate stub objects for web serviceinvocation

    I have thought of that and tried to connect to the service through my browser.
    But my browser forwards me to another page trying to log me in.

    kruse Guest

  5. #4

    Default Re: Could not generate stub objects for web serviceinvocation

    thats the problem you need direct access to the web service, you may also need
    to authenticate with the web service first. Try getting the requirements of the
    web service and see if you acctualy need to do that.

    THEMAXX Guest

  6. #5

    Default Re: Could not generate stub objects for web serviceinvocation

    I have also tryed to use the Password and user attributes but with the same result.
    kruse 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