I know nothing about the service you are attempting to use but my guess would be that you are using the wrong URL for your cfhttp call. The one you have listed appears to be for the WSDL, which works and is what you are getting as the response. When calling a web service via cfhttp you do not need the WSDL URL. Try using this instead: https://sandbox-soap.billsafe.de/V211/prepareOrderRequest/. I am only guessing that is the correct end-point to use. Their documentation should tell you for sure.
↧