Announcing the Global SNUG Board of Directors. Learn more here

Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tiagomacul
Mega Sage
Mega Sage

Para testar as chamadas um método que pode ser utilizado é a Extension   Wizdler do Google Chrome que poder ser instalada ao Browser em:   Wizdler - Chrome Web Store

Header 1Header 2

01. Acessar a URL do Webservice

https://<instancia>/sys_user.do?WSDL

find_real_file.png02.   Ao lado direito, logo após a URL verá o í­cone do Wizdler
find_real_file.png

03. Preencha a informação desejada, no caso utilizei o seguinte:

<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">

      <Body>

              <getRecords xmlns="http://www.service-now.com/sys_user">

                      <user_name xmlns="">admin</user_name>

              </getRecords>

      </Body>

</Envelope>

find_real_file.png

04. E recebi a resposta com o XML contendo as informações do registro desejado.

Abaixo o XML de exemplo, completo.

XML de exemplo:

<?xml version='1.0' encoding='UTF-8'?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">         <SOAP-ENV:Body>                 <getRecordsResponse>                         <getRecordsResult>                                 <active>1</active>                                 <building/>                                 <calendar_integration>1</calendar_integration>                                 <city/>                                 <company/>                                 <cost_center/>                                 <country/>                                 <date_format/>                                 <default_perspective/>                                 <department>a581ab703710200044e0bfc8bcbe5de8</department>                                 <email>admin@example.com</email>                                 <employee_number/>                                 <failed_attempts>0</failed_attempts>                                 <first_name>System</first_name>                                 <gender/>                                 <home_phone/>                                 <internal_integration_user>0</internal_integration_user>                                 <introduction/>                                 <last_login></last_login>                                 <last_login_time>2017-10-02 12:35:32</last_login_time>                                 <last_name>Administrator</last_name>                                 <ldap_server/>                                 <location/>                                 <locked_out>0</locked_out>                                 <manager/>                                 <middle_name/>                                 <mobile_phone/>                                 <name>System Administrator</name>                                 <notification>2</notification>                                 <password_needs_reset>0</password_needs_reset>                                 <phone/>                                 <photo/>                                 <preferred_language/>                                 <roles>admin</roles>                                 <schedule/>                                 <source/>                                 <state/>                                 <street/>                                 <sys_class_name>sys_user</sys_class_name>                                 <sys_created_by>fred.luddy</sys_created_by>                                 <sys_created_on>2007-07-03 18:48:47</sys_created_on>                                 <sys_domain>global</sys_domain>                                 <sys_domain_path>/</sys_domain_path>                                 <sys_id>6816f79cc0a8016401c5a33be04be441</sys_id>                                 <sys_mod_count>73</sys_mod_count>                                 <sys_updated_by>admin</sys_updated_by>                                 <sys_updated_on>2017-09-29 19:38:28</sys_updated_on>                                 <time_format/>                                 <time_zone/>                                 <title>System Administrator</title>                                 <user_name>admin</user_name>                                 <user_password>$s$6+N2mrm/lf0TKbgsPR/dVlluYjkZE9wHPraDC0bSc5w=$hHkGLsPftbR+KRq+KBBUjHdeQP6ruIBossWr3K7dY0w=</user_password>                                 <vip>0</vip>                                 <web_service_access_only>0</web_service_access_only>                                 <zip/>                         </getRecordsResult>                 </getRecordsResponse>         </SOAP-ENV:Body> </SOAP-ENV:Envelope>

Nas documentações podemos obter diversos links de apoio, são eles:

Inbound web services

SOAP Web Service - ServiceNow Wiki

SOAP Direct Web Service API - ServiceNow Wiki

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<wsdl:types>
<xsd:schema elementFormDefault="unqualified" targetNamespace="http://www.service-now.com/sys_user">
<xsd:element name="getKeys">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="accumulated_roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="active" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="building" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="calendar_integration" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="city" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="company" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="cost_center" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="country" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="date_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="default_perspective" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="department" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="email" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="employee_number" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="failed_attempts" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="first_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="gender" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="home_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="internal_integration_user" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="introduction" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login_time" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="ldap_server" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="location" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="locked_out" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="manager" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="middle_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mobile_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="notification" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="password_needs_reset" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="photo" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="preferred_language" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="schedule" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="source" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="state" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="street" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_class_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_created_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_created_on" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_domain" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_domain_path" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_mod_count" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_updated_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_updated_on" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_zone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="title" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_password" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="vip" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="web_service_access_only" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="zip" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__use_view" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__encoded_query" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__limit" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__first_row" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__last_row" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="getKeysResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="sys_id" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="count" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="get">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="sys_id" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__use_view" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="getResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="accumulated_roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="active" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="building" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="calendar_integration" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="city" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="company" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="cost_center" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="country" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="date_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="default_perspective" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="department" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="email" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="employee_number" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="failed_attempts" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="first_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="gender" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="home_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="internal_integration_user" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="introduction" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login_time" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="ldap_server" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="location" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="locked_out" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="manager" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="middle_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mobile_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="notification" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="password_needs_reset" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="photo" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="preferred_language" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="schedule" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="source" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="state" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="street" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_class_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_created_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_created_on" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_domain" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_domain_path" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_id" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_mod_count" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_updated_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_updated_on" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_zone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="title" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_password" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="vip" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="web_service_access_only" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="zip" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="getRecords">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="accumulated_roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="active" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="building" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="calendar_integration" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="city" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="company" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="cost_center" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="country" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="date_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="default_perspective" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="department" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="email" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="employee_number" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="failed_attempts" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="first_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="gender" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="home_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="internal_integration_user" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="introduction" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login_time" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="ldap_server" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="location" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="locked_out" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="manager" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="middle_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mobile_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="notification" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="password_needs_reset" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="photo" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="preferred_language" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="schedule" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="source" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="state" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="street" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_class_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_created_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_created_on" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_domain" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_domain_path" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_id" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_mod_count" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_updated_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_updated_on" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_zone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="title" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_password" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="vip" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="web_service_access_only" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="zip" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__use_view" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__encoded_query" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__limit" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__first_row" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__last_row" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__order_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__order_by_desc" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="__exclude_columns" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="getRecordsResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="getRecordsResult">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="accumulated_roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="active" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="building" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="calendar_integration" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="city" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="company" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="cost_center" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="country" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="date_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="default_perspective" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="department" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="email" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="employee_number" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="failed_attempts" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="first_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="gender" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="home_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="internal_integration_user" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="introduction" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login_time" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="ldap_server" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="location" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="locked_out" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="manager" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="middle_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mobile_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="notification" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="password_needs_reset" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="photo" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="preferred_language" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="schedule" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="source" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="state" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="street" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_class_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_created_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_created_on" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_domain" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_domain_path" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_id" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_mod_count" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_updated_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_updated_on" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_zone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="title" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_password" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="vip" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="web_service_access_only" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="zip" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="update">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="accumulated_roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="active" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="building" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="calendar_integration" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="city" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="company" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="cost_center" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="country" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="date_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="default_perspective" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="department" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="email" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="employee_number" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="failed_attempts" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="first_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="gender" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="home_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="internal_integration_user" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="introduction" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login_time" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="ldap_server" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="location" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="locked_out" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="manager" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="middle_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mobile_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="notification" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="password_needs_reset" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="photo" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="preferred_language" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="schedule" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="source" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="state" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="street" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="1" name="sys_id" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_zone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="title" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_password" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="vip" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="web_service_access_only" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="zip" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="updateResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_id" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="insert">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="accumulated_roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="active" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="building" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="calendar_integration" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="city" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="company" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="cost_center" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="country" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="date_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="default_perspective" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="department" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="email" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="employee_number" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="failed_attempts" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="first_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="gender" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="home_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="internal_integration_user" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="introduction" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login_time" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="ldap_server" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="location" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="locked_out" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="manager" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="middle_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mobile_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="notification" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="password_needs_reset" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="photo" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="preferred_language" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="schedule" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="source" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="state" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="street" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_zone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="title" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_password" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="vip" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="web_service_access_only" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="zip" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="insertResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_id" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="name" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="deleteMultiple">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="accumulated_roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="active" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="building" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="calendar_integration" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="city" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="company" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="cost_center" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="country" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="date_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="default_perspective" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="department" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="email" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="employee_number" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="failed_attempts" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="first_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="gender" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="home_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="internal_integration_user" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="introduction" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_login_time" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="last_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="ldap_server" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="location" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="locked_out" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="manager" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="middle_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mobile_phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="notification" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="password_needs_reset" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="phone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="photo" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="preferred_language" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="roles" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="schedule" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="source" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="state" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="street" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_class_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_created_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_created_on" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_domain" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_domain_path" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_id" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_mod_count" type="xsd:integer"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_updated_by" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sys_updated_on" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_format" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="time_zone" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="title" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="user_password" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="vip" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="web_service_access_only" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="zip" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="deleteMultipleResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="count" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="deleteRecord">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="sys_id" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="deleteRecordResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="count" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="insertSoapIn">
<wsdl:part name="sys_user" element="tns:insert"></wsdl:part>
</wsdl:message>
<wsdl:message name="updateSoapOut">
<wsdl:part name="sys_user" element="tns:updateResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="getRecordsSoapOut">
<wsdl:part name="sys_user" element="tns:getRecordsResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="insertSoapOut">
<wsdl:part name="sys_user" element="tns:insertResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="deleteRecordSoapIn">
<wsdl:part name="sys_user" element="tns:deleteRecord"></wsdl:part>
</wsdl:message>
<wsdl:message name="deleteMultipleSoapIn">
<wsdl:part name="sys_user" element="tns:deleteMultiple"></wsdl:part>
</wsdl:message>
<wsdl:message name="deleteMultipleSoapOut">
<wsdl:part name="sys_user" element="tns:deleteMultipleResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="getKeysSoapIn">
<wsdl:part name="sys_user" element="tns:getKeys"></wsdl:part>
</wsdl:message>
<wsdl:message name="getSoapOut">
<wsdl:part name="sys_user" element="tns:getResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="getRecordsSoapIn">
<wsdl:part name="sys_user" element="tns:getRecords"></wsdl:part>
</wsdl:message>
<wsdl:message name="updateSoapIn">
<wsdl:part name="sys_user" element="tns:update"></wsdl:part>
</wsdl:message>
<wsdl:message name="deleteRecordSoapOut">
<wsdl:part name="sys_user" element="tns:deleteRecordResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="getSoapIn">
<wsdl:part name="sys_user" element="tns:get"></wsdl:part>
</wsdl:message>
<wsdl:message name="getKeysSoapOut">
<wsdl:part name="sys_user" element="tns:getKeysResponse"></wsdl:part>
</wsdl:message>
<wsdl:portType name="ServiceNowSoap">
<wsdl:operation name="insert">
<wsdl:input message="tns:insertSoapIn"></wsdl:input>
<wsdl:output message="tns:insertSoapOut"></wsdl:output>
</wsdl:operation>
<wsdl:operation name="update">
<wsdl:input message="tns:updateSoapIn"></wsdl:input>
<wsdl:output message="tns:updateSoapOut"></wsdl:output>
</wsdl:operation>
<wsdl:operation name="deleteMultiple">
<wsdl:input message="tns:deleteMultipleSoapIn"></wsdl:input>
<wsdl:output message="tns:deleteMultipleSoapOut"></wsdl:output>
</wsdl:operation>
<wsdl:operation name="getKeys">
<wsdl:input message="tns:getKeysSoapIn"></wsdl:input>
<wsdl:output message="tns:getKeysSoapOut"></wsdl:output>
</wsdl:operation>
<wsdl:operation name="deleteRecord">
<wsdl:input message="tns:deleteRecordSoapIn"></wsdl:input>
<wsdl:output message="tns:deleteRecordSoapOut"></wsdl:output>
</wsdl:operation>
<wsdl:operation name="get">
<wsdl:input message="tns:getSoapIn"></wsdl:input>
<wsdl:output message="tns:getSoapOut"></wsdl:output>
</wsdl:operation>
<wsdl:operation name="getRecords">
<wsdl:input message="tns:getRecordsSoapIn"></wsdl:input>
<wsdl:output message="tns:getRecordsSoapOut"></wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ServiceNowSoap" type="tns:ServiceNowSoap">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="insert">
<soap:operation soapAction="http://www.service-now.com/sys_user/insert" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="update">
<soap:operation soapAction="http://www.service-now.com/sys_user/update" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="deleteMultiple">
<soap:operation soapAction="http://www.service-now.com/sys_user/deleteMultiple" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getKeys">
<soap:operation soapAction="http://www.service-now.com/sys_user/getKeys" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="deleteRecord">
<soap:operation soapAction="http://www.service-now.com/sys_user/deleteRecord" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="get">
<soap:operation soapAction="http://www.service-now.com/sys_user/get" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getRecords">
<soap:operation soapAction="http://www.service-now.com/sys_user/getRecords" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ServiceNow_sys_user">
<wsdl:port name="ServiceNowSoap" binding="tns:ServiceNowSoap">
</wsdl:port>
</wsdl:service>
</wsdl:definitions>