ContributionsMost RecentMost LikesSolutionsRe: Unable to load WSDL Error - End tag doesn't match start tagNever Mind, I forgot to append ?WSDL to the end of the URL. Re: Unable to find objectI've had similar issues with some of our custom controls. I've had luck specifying the full reference (system.app.frame etc). I've also seen instances where objects that are generated on the fly at runtime can get the same name which confuses things. I tinkered with manually adjusting the mapped names. That, however, is just a work around for the custom controls I deal with. It's hard to say if that would work for you, but it's a place to start playing. Unable to load WSDL Error - End tag doesn't match start tagI am attempting to select an asmx WSDL document in Test complete 7.51.6. Every time I attempt to do it, I get the following error: "Unable to load WSDL File/Location: http://localhost/API/api.asmx. Error [End tag 'span' does not match the start tag 'br'. Line:59 </span>]" At first glance, I'm a little confused because it would seem that the <br> tag shouldn't have a matching closing tag. I'm hoping I'm missing something obvious. Anyone have an idea? Thanks!