Axis problem
Hi,
I'm using Coldfusion 11 and I'm trying to consume a web service but I'm getting the following error:
org.apache.axis2.AxisFault: An error occurred while checking the security for the message.I can create an object of the WSDL and cfdump it, so there's no problem with the definition. The error occurs when I try to call one of the functions.
<cfset ws = createObject( "webservice", "https://testapi.kedin.nl/mediatorservice.svc?wsdl" )>
<cfdump var="#ws#">
Has anyone seen this error before?
Thanks
