CFHTTP errors
We use Coldfusion 8 (Application) to consume a webservice which is in Java environment (Server websphere). Both are different servers and located in different places.
The environments are :
Application : Windows (OS), CF 8
The webservice available environment : Unix (OS), JAVA/J2EE, Websphere
To consume a webservice we use the method "CFHTTP". Since we are not getting the file content. To debug we are trying different options to identify the error
1)Using trace method in cfhttp.
403 Forbidden You don't have permission to access / on this server. IBM_HTTP_Server/6.1.0.25 Apache/2.0.47 Server at wwwdev.test.test.com Port 80
2) With post method in "cfhttp"
No error message but the cfhttp.filecontent is empty.
Can you please suggest?
Thanks,
Satheesh.
