Hi all,
I have recorded a CRM application just the Login part and when I replay the script one web_custom_request always fails with following error message: "HTTP Status-Code=500 (Internal Server Error) for "https://gestion-dossiers.integration."
The request contains "Body=<soap:Envelope" and looks like that:
web_custom_request("web_2",
"URL=https://gestion-dossiers.integration.lumos-dev.micc.gouv.qc.ca/MICCIntegration/XRMServices/2011/Organization.svc/web",
"Method=POST",
"Resource=0",
"RecContentType=text/xml",
"Referer=https://gestion-dossiers.integration.lumos-dev.micc.gouv.qc.ca/MICCIntegration/%7B635526974120004150%7D/WebResources/micc_LSTQ.PageAccueil.html",
"Snapshot=t142.inf",
"Mode=HTML",
"EncType=text/xml; charset=utf-8",
"Body=<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'><soap:Body><RetrieveMultiple xmlns='http://schemas.microsoft.com/xrm/2011/Contracts/Services' xmlns:i='http://www.w3.org/2001/XMLSchema-instance'><query i:type='a:FetchExpression' xmlns:a='http://schemas.microsoft.com/xrm/2011/Contracts'><a:Query><fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"><entity name=""
"micc_pageaccueilentitees"><attribute name="micc_entite" /><attribute name="micc_nombdentite" /><attribute name="micc_pageaccueilentiteesid" /><order attribute="micc_entite" descending="false" /><filter type="and"><condition attribute="statecode" operator="eq" value="0" /></filter></entity><"
";/fetch></a:Query></query></RetrieveMultiple></soap:Body></soap:Envelope>",
LAST);
"URL=https://gestion-dossiers.integration.lumos-dev.micc.gouv.qc.ca/MICCIntegration/XRMServices/2011/Organization.svc/web",
"Method=POST",
"Resource=0",
"RecContentType=text/xml",
"Referer=https://gestion-dossiers.integration.lumos-dev.micc.gouv.qc.ca/MICCIntegration/%7B635526974120004150%7D/WebResources/micc_LSTQ.PageAccueil.html",
"Snapshot=t142.inf",
"Mode=HTML",
"EncType=text/xml; charset=utf-8",
"Body=<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'><soap:Body><RetrieveMultiple xmlns='http://schemas.microsoft.com/xrm/2011/Contracts/Services' xmlns:i='http://www.w3.org/2001/XMLSchema-instance'><query i:type='a:FetchExpression' xmlns:a='http://schemas.microsoft.com/xrm/2011/Contracts'><a:Query><fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"><entity name=""
"micc_pageaccueilentitees"><attribute name="micc_entite" /><attribute name="micc_nombdentite" /><attribute name="micc_pageaccueilentiteesid" /><order attribute="micc_entite" descending="false" /><filter type="and"><condition attribute="statecode" operator="eq" value="0" /></filter></entity><"
";/fetch></a:Query></query></RetrieveMultiple></soap:Body></soap:Envelope>",
LAST);
And I have no idea what needs to be correlated and how to correlate the "Body=<soap:Envelope".
The response for this request is a XML with error message:
"<faultstring>
The message with Action cannot be processed at the receiver, due to a ContractFilter mismach at the EndpointDispatcher.
Check that sender and receiver have the same contract and the same binding (including security requirerments, e.g. Message, Transport, None)
</faultstring>"
"<faultstring>
The message with Action cannot be processed at the receiver, due to a ContractFilter mismach at the EndpointDispatcher.
Check that sender and receiver have the same contract and the same binding (including security requirerments, e.g. Message, Transport, None)
</faultstring>"
Please help me to figure out on how to overcome this issue.
Thank you
Thank you