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,
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 Hemant,
I am using php code. So java-script will not work.
Hi Sandeep,
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);
Thanks
Hemant
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 refer the below link :
rajeevpentyala.com/.../xrmservicetoolkit
Also refer the below link for the libraries
Hi Mohit,
I used those link already, I am looking for how can I call fetchXML query using SOAP request.
Thanks,
Sandeep
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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156