DotNet Friends

June 23, 2009

Error #1085: The element type “p” must be terminated by the matching end-tag “” in Flex

Filed under: Flex — Tags: — patriwala @ 1:37 pm

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

Blog at WordPress.com.