Error #1085: The element type “p” must be terminated by the matching end-tag “” in Flex
June 23, 2009
7 comments
I have got this Error when I used asp.net web services in FLEX. I found Solution which is mention below.
Steps:
1) Check the URL of your Web Services
you can put direct URL of Web services here I am used URL is http://localhost:3549/ChangeWebConfigFile/WebService.asmx and got Error.
2)
change in URL http://localhost:3549/ChangeWebConfigFile/WebService.asmx?WSDL and solve the Error.
thnx
Categories: Flex
error 1085 flex
Recent Comments