I am trying to consume a coldfusion webservice that has been implemented as
CFC. My calling program resides in Weblogic 8.1 (Java Program). I used the
clientgen task from Weblogic to generate the Stub, Service and Interfaces for
the CFC webservice. When I am trying to call the CFC webservice I am getting a
Connection refused error.
The CFC webservice is running on CFMX 6.1 with Apache.

Any help is highly appreciated.