Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
RBKB #1
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
-
Support document for Migration of application fro flex 2o flex 3
Support document for Migration of application fro flex 2 o flex 3 -
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 -
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... -
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... -
WebService support for SOAP 1.2
Does the .NET Framework v1.1, System.Web.WebService support SOAP 1.2? -
Greg Lafrance #2
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
-
RBKB #3
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
-
Unregistered #4
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



Reply With Quote

