
I've spent days searching for a solution to get a simple HTTP web service, salesorder.read, working off of a JAVA client to no avail. We're trying to achieve communication first via NTLM as this was suggested in many forums, but I'm open to other suggestions however, I haven't had any luck with SOAP UI.
Configuration:
-AX 2012 R3
- Changed HTTP configuration binding from Windows to NTLM (as suggested in many posts)
- IIS
- Authentication set to Windows Authentication
- Windows authentication providers; NTLM set as primary
- SOAP UI
- Basic configuration w/ Authentication set to NTLM
- Verified lmcompatibilitylevel set to 1 on server
The response has ever been "An error occurred." or "401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view this directory or page using the credentials that you supplied."
Event viewer on the server shows a similar error, "Object Server 01: An error has occurred in the services framework. Method: AifMessageInspector::AfterReceiveRequest. Error: System.Security.SecurityException: The user name or password is incorrect."
Please, any insight would be appreciated.