can you please tell me from where i will get that jar files?
-
Tuesday, May 15, 2012 7:13 AM
Hi All,
please tell me from where i will get that jar files.
If any one knows please share the location.
import org.datacontract.schemas._2004._07.Microsoft_MT_Web_Service_V2.TranslateArrayResponse; import org.datacontract.schemas._2004._07.Microsoft_MT_Web_Service_V2.TranslateOptions; import org.tempuri.SoapService; import org.tempuri.SoapServiceLocator; import com.microsofttranslator.api.V2.LanguageService; import com.microsofttranslator.api.V2.adm.AdmAccessToken;
govardhan
All Replies
-
Tuesday, May 15, 2012 2:36 PMModerator
Where did this code come from?
For what it's worth, these look like they were auto-generated by a tool from creating a reference to the SOAP service.
I.E. Some IDE's have a proxy generator that when you point them at an endpoint like: http://api.microsofttranslator.com/V2/Soap.svc will generate the classes that are used to communicate with that service.
Thus, the classes that you're looking for wouldn't be in a jar somewhere, but would be in your project post-generation.
//Laurence Moroney: www.netnavi.tv // Author of 'Introducing Silverlight' series and much more // @lmoroney
- Proposed As Answer by Laurence MoroneyMicrosoft Employee, Moderator Wednesday, May 16, 2012 2:35 AM
- Marked As Answer by Laurence MoroneyMicrosoft Employee, Moderator Thursday, May 24, 2012 2:50 PM

