CRM « soap « Java Enterprise Q&A





1. AppointRequest with SOAP message to MS Dynamics CRM 4.0    stackoverflow.com

I want to execute an AppointmentRequest through a SOAP message to Dynamics CRM 4.0 The following SOAP message I am posting:

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:m0="http://schemas.microsoft.com/crm/2007/CoreTypes" xmlns:m="http://schemas.microsoft.com/crm/2007/WebServices" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
   ...

2. CRM 2011 send any request via XHR    stackoverflow.com

We're in the process of moving a pretty complex ASP.NET application to Javascript. OData is not an option since a) the page must be callable from outside the CRM as well b) ...

3. SOAP Request/Responses using C#    stackoverflow.com

Can anyone provide me an example of how SOAP requests/responses are made (using URL & maybe credentials)? I googled a lot, watched many question on stack, but still got nothing... I ...

4. CRM 2011 - change statecode + statuscode by javascript    stackoverflow.com

I want to change statecode and statuscode on ribbon button click in CRM 2011. I have javascript function calling SOAP:

if (typeof (Smpl) == "undefined") { Smpl = {}; }

Smpl.Items = {
change: function ...