RE: [flexcoders] Flex + SOAP + AXIS support?

2007-08-25 Thread Peter Farland
Right, Flex WebServices are focused on SOAP 1.1 support and this will
not change in Flex 3.
 
A new implementation of Flex WebServices was introduced in Flex 2.0.1
HF2 to coincide with LCDS 2.5 (though there are a few gaps and will be
more complete in Flex 3). This implementation is focused on supporting
the majority of the WS-I Basic Profile Version 1.0 (but not things like
UDDI) while also retaining support for legacy features such as
rpc-encoded style, soap encoded types such as Array and a few of the
custom Axis types such as Map. SOAP 1.2 support will not be in Flex 3.
 
I suggest using literal style where possible going forward with
WebServices.
 
Please log any WebService bugs against Flex 3 as soon as you find them: 
 
http://bugs.adobe.com/flex/
 
... but remember to try out the nightly builds of Flex 3 SDK first
rather than using Beta 1.
 
http://labs.adobe.com/technologies/flex/sdk/flex3sdk.html
 
Thanks!
Pete
 
 
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Peter Connolly
Sent: Friday, August 24, 2007 9:09 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex + SOAP + AXIS support?


The Flex Developer's Guide (p. 1401) states that WSDL 1.1 is supported
and, by implication, SOAP 1.1 support is a requirement of WSDL 1.1
http://www.w3.org/TR/wsdl .



On 8/24/07, bobsandywalls [EMAIL PROTECTED] wrote: 

I know that Flex supports SOAP, however what version of SOAP
does it
support and by proxy what version of AXIS is capable of
providing?

I looked online for such a requirements list, but could not find
it.
Thanks for the assistance






 


Re: [flexcoders] Flex + SOAP + AXIS support?

2007-08-24 Thread Peter Connolly
The Flex Developer's Guide (p. 1401) states that WSDL 1.1 is supported and,
by implication, SOAP 1.1 support is a requirement of WSDL
1.1http://www.w3.org/TR/wsdl
.


On 8/24/07, bobsandywalls [EMAIL PROTECTED] wrote:

   I know that Flex supports SOAP, however what version of SOAP does it
 support and by proxy what version of AXIS is capable of providing?

 I looked online for such a requirements list, but could not find it.
 Thanks for the assistance