Thanks for your reply Mark.
These were the errors I posted just for easy understanding. I am now explaining the whole processes that lead to get this error.
I am calling a webMethods web service from remedy that has two inputs 1. Type and 2. Name
“Access Denined” error received from webMethods server_1 when I try to call the web service without any username/password. The service execute ACL is set to Anonymous access. I verified all the parameters are roperly passed and it has the right data type.
I could access the same service from a different server server_2 without username/password as the Execuate ACL is set to Anonymous in the service.
Just to crosscheck the error, I used “Soap Sonar” tool and it returned the same error. Even when I call the service from server_2 to server_1 it returns “Access Denied”.
Just to check the rpc, I typed http://server_1:5555/soap/rpc and it returned null pointer exception in the internet explorer browser.
Also, I tried creating custom soap handler which returns “null pointer” error when I call from webMethods itself.
I appreciate your help.
Thanks,
Mani
#soa#webMethods#API-Management