Link to home
Start Free TrialLog in
Avatar of Ryan Koolman
Ryan KoolmanFlag for Aruba

asked on

Web service error org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found

I create a web service in ColdFusion 11 that uses IIS 8.5 as it's web server.
The request I'm trying to do uses the https protocol on port 443.
When I request the wsdl, I can reach it with no issues.
When I request one of the functions in the web service I get the following error:
org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found

Axis 2 is installed under the ColdFusion server.
I cleared the classes directory on the ColdFusion server.

Have any of you encounter this issue and has any tips how to solve it?
ASKER CERTIFIED SOLUTION
Avatar of Dan McFadden
Dan McFadden
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial