Last active
December 17, 2015 18:09
-
-
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 "
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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