Webservice.wsdl and credentials
问题 So I've got a bit of an issue I'm trying to work through. Perhaps some Flex guru could assist? I have a WebService instance that attempts to load a WSDL file from our JBoss Application Server. If I do something like this: webService = new WebService(); webService.destination = WebService.DEFAULT_DESTINATION_HTTP; webService.wsdl = "http://<removed>/services/ApiService?wsdl"; webService.loadWSDL(); everything works fine. The WSDL is loaded successfully and the application can invoke methods