I am having an issue trying to access a webserver. I am getting a timeout error. The partner that is suppling the webservice tells me I have correct information and they are not timeing out.
Any insite would be helpful since I am new to webservices. Below is the code I am using to accesss the service. <cfsetting requesttimeout="100"> <!--- login into the lobster system ---> <cfinvoke method="Login" returnvariable="responseinfo" webservice="http://192.168.13.54/LobsterWebService/Lobster.wsdl"> <cfinvokeargument name="Domain" value="domain"> <cfinvokeargument name="User" value="matt"> <cfinvokeargument name="Pass" value="password"> </cfinvoke> AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.net.ConnectException: Connection timed out: connect faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158) at java.net.Socket.connect(Socket.java:461) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275355 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

