Hi,

I'm having a strange problem when trying to build my project on a Mac.
I'm using DataServices.as if anyone is familiar with it..

Anyway, the problem comes when I try to pass arguments to the webservice.
Without arguments, all data is received, but when I send args I get a HTTP
error:

var op:Operation = ws[methodName];
ws.addEventListener("result",onResult);

ws.addEventListener("fault",onFault);
if(args) op.arguments = args;

op.resultFormat = "e4x";
op.send();

On windows this is working great, but when I compile it and run it on mac,
this is the error:

mx.messaging.messages.ErrorMessage (@178634c1)
Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false
eventPhase=2 text="Error #2032: Stream Error. URL:
http://labs.pixco.com/medtronicWS/login/loginRegistration.asmx";]. URL:
http://labs.pixco.com/medtronicWS/login/loginRegistration.asmx

Anyone with a clue?
I'm sure this is a bug, since compiling this in windows works flawless.

Thanks,
Jonas





--
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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