Trying to set up my first Web Service Consumer
Hello,
I am trying to consume a webservice an set it up as per all the documentation I could find but I am getting errors like:
Unable to read WSDL from URL:
URL.asmx?WSDL
I have rewritten the URL a few different ways
remove the s from https,
remove the ?WSDL
Remove the https//: (different error)
But nothing seems to work. The consensus is that it is a URL error but I can't think of what to do next.
I can hit the URL through my browser no problems and I can get the service to work in SOAP UI and Boomerang. I just can't get it to work through the CF page I created.
Any guidance is appreciated, thank you.
