i have .net web service api example

http://190.100.1.102/ws/Service.asmx

wsdl address: http://190.100.1.102/ws/Service.asmx?WSDL

is anyone can show me how to set up webservice in fds to access
my .net web service api

if configure flex-proxy-service.xml by adding

<destination id="myWS" adapter="soap-proxy">
   <properties>
             <wsdl>http://190.100.1.102/ws/Service.asmx?WSDL</wsdl>
      <soap>http://190.100.1.102/ws/Service.asmx</soap>
   </properties>
   <channels>
        <channel ref="my-amf"/>
  </channels>
</destination>

but i still get error when i run my app
Error: can not send and can not load success wsdl

Thanks








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to