|
To start using the SOAP API for the Microsoft Translator service you will first need to
ensure you are using the .NET 3.5 Framework then add a service reference to your project.
To do this, right-click on the project and select 'Add Service Reference'.
|
|
|
Enter the URL http://api.microsofttranslator.com/V1/Soap.svc into the Address
field and click Go. A Soap service should appear in the left menu. Set
the namespace property to TranslatorService and click OK to add the
client proxy classes to the project.
|
|
|
You will now be able to create an instance of the TranslatorService in your code and call
the various methods available. This is covered in more detail in the following SOAP demos.
|