WSDL Complex Data Types Call

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

  1. #1

    Default WSDL Complex Data Types Call

    Hello.

    I've tried everything I can to make a call to a WSDL service. I know that the
    service uses complex data types/structures. I've followed the instructions in
    the ColdFusionMX second edition book by O'Reilley but no luck.

    Can someone provide a working example on how to connect to the following call:
    [url]http://london.assuredsystemsinc.com:4152/RubiesServices/RubiesWeb.wsdl[/url]

    Thank you.
    Michael

    Mike Paim Guest

  2. Similar Questions and Discussions

    1. complex data types from PHP to Flash
      Does anyone know of any really easy and effective ways to move complex data types from PHP into FLASH and vice-versa? A while back I made an...
    2. How do you pass an complex data types to webservice?
      Hello, I have gone through the simple CFC web services examples where you invoke a call to a web service with a methods and parameters.... but...
    3. creating web service with complex data types
      I am trying to create a web service that contains a function that should take an array of complex types. The function within the cfc that gets...
    4. "Complex" data types like BYTEA in embedded SQL with ecpg
      I cannot find any information on how to handle the more "unusual" or "complex" data types in embedded SQL with C. The only data type treated in the...
    5. Complex Types
      Alex, When you create a proxy of the web service your rich classes will be serialized and will lose (potentially) some functionality....
  3. #2

    Default Re: WSDL Complex Data Types Call

    Is that address supposed to be visible to the outside world? Can't get to it using 2 different ISP's.

    Anyways, is the web services server you're trying to talk to running Coldfusion as well?
    BSterner Guest

  4. #3

    Default Re: WSDL Complex Data Types Call

    Yes, it should be visible. I just tried it and I could view it in the browser.

    It's written in Java and hosted on another company's server.

    I should be able to pass in a variable like "cust" and a value of 464130 and
    get a return,
    for the service "getCustomer" but all I get are errors.

    Thanks

    Mike Paim Guest

  5. #4

    Default Re: WSDL Complex Data Types Call

    Test it out via Xmethods here: [url]http://www.mindreef.net/tide/scopeit/start.do?referer=xmethods&url=http://london.assuredsystemsinc.com:4152/RubiesServices/RubiesWeb.wsdl[/url]
    theJZA Guest

  6. #5

    Default Re: WSDL Complex Data Types Call

    This is GREAT! Is the XMethods part of the normal program? I downloaded
    MindReef's program the other day and started going through the tutorial. The
    web service was down so I couldn't finish testing. Or is there something
    special you had to set up with XMethods?

    Also, so it seems like my test just now of GetCustomer is correct. It must be
    the ColdFusion code that I'm passing in. In one of 2 areas...

    1. Looks like maybe the variable name for GetCustomer that I need to pass in
    is "long_1" is that correct?
    2. How do i write the code for complex calls? When I do a regular call and
    pass in only "cust" it's bombing out on all the other calls in this service.
    Almost as if I need to pass multiple values, items for the other calls.

    Thanks!

    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