Announcements
No record found.
Hi,
Can I call fetch XML using soap request? I need to list dynamic data list in PHP.
Thanks,
Sandeep
*This post is locked for comments
Hi Sandeep,
Yes you can, please refer the below links :
crmtroubleshoot.blogspot.in/.../dynamics-crm-2011-php-and-soap-calls.html
jlattimer.blogspot.in/.../soap-only-authentication-using-php.html
Hi Mohit,
I used those link already, I am looking for how can I call fetchXML query using SOAP request.
Please refer the below link :
rajeevpentyala.com/.../xrmservicetoolkit
Also refer the below link for the libraries
xrmservicetoolkit.codeplex.com
Sandeep,
Within the CRM SDK is an application called SOAP logger, it will take any organization request and give you the SOAP message needed to generate the request. It is a really neat little tool!
Bob
Please try this code. This may helps you.
var fetchXml = "<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='false'>" + "<entity name='entityname'>" + "</entity>" + "</fetch>"; var results = XrmServiceToolkit.Soap.Fetch(fetchXml);
ThanksHemant
Hi Hemant,
I am using php code. So java-script will not work.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Varsha deshpande 5
JS-09031509-0 3
Ciprian P 2