We have definately seen issues with calling services based on their
encoding.  RPC/encoded seems to work fine, but Document/literal doesnt
work so well.  It seems to die with a <ComplexType> or a nesting of
them.  

Its unfortunate since Document/Literal is the most portable encoding.

Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x85 


--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Thanks Jim
> 
> ----- Original Message ----- 
> From: Jim Schneider 
> To: flexcoders@yahoogroups.com 
> Sent: Tuesday, October 11, 2005 1:00 PM
> Subject: RE: [flexcoders] Highly classful architectures
> 
> 
> Here's one that I've used for prototyping:
> 
>  
> 
>                 <service name="weatherServiceWS">
> 
>                    
<wsdl>http://www.webservicex.net/WeatherForecast.asmx?WSDL</wsdl>
> 
>                     <endpoints>
> 
>                        
<endpoint>http://www.webservicex.net/WeatherForecast.asmx</endpoint>
> 
>                     </endpoints>
> 
>                    
<use-custom-authentication>true</use-custom-authentication>
> 
>                 </service>
> 
>  
> 
> 
>
--------------------------------------------------------------------------------
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of JesterXL
> Sent: Tuesday, October 11, 2005 11:56 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Highly classful architectures
> 
>  
> 
> um... ok so do you like know of any public WSDL's then?
> 
>  
> 
> ----- Original Message ----- 
> 
> From: Mink, Joseph 
> 
> To: flexcoders@yahoogroups.com 
> 
> Sent: Tuesday, October 11, 2005 12:12 PM
> 
> Subject: RE: [flexcoders] Highly classful architectures
> 
>  
> 
> Gotcha...very cool!  Unfortunately, I can't share our wsdls with you
as they aren't mine to share...but I'll keep you in mind.  A short
supply of wsdls has never been a problem here!
> 
>  
> 
> 
>
--------------------------------------------------------------------------------
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of JesterXL
> Sent: Tuesday, October 11, 2005 11:57 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Highly classful architectures
> 
> I've done it in Flash, and ported similiar remoting classes for Flex
since 
> they are already in there (what a lot of HTTPService, RemoteObject, 
> WebService are built off of).  Figured if you hit me with a WSDL you
know 
> works, public or not, I could test it and post some example code.
> 
> My problem has been finding WSDL's that work.  xMethods.com for
example has 
> a ton that don't and it's a waste of time; rather go to someone who
has one 
> that knows it works.  The rest like Amazon and PayPal have ones that
work, 
> but take 10 years to sign up, register, blah blah blah....
> 
> ----- Original Message ----- 
> From: "Mink, Joseph" <[EMAIL PROTECTED]>
> To: <flexcoders@yahoogroups.com>
> Sent: Tuesday, October 11, 2005 11:50 AM
> Subject: RE: [flexcoders] Highly classful architectures
> 
> 
> Indeed I do...never leave home without it : )  Why do you ask, and where
> are you going with this?  My understanding comes from Matt Chotin's
> reply to my previous post entitled, "Calling a WebService solely through
> AS."  His respose:
> 
> ------------------
> Not supported in Flex 1.5, supported in an upcoming version.
> 
> Matt
> -----------------
> 
> I was told by others that there was a way to do it, but the fact that it
> wasn't supported or intended, I opted not to pursue it (it did not seem
> all that simple).
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of JesterXL
> Sent: Tuesday, October 11, 2005 9:46 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Highly classful architectures
> 
> 
> Got a WSDL?
> 
> ----- Original Message ----- 
> From: Mink, Joseph <mailto:[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Tuesday, October 11, 2005 9:27 AM
> Subject: RE: [flexcoders] Highly classful architectures
> 
> You mean after the mxml has been compiled?  It's been a month or so
> since I attacked that particular problem, but as I remember it, there
> was no straight-forward (intended) way to dynamically instantiate
> WebService objects.
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of JesterXL
> Sent: Tuesday, October 11, 2005 9:20 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Highly classful architectures
> 
> 
> They don't have to be.  Have you looked into the webservice classes?
> 
> ----- Original Message ----- 
> From: Mink, Joseph <mailto:[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Tuesday, October 11, 2005 7:52 AM
> Subject: RE: [flexcoders] Highly classful architectures
> 
> I'm not totally sure what you mean, but I assume you are asking how well
> Flex supports object oriented programming.  If that is your question, my
> answer would be that it supports it quite well.
> 
> I'm a C++ & Java programmer way before I'm a make-shift RIA developer.
> Flex/Flash's ActionScript is very mature compared to what I expected it
> to be, and I've been able to employ most of the design patterns and
> approaches that I typically use in other, more complex languages.  There
> are a few hang-ups with the fact that, for example, WebService objects
> need to be declared statically, outside of ActionScript (which was
> frustrating), but it's nothing that can't be dealt with and worked
> around.
> 
> There's a quick opinion, for whatever it's worth!
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Marc Teichtahl
> Sent: Monday, October 10, 2005 11:57 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Highly classful architectures
> 
> 
> Dear All,
> 
> We are currently evaluating the possibilities to use Flex in our key
> internal support systems.
> 
> As part of the evaluation we are looking specifically at a highly
> classful implementation and archictecture. I would be very curious for
> any feedback (pros/cons) etc in relation to using Flex in such a high
> polymorphic envirnoment.
> 
> 
> ----------------------------
> Marc Teichtahl
> XB Networks BV
> Director, Engineering
> 
> Phone:  +31 (0)36 546 24 73
> Mobile: +31 (0)65 582 47 89
> [EMAIL PROTECTED]
> 
> http://www.xb.nl <http://www.xb.nl/>
> 
> 
> 
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of AlfrED
> Sent: maandag 10 oktober 2005 4:08
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Please Help!!!!
> 
> 
> I am new with flex....and I am having problem understanding how
> I can
> communicate with the database (msyql).  If there is someone that
> could
> help me understand how I can insert data to the database (mysql)
> using
> coldfusion and flex....I would really appreciate it.  A sample
> code
> will be great!  Thank you in advance!!!!
> 
> Alfie
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Op dit e-mailbericht is een disclaimer van toepassing, welke te
> vinden is op http://www.xb.nl/disclaimer.html
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> 
> 
> 
> 
> SPONSORED LINKS
> Web site design development
> <http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+
> site+design+development&w2=Computer+software+development&w3=Software+des
> ign+and+development&w4=Macromedia+flex&w5=Software+development+best+prac
> tice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>  Computer software
> development
> <http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=We
> b+site+design+development&w2=Computer+software+development&w3=Software+d
> esign+and+development&w4=Macromedia+flex&w5=Software+development+best+pr
> actice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw>  Software design and
> development
> <http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1=
> Web+site+design+development&w2=Computer+software+development&w3=Software
> +design+and+development&w4=Macromedia+flex&w5=Software+development+best+
> practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>
> Macromedia flex
> <http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+
> development&w2=Computer+software+development&w3=Software+design+and+deve
> lopment&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=1
> 66&.sig=OO6nPIrz7_EpZI36cYzBjw>  Software development best
> practice
> <http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&;
> w1=Web+site+design+development&w2=Computer+software+development&w3=Softw
> are+design+and+development&w4=Macromedia+flex&w5=Software+development+be
> st+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>
> 
> ________________________________
> 
> YAHOO! GROUPS LINKS
> 
> 
> * Visit your group "flexcoders
> <http://groups.yahoo.com/group/flexcoders> " on the web.
> 
> * To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
> 
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/> .
> 
> 
> ________________________________
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> 
> 
> 
> SPONSORED LINKS Web site design development  Computer software
development  Software design and development  
>       Macromedia flex  Software development best practice  
> 
> 
>
--------------------------------------------------------------------------------
> YAHOO! GROUPS LINKS 
> 
>   a..  Visit your group "flexcoders" on the web.
>     
>   b..  To unsubscribe from this group, send an email to:
>    [EMAIL PROTECTED]
>     
>   c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service. 
> 
> 
>
--------------------------------------------------------------------------------
>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 




Reply via email to