Cannot connect to MSCRM2011

Proposed Cannot connect to MSCRM2011

  • Thursday, May 19, 2011 10:43 AM
     
     

    We have installed MSCRM 2011.Now in the browser we can login to the CRM using a username and password.

    In the MS CRM Settings/custamizations/developer resources we could download the discovery.wsdl, organisation.wsdl etc.We imported these wsdl files to Soap UI where the soap request of discovery.wsdl/execute contains the following only...

    <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:dis="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery">
       <soap:Header/>
       <soap:Body>
          <dis:Execute>
             <!--Optional:-->
             <dis:request/>
          </dis:Execute>
       </soap:Body>
    </soap:Envelope>
                                 And we cant execute the request.Plese give a solution for the request to execute or give the actual soap content needed to execute.

    Also we cant convert the wsdl files to java.When executing the build.bat the following error occurs..

    java.io.IOException: ERROR: Missing <soap:fault> element inFault "OrganizationSe
    rviceFaultFault" in operation "OrganizationServiceFaultFault", in binding Create


    The soap ui request is considered on failing to convert the wsdl to java as we are dealing with java programming

All Replies

  • Thursday, May 19, 2011 2:37 PM
     
     Proposed

     hi i think this very helpful blog site for jamie miley will help you alot regarding soap executions. check his post out and see which one suits you the best.

     

    http://mileyja.blogspot.com/


    Please vote if I helped out :) thanks all in this forum for helping with any problem i had.
    • Proposed As Answer by gokou84san Friday, May 20, 2011 6:07 AM
    •