Forum Discussion

sunsmile's avatar
sunsmile
Occasional Contributor
14 years ago

WebService End tag 'ul' does not match the start tag 'p' problem

Hi,

I am getting below error when i am trying to call a web method in my .asmx web service(Using WebServices.WebService1.TypeFactory concept)

 

An error occurred while parsing a request of the web service. End tag 'ul' does not match the start tag 'p'.



If i post the XML to the webmethod using MSXML2.XMLHTTP concept it works fine.



Any reason why it is failing with above error? Please do let me know if you need more information here.