Axis2 Error
I have recently starting forcing Https on one of my Coldfusion Instances.
Made the appropriate changes to the Axis2.xml file within the instance and was able to register a web service.
This specific web service that is failing is being called from another CF instance that isn't forcing Https but it does have this configuration in the Axis2.xml
<transportReceiver name="https"
class="coldfusion.xml.rpc.CFAxisServletListener">
<parameter name="port">80</parameter>
</transportReceiver>
<transportReceiver name="https"
class="coldfusion.xml.rpc.CFAxisServletListener">
<parameter name="port">443</parameter>
</transportReceiver>
The error I am getting in the axis2.log is:
[ajp-nio-8022-exec-1] AXIS2 ERROR org.apache.axis2.description.ClientUtils - The system cannot infer the transport information from the URL.
Doing a google search of this error it looks like there is supposed to be URL listed where mine is blank, this may be the key to the issue but I just have very little experience with this. I haven't been able to find much more on this error via google.
