I got "Flex 2 Essential Training with David Gassner" from Lynda.com (http://movielibrary.lynda.com/html/modPage.asp?ID=248). This link was posted to the list on 09/25 by John Ivanoff. I also bought "Total Training for Adobe Flex 2 Rick Internet Applications Hosted by James Talbot". This is a DVD-Rom available from  Total Training (http://www.totaltraining.com/prod/adobe/flex2_ria.asp) that was also mentioned in a previous post to the list by Tom Woestman.

I've only watched the first video so far, and it seems good to me (I've not used training material like this before, so I have nothing to compare it to), but I can see by some of the later chapters, that I'm woefully unprepared from an OOP standpoint. Ugh. While some of the concepts I understood, some were completely foreign to me. If anyone can recommend a good book or video series on Object Oriented Programming / Design, I'd be truly grateful.

Rob, I hope those links help out. The first CD-Rom from Lynda was about $105 or so after tax and shipping. The second DVD-Rom was roughly $50 more expensive. I figured the more material I had the better, so I went for broke. :)

Good luck!
Chris

Rob Love wrote:

The colon is only in the error message. The url is the localhost, good thought though.

 

Which videos did you get?

 

Thank You,

Rob Love                   

TRACT, INC.

Cell (903) 647 1301

Fax (817) 288 0713


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Christopher Jordan
Sent: Monday, October 02, 2006 3:58 AM
To: Dallas/Fort Worth ColdFusion User Group Mailing List
Subject: Re: [DFW CFUG] WSDL Flex error

 

Uh, I'm probably *not* the best one to respond since I've just gotten my Flex training videos, but could the problem possibly be the colon in the url string:

    "Element http://scopemapping.com/
:GetAllUsersResponse not resolvable"

It's a complete guess, but it seems out of place.

Chris

Rob Love wrote:

Hope someone can help. I’m trying to connect to some data services and I don’t know what I doing wrong. When I try to run the test I get the following error.

 

“[WSDLError faultString="Element http://scopemapping.com/:GetAllUsersResponse not resolvable" faultCode="WSDL.BadElement" faultDetail="null"]

            at mx.rpc.soap::WSDLParser/http://www.adobe.com/2006/flex/mx/internal::parseMessage()

            at mx.rpc.soap::WSDLOperation/parseMessages()

            at mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::invokePendingCall()

            at mx.rpc.soap::Operation/send()

            at Function/http://adobe.com/AS3/2006/builtin::apply()

            at mx.rpc.soap.mxml::Operation/send()

            at Function/http://adobe.com/AS3/2006/builtin::apply()

            at mx.rpc::AbstractService/http://www.adobe.com/2006/actionscript/flash/proxy::callProperty()

            at WsRPC_wt1/__svc_load()

            at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()

            at flash.events::EventDispatcher/dispatchEvent()

            at mx.rpc::AbstractService/dispatchEvent()

            at mx.rpc.soap.mxml::WebService/dispatchEvent()

            at mx.rpc.soap::WebService/http://www.adobe.com/2006/flex/mx/internal::wsdlHandler()

            at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()

            at flash.events::EventDispatcher/dispatchEvent()

            at mx.rpc.soap::WSDLParser/dispatchEvent()

            at mx.rpc.soap::WSDLParser/::parseCompleted()

            at mx.rpc.soap::WSDLParser/http://www.adobe.com/2006/flex/mx/internal::httpResultHandler()

            at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()

            at flash.events::EventDispatcher/dispatchEvent()

            at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()

            at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()

            at mx.rpc::Responder/result()

            at mx.rpc::AsyncRequest/acknowledge()

            at ::DirectHTTPMessageResponder/completeHandler()

            at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()

            at flash.events::EventDispatcher/dispatchEvent()

            at flash.net::URLLoader/flash.net:URLLoader::onComplete()”

 

My mxml code looks like this:

 

<?xml version="1.0" encoding="utf-8"?>

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"

            layout="vertical">

            <mx:WebService id="svc" wsdl="http://scopemapping.com/test/userservice.wsdl" load="svc.GetAllUsers()"/>

            <mx:DataGrid dataProvider="{svc.GetAllUsers.lastresult}"/>

           

           

                       

</mx:Application>

 

 

I’ve also attached the WSDL.

 

Any help is much appreciated.

 

 

Thank You,

Rob Love                   

TRACT, INC.

Cell (903) 647 1301

Fax (817) 288 0713

 

 


 
_______________________________________________
Reply to DFWCFUG: 
  [email protected]
Subscribe/Unsubscribe: 
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives: 
    http://www.mail-archive.com/list%40list.dfwcfug.org/             
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors: 
  www.HostMySite.com 
  www.teksystems.com/
  
 



 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.407 / Virus Database: 268.12.10/459 - Release Date: 9/29/2006
  

_______________________________________________ Reply to DFWCFUG: [email protected] Subscribe/Unsubscribe: http://lists1.safesecureweb.com/mailman/listinfo/list List Archives: http://www.mail-archive.com/list%40list.dfwcfug.org/ http://www.mail-archive.com/list%40dfwcfug.org/ DFWCFUG Sponsors: www.HostMySite.com www.teksystems.com/
_______________________________________________
Reply to DFWCFUG: 
  [email protected]
Subscribe/Unsubscribe: 
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives: 
    http://www.mail-archive.com/list%40list.dfwcfug.org/             
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors: 
  www.HostMySite.com 
  www.teksystems.com/

Reply via email to