Skip to content

Instantly share code, notes, and snippets.

@andyj
Last active December 17, 2015 18:09
Show Gist options
  • Save andyj/5651084 to your computer and use it in GitHub Desktop.
Save andyj/5651084 to your computer and use it in GitHub Desktop.
Fatal Error: URI=https://www.someurl.co.uk/RegService.asmx Line=110: The element type "p" must be terminated by the matching end-tag "
<cfscript>
wsUrl = "https://www.someurl.co.uk/RegService.asmx";
ws = CreateObject("webservice", wsUrl );
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment