| WSDL location: | http://www.xmethods.net/sd/2001/BabelFishService.wsdl |
| targetnamespace: | http://www.xmethods.net/sd/BabelFishService.wsdl |
| services | bindings | porttypes | messages |
| BabelFishService | BabelFishBinding | BabelFishPortType | BabelFishRequest |
| BabelFishResponse |
| ports |
|
|||||
| source | <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> |
| type | tns:BabelFishPortType | |
| extensibility | <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> |
|
| operations | ||
| used by |
|
|
| source | <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" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xmethodsBabelFish"/> </input> <output> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xmethodsBabelFish"/> </output> </operation> </binding> |
| operations |
|
|||||
| used by |
|
|||||
| source | <portType name="BabelFishPortType"> <operation name="BabelFish"> <input message="tns:BabelFishRequest"/> <output message="tns:BabelFishResponse"/> </operation> </portType> |
| parts |
|
||||||||
| used by |
|
||||||||
| source | <message name="BabelFishRequest"> <part name="translationmode" type="xsd:string"/> <part name="sourcedata" type="xsd:string"/> </message> |
| parts |
|
||||
| used by |
|
||||
| source | <message name="BabelFishResponse"> <part name="return" type="xsd:string"/> </message> |