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 via email to