Hi to all. I need to consume Navision codeunit web service from a j2ee application deployed on websphere.
A developed a standalone application and it works perfectly. When I copy this code in a java class within the j2ee application I have a nullpointexception. Reading trace log server, I found out the web service call is executed but the answer is a 401 error...I don't know why but is seems the authentication I implemented does not work in a j2ee application. Is there a way to implement such an integration? I spent some day without success.
Thanks in advance!
*This post is locked for comments