Groups | Blog | Home
all groups > flash data integration > december 2004 >

flash data integration : SoapException,WebService,Flash MX 2004


pigking
12/29/2004 9:16:11 AM
:(

Is there some way can I receive the SoapException from .net WebService in
flash mx 04?

I tried

pc.onFault = function(fault:SOAPFault)
{
for(i in fault){
trace(i+ " : "+fault);
}
}

But it always out put like this:

faultactor : undefined
faultNamespaceURI : undefined
element : undefined
detail : undefined
faultstring : Unable to connect to endpoint:
http://localhost/WSError/Service1.asmx
faultcode : Server.Connection

How can I get my custom exception info???
mikelawrence
1/24/2005 2:42:21 AM
looks like a flash bug. I see the sabe from JWSDP

yaroze
7/10/2005 10:31:03 PM
This is definitely a flash bug and I've been kind of stumped on the handling
for it. It looks like the web service implementation is very buggy
unfortunately. I'm running Tomcat/axis and getting unstable handlings for this.
I am going to try the above tomcat handling. If this doesn't work I recommend
using sockets or something a bit more where the data is known as the exact
problem that occurs. If it is buggy, unfortunately there is no other
alternative then to go with a stable implementation.

Has anyone handled the above error before? Weere unable to connect to endpoint
is unstable at times?
CCericola
12/12/2005 4:02:07 PM
AddThis Social Bookmark Button