Authentication using SOAP protocol

rhether
Kilo Contributor

I can create new tickets in servicenow using the SOAP protocol using a dev tool, soapUI.
Now that I know what my XML looks like, I need to add a SOAP-ENV:Header to my XML for the credentials.

Does anyone know what fields or XML tags are required to pass the credentials for authorization?
something like: username, password, domain.

2 REPLIES 2

tony_fugere
Mega Guru

Basic Auth is in the HTTP headers, not the SOAP message.

If you are attempting to use WS-Security, check out this Wiki article: http://wiki.servicenow.com/index.php?title=SOAP_Web_Service#WS-Security


rhether
Kilo Contributor

Got it working now.
Thanks