User
Haga clic aquí para obtener una lista completa de operaciones.
UpdateClient
Prueba
El formulario de prueba sólo está disponible para solicitudes del equipo local.SOAP 1.1
A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
POST /CMDBWS/User.asmx HTTP/1.1
Host: aranda.gypbogotasas.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ArandaCMDBWebService.org/UpdateClient"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<UpdateClient xmlns="http://ArandaCMDBWebService.org/">
<item>
<Address1>string</Address1>
<Address2>string</Address2>
<Address3>string</Address3>
<GoogleAddress>string</GoogleAddress>
<BuildingId>int</BuildingId>
<CaseType>int</CaseType>
<ChargeId>int</ChargeId>
<CityId>int</CityId>
<Password>string</Password>
<CodeDepto>int</CodeDepto>
<CodeInmediateBoss>int</CodeInmediateBoss>
<CodeProfile>int</CodeProfile>
<CodeUser>int</CodeUser>
<CompanyId>int</CompanyId>
<CountryId>int</CountryId>
<Email>string</Email>
<Ext>string</Ext>
<Fax>string</Fax>
<ExpirationDate>dateTime</ExpirationDate>
<FloorId>int</FloorId>
<IdentityNumber>string</IdentityNumber>
<IdentityType>string</IdentityType>
<Mobil>string</Mobil>
<Level>int</Level>
<KnowledgeLevel>int</KnowledgeLevel>
<NumberDepartmentId>int</NumberDepartmentId>
<Phone1>string</Phone1>
<Phone2>string</Phone2>
<Phone3>string</Phone3>
<ProfileId>int</ProfileId>
<SiteId>int</SiteId>
<SpecialGroupId>int</SpecialGroupId>
<SpecialGroupName>string</SpecialGroupName>
<Ula>int</Ula>
<Uname>string</Uname>
<UserActive>int</UserActive>
<UserBirthDate>dateTime</UserBirthDate>
<UserImage>string</UserImage>
<UserLanguage>string</UserLanguage>
<UserName>string</UserName>
<UserType>int</UserType>
<UssId>int</UssId>
<UserComments>string</UserComments>
<DesProfile>string</DesProfile>
<DepartmentDescription>string</DepartmentDescription>
<ChargeDescription>string</ChargeDescription>
<UserStatusDescription>string</UserStatusDescription>
<CountryDescription>string</CountryDescription>
<CityDescription>string</CityDescription>
<SiteDescription>string</SiteDescription>
<BuildingDescription>string</BuildingDescription>
<FloorDescription>string</FloorDescription>
<CompanyDescription>string</CompanyDescription>
<NumberDepartmentDescription>string</NumberDepartmentDescription>
<ActiveDescription>string</ActiveDescription>
<AduField1>string</AduField1>
<AduField2>string</AduField2>
<AduField3>string</AduField3>
<AduField4>string</AduField4>
<AduField5>string</AduField5>
<AduField6>string</AduField6>
<AduField7>string</AduField7>
<AduField8>string</AduField8>
<AduField9>string</AduField9>
<AduField10>string</AduField10>
<ProjectId>int</ProjectId>
<Role>int</Role>
<Latitude>decimal</Latitude>
<Longitude>decimal</Longitude>
<RegionId>int</RegionId>
<LastModifiedDate>dateTime</LastModifiedDate>
<IdentityTypeId>string</IdentityTypeId>
<EmailAssistant>string</EmailAssistant>
</item>
</UpdateClient>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<UpdateClientResponse xmlns="http://ArandaCMDBWebService.org/">
<UpdateClientResult>boolean</UpdateClientResult>
</UpdateClientResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
POST /CMDBWS/User.asmx HTTP/1.1
Host: aranda.gypbogotasas.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<UpdateClient xmlns="http://ArandaCMDBWebService.org/">
<item>
<Address1>string</Address1>
<Address2>string</Address2>
<Address3>string</Address3>
<GoogleAddress>string</GoogleAddress>
<BuildingId>int</BuildingId>
<CaseType>int</CaseType>
<ChargeId>int</ChargeId>
<CityId>int</CityId>
<Password>string</Password>
<CodeDepto>int</CodeDepto>
<CodeInmediateBoss>int</CodeInmediateBoss>
<CodeProfile>int</CodeProfile>
<CodeUser>int</CodeUser>
<CompanyId>int</CompanyId>
<CountryId>int</CountryId>
<Email>string</Email>
<Ext>string</Ext>
<Fax>string</Fax>
<ExpirationDate>dateTime</ExpirationDate>
<FloorId>int</FloorId>
<IdentityNumber>string</IdentityNumber>
<IdentityType>string</IdentityType>
<Mobil>string</Mobil>
<Level>int</Level>
<KnowledgeLevel>int</KnowledgeLevel>
<NumberDepartmentId>int</NumberDepartmentId>
<Phone1>string</Phone1>
<Phone2>string</Phone2>
<Phone3>string</Phone3>
<ProfileId>int</ProfileId>
<SiteId>int</SiteId>
<SpecialGroupId>int</SpecialGroupId>
<SpecialGroupName>string</SpecialGroupName>
<Ula>int</Ula>
<Uname>string</Uname>
<UserActive>int</UserActive>
<UserBirthDate>dateTime</UserBirthDate>
<UserImage>string</UserImage>
<UserLanguage>string</UserLanguage>
<UserName>string</UserName>
<UserType>int</UserType>
<UssId>int</UssId>
<UserComments>string</UserComments>
<DesProfile>string</DesProfile>
<DepartmentDescription>string</DepartmentDescription>
<ChargeDescription>string</ChargeDescription>
<UserStatusDescription>string</UserStatusDescription>
<CountryDescription>string</CountryDescription>
<CityDescription>string</CityDescription>
<SiteDescription>string</SiteDescription>
<BuildingDescription>string</BuildingDescription>
<FloorDescription>string</FloorDescription>
<CompanyDescription>string</CompanyDescription>
<NumberDepartmentDescription>string</NumberDepartmentDescription>
<ActiveDescription>string</ActiveDescription>
<AduField1>string</AduField1>
<AduField2>string</AduField2>
<AduField3>string</AduField3>
<AduField4>string</AduField4>
<AduField5>string</AduField5>
<AduField6>string</AduField6>
<AduField7>string</AduField7>
<AduField8>string</AduField8>
<AduField9>string</AduField9>
<AduField10>string</AduField10>
<ProjectId>int</ProjectId>
<Role>int</Role>
<Latitude>decimal</Latitude>
<Longitude>decimal</Longitude>
<RegionId>int</RegionId>
<LastModifiedDate>dateTime</LastModifiedDate>
<IdentityTypeId>string</IdentityTypeId>
<EmailAssistant>string</EmailAssistant>
</item>
</UpdateClient>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<UpdateClientResponse xmlns="http://ArandaCMDBWebService.org/">
<UpdateClientResult>boolean</UpdateClientResult>
</UpdateClientResponse>
</soap12:Body>
</soap12:Envelope>