Does Flex 3 support Soap 1.2?

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Does Flex 3 support Soap 1.2?

    Hi,

    Just wanted to know if Flex 3 supports Soap 1.2. I am getting
    following two errors. Wondering if it is because the WSDL I am using
    is using Soap 1.2. I am completely new to webservices so not sure
    about this.

    Initially I got 1st error and by adding following, it resolved the 1st
    error but resulted in 2nd error.

    operation =request.getOperation("someOperation");
    operation.mx_internal::wsdlOperation.style="docume nt";

    Is all this because Flex generally supports SOAP 1.1?


    Thanks in advance.


    1)RPC Fault faultString="Error #1009: Cannot access a property or
    method of a null object reference." faultCode="EncodingError"
    faultDetail="null"]
    at

    mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::invokePending
    \
    Call()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\so ap\Operation.as:774]
    at

    mx.rpc.soap::Operation/send()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\so
    \
    ap\Operation.as:688]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at

    mx.rpc.soap.mxml::Operation/send()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\r
    \
    pc\soap\mxml\Operation.as:167]

    2)
    [RPC Fault faultString="Error #1009: Cannot access a property or
    method of a null object reference." faultCode="EncodingError"
    faultDetail="null"]
    at

    mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::invokePending
    \
    Call()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\so ap\Operation.as:774]
    at

    mx.rpc.soap::Operation/send()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\so
    \
    ap\Operation.as:688]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at

    mx.rpc.soap.mxml::Operation/send()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\r
    \
    pc\soap\mxml\Operation.as:167]





    RBKB Guest

  2. Similar Questions and Discussions

    1. Support document for Migration of application fro flex 2o flex 3
      Support document for Migration of application fro flex 2 o flex 3
    2. Hebrew support in Flex ..?!?!
      Hi, Does Flex support right to left languages like Hebrew ?? and if it does, how can I implement it ?? Thanks Joseph.K
    3. Is it support for round double number in flex
      Hi, I want to round a double value in flex, such as 1.234, I want to get 2 bits after the radix point. I can only find Math.round() in flex which...
    4. BiDi/right-to-left support in Flex
      I was just browsing through the code for mx:TextInput, trying to figure out if it would be possible to add right-to-left support to the basic Flex...
    5. WebService support for SOAP 1.2
      Does the .NET Framework v1.1, System.Web.WebService support SOAP 1.2?
  3. #2

    Default Re: Does Flex 3 support Soap 1.2?

    FB3 help docs say this:

    "The Flex web service API generally supports Simple Object Access Protocol (SOAP) 1.1"


    Greg Lafrance Guest

  4. #3

    Default Re: Does Flex 3 support Soap 1.2?

    Thanks for your reply.

    Yes I did read that in the docs. But, I do not understand what "generally
    supports Simple Object Access Protocol (SOAP) 1.1" means. Is it that only some
    features of SOAP 1.2 are not supported and there could be a workaround if I
    want to access some webservice using SOAP 1.2?

    RBKB Guest

  5. #4

    Default Does Flex 3 support Soap 1.2?

    Adobe has pushed back support of SOAP 1.2 to a later version of the flex sdk.
    Unregistered 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