Unfortunately Bablefish uses soap encoding, which is illegal with J2EE web services. But thats not the cause of the SocketTimeoutException.
More likely http://services.xmethods.net:80/perl/soaplite.cgi was not responding. | <?xml version="1.0"?> | <definitions name="BabelFishService" xmlns:tns="http://www.xmethods.net/sd/BabelFishService.wsdl" targetNamespace="http://www.xmethods.net/sd/BabelFishService.wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/"> | <message name="BabelFishRequest"> | <part name="translationmode" type="xsd:string"/> | <part name="sourcedata" type="xsd:string"/> | </message> | <message name="BabelFishResponse"> | <part name="return" type="xsd:string"/> | </message> | <portType name="BabelFishPortType"> | | <operation name="BabelFish"> | <input message="tns:BabelFishRequest" /> | <output message="tns:BabelFishResponse" /> | </operation> | </portType> | <binding name="BabelFishBinding" type="tns:BabelFishPortType"> | <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> | <operation name="BabelFish"> | <soap:operation soapAction="urn:xmethodsBabelFish#BabelFish"/> | | <input> | <soap:body use="encoded" namespace="urn:xmethodsBabelFish" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> | </input> | <output> | <soap:body use="encoded" namespace="urn:xmethodsBabelFish" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> | </output> | </operation> | </binding> | <service name="BabelFishService"> | | <documentation>Translates text of up to 5k in length, between a variety of languages.</documentation> | <port name="BabelFishPort" binding="tns:BabelFishBinding"> | <soap:address location="http://services.xmethods.net:80/perl/soaplite.cgi"/> | </port> | </service> | </definitions> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887238#3887238 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887238 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
