Loadrunner error

<?xml version="1.0" ?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <Execute xmlns="http://schemas.microsoft.com/xrm/2011/Contracts/Services" xmlns:c="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <request xmlns:a="http://schemas.microsoft.com/xrm/2011/Contracts">
                <a:Parameters xmlns:b="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
                    <a:KeyValuePairOfstringanyType>
                        <b:key>Query</b:key>
                        <b:value i:type="a:FetchExpression">
                            <a:Query>
                                <fetch distinct="true" mapping="logical" output-format="xml-platform" version="1.0">
                                    <entity name="systemuser">
                                        <filter type="or">
                                            <condition attribute="systemuserid" operator="eq" value="95c3f25c-7e84-e411-80bf-005056a80de8"/>
                                        </filter>
                                        <attribute name="systemuserid"/>
                                        <attribute name="internalemailaddress"/>
                                        <attribute name="personalemailaddress"/>
                                        <attribute name="firstname"/>
                                        <attribute name="lastname"/>
                                        <attribute name="fullname"/>
                                    </entity>
                                </fetch>
                            </a:Query>
                        </b:value>
                    </a:KeyValuePairOfstringanyType>
                </a:Parameters>
                <a:RequestId i:nil="true"/>
                <a:RequestName>RetrieveMultiple</a:RequestName>
            </request>
        </Execute>
    </s:Body>
</s:Envelope>
        "URL=http://cis1703vmcrmdev.avnet.com/AvnetEMASB00/XRMServices/2011/Organization.svc/web", 
        "Method=POST", 
        "Resource=0", 
        "RecContentType=text/xml", 
        "Referer=http://cis1703vmcrmdev.avnet.com/AvnetEMASB00/%7B635406226360000809%7D/WebResources/msdyn_/PersonalWall.htm", 
        "Mode=HTML", 
        "EncType=text/xml; charset=utf-8", 

 

<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-US">The message with Action '' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>

 

posted on 2015-01-15 16:53  keep_walking  阅读(249)  评论(0)    收藏  举报