Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
zracic #1
WebService "Unable to load WSDL" error
I need some help with this strange problem
I have a web service that i call from Flex 3
<mx:WebService id="dataTowns" wsdl="http://localhost:2008/SqlData.asmx?WSDL"
result="objectTowns(event)" fault="faultHandler(event)"
showBusyCursor="true"/>
Not every time but 40% of the time i would get an error. Web services are
running on my local machine and i run web service using Visual Studio 2005.
Funny thing is that even if i get this error data still loads in flex. So when
i run application from flex i sometime get an error and some time i don't and
works fine. Some times after the error i restart the webservices and works fine
again. I run Windows Vista i don't know if that has anything to do with this.
Here is the error :
[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request"
faultDetail="Unable to load WSDL. If currently online, please verify the URI
and/or format of the WSDL (http://localhost:2008/SqlData.asmx?WSDL)"]
at
mx.rpc.wsdl::WSDLLoader/faultHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\
mx\rpc\wsdl\WSDLLoader.as:98]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcE
vent()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Ab stractInvoker.as:168]
at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler
()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Ab stractInvoker.as:220]
at
mx.rpc::Responder/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Re spon
der.as:49]
at
mx.rpc::AsyncRequest/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\As y
ncRequest.as:103]
at
DirectHTTPMessageResponder/errorHandler()[E:\dev\3.0.x\frameworks\projects\rpc\s
rc\mx\messaging\channels\DirectHTTPChannel.as:343]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/redirectEvent()
Thank you
zracic Guest
-
"Unable to load library null" error?
I'm getting a coldfusion error "Unable to load library null" and its pointing to a line of code that is just basically setting a variable so i'm not... -
#12029 [Com]: "--with-apxs" can cause the error "MySQL: Unable to save result set in"
ID: 12029 Comment by: sietzepost at streetwisedd dot nl Reported By: root at byone dot com Status: Bogus Bug... -
#25560 [Opn->Bgs]: warning:unable to load dynamic library "d:\php\extensions\php_oci8.dll"
ID: 25560 Updated by: sniper@php.net Reported By: hello1234h at yahoo dot com dot cn -Status: Open +Status: ... -
#25560 [NEW]: warning:unable to load dynamic library "d:\php\extensions\php_oci8.dll"
From: hello1234h at yahoo dot com dot cn Operating system: windows 2000 IIS PHP version: 4.3.3 PHP Bug Type: OCI8 related... -
"unable to load graphics conversion filter"
I recently purchased a new computer with Windows XP and it uses wordperfect. When I receive Emails with attachments sent with Microsoft Word 97 I... -
zracic #2
Re: WebService "Unable to load WSDL" error
OK i found where the problem is. Problem is with Flash running in Internet Explorer. When i run using Firefox i have no problems.
zracic Guest
-
ajesing #3
Re: WebService "Unable to load WSDL" error
Hi,
I am a newbie, could you kindly provide the code which uses web service as data source?
Thanks in advance
ajesing Guest
-
Developer504 #4
Re: WebService "Unable to load WSDL" error
<mx:HTTPService
id="feedRequest"
url="http://www.reflektions.com/miniml/rss.xml"
useProxy="false" />
Developer504 Guest
-
ajesing #5
Re: WebService "Unable to load WSDL" error
Thanks for the reply.
Actually I am looking for a full sample code for building chart using a webservice, as I am struggling with this approach.
Kindly help.
Thanks again
ajesing Guest
-
Developer504 #6
Re: WebService "Unable to load WSDL" error
by a chart, do you mean something like a datagrid?
Developer504 Guest
-
ajesing #7
Re: WebService "Unable to load WSDL" error
By chart I mean graphs where data is being from web services.
Thanks
ajesing Guest
-
zracic #8
Re: WebService "Unable to load WSDL" error
I'm not sure if you have found what you are looking for. But if you still need
complete code using web services let me know i have no problem giving you this.
If you want give me you email i will send you a complete code via email.
zracic Guest
-
ajesing #9
Re: WebService "Unable to load WSDL" error
Hi,
Thanks a lot for your kindness.
My email is [email]ponicpool@gmail.com[/email]
Much appreciated
Regards
ajesing Guest



Reply With Quote

