RockyMyx / as3webservice

Automatically exported from code.google.com/p/as3webservice
0 stars 1 forks source link

Connect to a Service.svc webservice #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to a .../Service1.svc?wsdl instead of /Service1.asmx?wsdl

What is the expected output? What do you see instead?
Access to webservice methodes but I get the following erros:

Error opening URL 'http://localhost:4527/Service1.svc?wsdl'

[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 
text="Error #2032: Stream Error. URL: http://.../Service1.svc?wsdl"] 

What version of the product are you using? On what operating system?
Flash CS6, AS3, last version on google code of as3webservice.

Please provide any additional information below.
Works great if using the flex rpx swc on flash when connecting to 
.../Service1.svc?wsdl

Original issue reported on code.google.com by hsantosw...@gmail.com on 20 Nov 2012 at 2:21