Asked by:
Change status of Case entity using OData in 2013

Question
-
Hi All,
In CRM 2011 to change the status of a case using javascript im using SOAP service. I came to know that SOAP is not supported in 2013. Is there any way to change case status using OData?
Regards,
Kishan.
Thursday, November 7, 2013 6:05 AM
All replies
-
Hi,
Where did you get this information SOAP requests are not supported in CRM 2013 :) ?
You have to execute SOAP request, Please check following linkshttp://xrmservicetoolkit.codeplex.com/
http://jaimiescode.blogspot.com/2012/02/introduction-xrmservicetoolkit-crm-2011.html
http://guruprasadcrm.blogspot.com/2013/02/change-record-status-using-javascript.html
Hope this helps. If you get answer of your question, please mark the response as an answer and vote as helpful !
Vikram !- Proposed as answer by HIMBAPModerator Thursday, November 7, 2013 8:16 AM
Thursday, November 7, 2013 6:18 AM -
please share the steps and code for generate the soap for change the status of record.Thursday, November 21, 2013 6:11 AM
-
You can use SOAP logger or SOAP request formatter tool :
http://msdynamics2011.blogspot.com/2011/08/soaplogger.html
http://crm2011soap.codeplex.com/
Hope this helps. If you get answer of your question, please mark the response as an answer and vote as helpful !
Vikram !Thursday, November 21, 2013 6:17 AM -
Soap Loger is not present in crm 2013 and i'm working on crm 2013.
xrmservicetoolkit is there but i don't know how to use it .
Is there any third party tool for generate soap like SoapLogger in crm 2011?
Thursday, November 21, 2013 6:22 AM -
As far as I know, nothing has been changed in CRM 2013 regards to SOAP requests format.
So, you could try to use same tool.
Also, inside CRM 2013 SDK there is SOAP logger tool available on following location :
SDK\SampleCode\CS\Client\SOAPLogger\SOAPLogger
Hope this helps. If you get answer of your question, please mark the response as an answer and vote as helpful !
Vikram !Thursday, November 21, 2013 6:29 AM -
SDK\SampleCode\CS\Client\SOAPLogger\SOAPLogger its not working for online crm 2013.Thursday, November 21, 2013 6:36 AM
-
You could use it in On-Premise version and same SOAP request would work in Online as well.
Hope this helps. If you get answer of your question, please mark the response as an answer and vote as helpful !
Vikram !Thursday, November 21, 2013 6:39 AM