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

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

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

  1. Thnx, I got the same and rectified

  2. Hi! I was surfing and found your blog post… nice! I love your blog. 🙂 Cheers! Sandra. R.

  3. Wow, that worked perfectly. thanks

  4. Thanks It worked…..

  5. i used to append ‘?WSDL’ but an error occurred.

    {http://www.w3.org/2001/XMLSchema}schema already exists
    {http://www.w3.org/2001/XMLSchema}schema already exists
    javax.xml.rpc.ServiceException: Error processing WSDL document:
    javax.xml.rpc.ServiceException: Error processing WSDL document:
    javax.xml.rpc.ServiceException: Cannot find service:

  6. Thanks its a life saver 🙂

  7. Thank you very much. Solved.

  8. thanks!!! so much thanks!!

Leave a comment