We are facing the "The application encountered an unhandled system exception. Contact your system administrator for details." error with the methods of the services.
<soapenv:Envelope xmlns:soapenv="">schemas.xmlsoap.org/.../" xmlns:ns="">schemas.microsoft.com/.../01" xmlns:ns1="">schemas.microsoft.com/.../01" xmlns:ns2="">schemas.microsoft.com/.../01">
<soapenv:Header/>
<soapenv:Body>
<ns:GetEmployeeList>
<ns:criteria xmlns:xsd="">www.w3.org/.../XMLSchema" xmlns:xsi="">www.w3.org/.../XMLSchema-instance">
<ns:EmployeeKeyId>
<ns:EqualValue>BARB0001</ns:EqualValue>
</ns:EmployeeKeyId>
<ns:IsActive>
<ns:EqualValue>1</ns:EqualValue>
</ns:IsActive>
<ns:Scope>Return All</ns:Scope>
</ns:criteria>
<ns:context xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xmlns="">schemas.microsoft.com/.../01">
<ns1:OrganizationKey xsi:type="CompanyKey">-1</ns1:OrganizationKey>
<ns1:CultureName>en-US</ns1:CultureName>
<ns1:CurrencyType>Transactional</ns1:CurrencyType>
</ns:context>
</ns:GetEmployeeList>
</soapenv:Body>
</soapenv:Envelope>
Priya