A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: FLEX : Could not load the WSDL

  1. #1

    FLEX : Could not load the WSDL

    I'm trying to load an WSDL within Flex. But I get the error

    Could not load the WSDL

    My settings :

    - Tomcat on WinXP, localhost:8080
    - Flex 1.5 running on the Tomcat server

    My MXML code :

    Code:
    <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml">
    
        <mx:WebService id="ws" wsdl="http://www.leihitu.nl/soap/soap.php?wsdl" fault="out.text = event.fault.faultstring" result="out.text = event.result"/>
    
        <mx:Button label="go" click="ws.hello('foo')" />
    
         <mx:Label id="out" />
    
     </mx:Application>
    Life is an X-periment , so sit back and enjoy !!!

    God is real ... unless declared int.

    http://www.leihitu.nl

  2. #2
    problem solved. The domein was not specified in the whitelist
    Life is an X-periment , so sit back and enjoy !!!

    God is real ... unless declared int.

    http://www.leihitu.nl

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center