WSDL Errors with Java and CF

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

  1. #1

    Default WSDL Errors with Java and CF

    hello.

    I'm trying to make a call to a Java WSDL service. The Java programmer says
    that nothing's wrong with the WSDL. Yet, I keep getting the following errors:

    []coldfusion.jsp.CompilationFailedException: Errors reported by
    Java
    compiler:
    Found 6 semantic errors compiling

    "C:/CFusionMX/stubs/WS-287200690/TestWeb_pkg/TestWebSEI.java":


    11. public TestWeb.LocationResponse getAllBillto(long
    long_1) throws java.rmi.RemoteException;
    <--------------> *** Error: Type
    TestWeb_pkg/TestWeb$LocationResponse was not found.

    ****
    Are there any online validation tools I can use?
    I've had the hosting company look into the server and they say it's fine.
    I've tried deleting the service from Deamweaver and CF Administrator, no luck.

    Could this be caused by it expecting a complex structure?

    Mike Paim Guest

  2. Similar Questions and Discussions

    1. Errors galore when importing a WSDL file in FlexBuilder
      I am fairly new to Flex, Flex 3, and the FlexBuilder 3. I have a web service deployed in Axis2. Through many painful attempts, I have it exposing...
    2. Real SOA implementation (at least Java AND .NET) example with SOAP, WSDL, UDDI
      Where can I find a step-by-step guide that illustrates how to implement a SOA with Web Services (including UDDI !) ??? There seem to be different...
    3. How do you transparently implement the same web service (WSDL) with java axis and .NET ?
      When I have tried to generate java and C# servers/clients from the same WSDL as described further below, these are the results I have been able to...
    4. Error during adding Web Reference of JAVA WSDL in .Net
      Hi Friends, I have created a web service in Systinet Java. When i try to add a web reference to it in Visual Studio .Net It gives me the...
    5. WSDL and HTTPS webservice errors, How to solve?
      Hi I want to use a webserive wich requires https. (the certificate is installed locally) When i do a 'add web reference' it asked for my...
  3. #2

    Default Re: WSDL Errors with Java and CF

    Have you tried just pulling up the wsdl url through a browser?

    As in: [url]http://[mydomain]:[/url][myport]/axis/services/MyService?wsdl



    BSterner Guest

  4. #3

    Default Re: WSDL Errors with Java and CF

    Yes, it appears to be fine through the browser.

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