I have a simple web service calling a SOAP web service on my local
machine. The call looks like:


 <mx:WebService id="wsTest"
         wsdl="http://localhost:9126/SOAP";
         load="wsTest.FlexData.getData()"
         fault="trace(-1);" />


It seems to hang waiting for localhost and if I let it wait long
enough, it will give me the following error:

ReferenceError: Error #1069: Property getData not found on
mx.rpc.soap.mxml.Operation and there is no default value.
        at Step2/__wsTest_load()
...


On the Web Server side, I am looking for client connects from flash
and do not seem to get even the client connect. Any ideas?

Is there anything that looks odd with the WebService statement?


Rich






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

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