Title: Mensagem
Hi ! I'm sure about error line. Have you already used HTTPService in Flex 2.0 Standalone Builder ? Does it work ?
 
Here's the entire source code:
 
<?xml version="1.0" encoding="utf-8"?>
<cairngorm:ServiceLocator xmlns:mx="http://www.macromedia.com/2005/mxml"
        xmlns:cairngorm="com.datasul.framework.ui.cairngorm.business.*">
       
 <mx:HTTPService
     id="testDataSrv"
     method="POST"
     resultFormat="xml"
     url=""http://localhost:8080/Teste/servlet/TestDataService">http://localhost:8080/Teste/servlet/TestDataService"
     useProxy="false"/>
  
</cairngorm:ServiceLocator>
 
P.S: It's a simple tentative to use Cairngorm - with some changes - in Flex 2.0 environment.
 
Tks again,
Michel.
-----Mensagem original-----
De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Matt Chotin
Enviada em: quarta-feira, 9 de novembro de 2005 03:17
Para: flexcoders@yahoogroups.com
Assunto: RE: [flexcoders] HTTPService and Flex 2.0

That looks right, not sure why it’d be giving you trouble.  I wonder if the line numbers for the error are just wrong?

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michel Bertrand
Sent: Tuesday, November 08, 2005 12:06 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] HTTPService and Flex 2.0

 

Hello !

Have somebody used HTTPService in Flex 2.0 Alpha ?

I got the error "Access of undefined property document" for the tag below:

1       <mx:HTTPService
2               id="testDataSrv"
3               method="POST"
4               resultFormat="xml"
5               url=""Courier New" color=#990000 size=2>http://localhost:8080/Teste/servlet/TestDataService"
6               useProxy="false"/>

The editor marks line 3 (method="POST") as error reason, any idea ?

Thanks in advance !

Michel Bertrand | Desenvolvimento | DATASUL Tecnologia
Acesse www.datasuldirect.com.br e conheça mais sobre os produtos e soluções de tecnologia





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




Reply via email to