Authentication using SOAP protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2012 11:40 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2012 12:56 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2012 04:12 PM
Got it working now.
Thanks