Success!! if anyone is interested.
On closer inspection of the application logs I found the error below:
Cannot perform web service invocation CheckUserAuthenticates.The fault returned
when invoking the web service operation is:<br> <pre>AxisFault faultCode:
{http://www.w3.org/2003/05/soap-envelope}Server.userException faultSubcode:
faultString: org.apache.commons.httpclient.NoHttpResponseException: The server
failed to respond faultActor: faultNode: faultDetail:
{http://xml.apache.org/axis/}stackTrace:org.apache.commons.httpclient.NoHttpResponseException:
The server www.boneacademy.com failed to respond at
org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1976)
at....
I googled and found this article written by Tom Jordhal in 2007
http://tjordahl.blogspot.com/2007/03/apache-axis-and-commons-httpclient.html.
By basically switching the pivot values below
from:
<transport name="http"
pivot="java:org.apache.axis.transport.http.CommonsHTTPSender"></transport>
To this:
<transport name="http"
pivot="java:org.apache.axis.transport.http.HTTPSender"></transport>
restarted the server, everything now works.
Matt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336802
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm