Description:
When running the SelfRegistration XML sample, I am getting a response code of 500 and the resulting SOAP response comes back with a "Not authorized for service" fault code.
Solution:
Since the self registration task is a public task, check that the URL for the TEWS post contains the public alias for your Identity Manager environment instead of the private alias.
So the SOAP request should go to: http://fqdn:9080/idm/TEWS6/publicalias/ and NOT: http://fqdn:9080/idm/TEWS6/privatealias/.
If you are using our sample settings.properties file in the /tools/samples/webservices/XML folder, the environment name should be set to the private alias.