Announcements
*This post is locked for comments
Hi,For Reference:I got below exception details in DynamicWebserviceException Console.
If I removed OrganizationKey field in the request payload, i got below exception,
Regards,Priya
This exception got resolved by below request payload,<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://schemas.microsoft.com/dynamics/gp/2006/01" xmlns:ns1="http://schemas.microsoft.com/dynamics/2006/01" xmlns:ns2="http://schemas.microsoft.com/dynamics/security/2006/01"> <soapenv:Header/> <soapenv:Body> <ns:GetEmployeeList> <ns:criteria> <ns:EmployeeKeyId> <ns:EqualValue>BARB0001</ns:EqualValue> </ns:EmployeeKeyId> </ns:criteria> <ns:context xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/dynamics/2006/01"> <ns1:WorkOnBehalfOf>MSW64BJDEP\administrator</ns1:WorkOnBehalfOf> <ns1:OrganizationKey xsi:type="CompanyKey"> <Id>-1</Id> </ns1:OrganizationKey> <ns1:CultureName>en-US</ns1:CultureName> <ns1:CurrencyType>Local</ns1:CurrencyType> </ns:context> </ns:GetEmployeeList> </soapenv:Body></soapenv:Envelope>Thanks & regards,Priya
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Dan Liebl 2