Answered can you please tell me from where i will get that jar files?

  • Tuesday, May 15, 2012 7:13 AM
     
      Has Code

    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 PM
    Moderator
     
     Answered

    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