Connect to Dynamics CRM 2011 online OSDP web service with Java

Unanswered Connect to Dynamics CRM 2011 online OSDP web service with Java

  • Wednesday, April 11, 2012 10:11 AM
     
     

    We are using CRM 2011 online version with new Authentication type OSDP(online AD authentication).

    Any one having idea to access CRM web-service from Java?  Is there any sample available in SDK or somewhere else..

    Any help appreciated..


    Guru Prasad


All Replies

  • Wednesday, April 11, 2012 2:42 PM
     
     
    It is quite a challenge to connect to SOAP 2011 endpoint if you are not using .NET. A workaround for this is to build a proxy web service using CRM SDK, which can then be consumed by your Java client. Not a perfect solution, but it is the easiest option. 

    Daniel Cai | http://danielcai.blogspot.com | @danielwcai