HI All,

I am using Flex 3.0 for building the client and imported the wsdl file which is 
running on Tomcat server.
I am using <mx:WebService> tag to access it from the MXML component file...
i was going through an example in flex generated webservices code
which says to declare xmlns:srv="generated.webservices.*"
and then declare the service
<srv:ServiceName id ="myService">
<srv:saveName_request_var>
     <srv:SaveName_request in0=myValue/>
     </srv:saveName_request_var>
   </srv:ServiceName>

wondering from above what is in0...when i use the same above code it gives me 
an error saying it must be enclosed in single quotes..

if anybody knows please post it..

Thanks,

------------





      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

Reply via email to