Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3978

Recording a Microsoft Dynamics CRM application

$
0
0
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>&#60;fetch version&#61;&#34;1.0&#34; output-format&#61;&#34;xml-platform&#34; mapping&#61;&#34;logical&#34; distinct&#61;&#34;false&#34;&#62;&#60;entity name&#61;&#34;"
  "micc_pageaccueilentitees&#34;&#62;&#60;attribute name&#61;&#34;micc_entite&#34; &#47;&#62;&#60;attribute name&#61;&#34;micc_nombdentite&#34; &#47;&#62;&#60;attribute name&#61;&#34;micc_pageaccueilentiteesid&#34; &#47;&#62;&#60;order attribute&#61;&#34;micc_entite&#34; descending&#61;&#34;false&#34; &#47;&#62;&#60;filter type&#61;&#34;and&#34;&#62;&#60;condition attribute&#61;&#34;statecode&#34; operator&#61;&#34;eq&#34; value&#61;&#34;0&#34; &#47;&#62;&#60;&#47;filter&#62;&#60;&#47;entity&#62;&#60"
  ";&#47;fetch&#62;</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>"
 
Please help me to figure out on how to overcome this issue.
Thank you

Viewing all articles
Browse latest Browse all 3978

Trending Articles