Hi,
I'm making a SOAP request for revising a quote in CRM Dynamics 2015.
The quote is Active but the response says: The quote cannot be revised because it is not in closed state.
Any ideas? This is very strange...
SOAP CALL:
SOAP ANSWER:
<s:Envelope xmlns:s="schemas.xmlsoap.org/.../envelope"><s:Body><s:Fault><faultcode>s:Client</faultcode><faultstring xml:lang="it-IT">The quote cannot be revised because it is not in closed state.</faultstring><detail><OrganizationServiceFault xmlns="schemas.microsoft.com/.../Contracts" xmlns:i="www.w3.org/.../XMLSchema-instance"><ErrorCode>-2147220941</ErrorCode><ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic"/><Message>The quote cannot be revised because it is not in closed state.</Message><Timestamp>2015-06-11T12:31:14.2622882Z</Timestamp><InnerFault><ErrorCode>-2147220941</ErrorCode><ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic"/><Message>The quote cannot be revised because it is not in closed state.</Message><Timestamp>2015-06-11T12:31:14.2622882Z</Timestamp><InnerFault i:nil="true"/><TraceText i:nil="true"/></InnerFault><TraceText i:nil="true"/></OrganizationServiceFault></detail></s:Fault></s:Body></s:Envelope>
*This post is locked for comments